Monday, 2013-11-11

dacharyis there a way to create an availability zone other than    nova aggregate-create  agregate AZ ?00:02
*** pmathews has joined #openstack00:02
*** gdubreui has joined #openstack00:02
*** thelorax123 has quit IRC00:04
*** thelorax1231 has quit IRC00:04
*** thelorax123 has joined #openstack00:06
* dachary reading http://russellbryantnet.wordpress.com/2013/05/21/availability-zones-and-host-aggregates-in-openstack-compute-nova/00:06
*** rodrigovaldes has joined #openstack00:06
*** vlad_starkov has joined #openstack00:08
*** rodrigo__ has quit IRC00:08
*** dobber has quit IRC00:09
*** rodrigovaldes has quit IRC00:09
*** vlad_starkov has quit IRC00:09
*** RicardoSSP has quit IRC00:12
*** tmclaugh[lap] has joined #openstack00:17
*** radsy has quit IRC00:17
*** tserong has joined #openstack00:18
*** tserong has joined #openstack00:18
Sam-I-AmKaZeR: you might be missing stuff from your api-paste00:20
*** vlad_starkov has joined #openstack00:21
Sam-I-AmKaZeR: hold on a sec00:21
KaZeRSam-I-Am: oh great00:22
Sam-I-Ami had the same problem00:22
*** kodapa has quit IRC00:23
*** pmathews has quit IRC00:23
*** kodapa has joined #openstack00:24
*** Barker has joined #openstack00:24
KaZeRi like "had" vs "have" :)00:24
Sam-I-Amso in your ovs_neutron_plugin.ini on the controller... you need to tell it what firewall driver you're using00:25
Sam-I-Ameven though the controller technically doesnt do anything with ovs00:25
Sam-I-Ami THINK thats what fixed it for me00:25
*** lionel has quit IRC00:26
KaZeRok let me double check00:26
*** lionel has joined #openstack00:27
KaZeRmmm i already have firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver00:27
Sam-I-Amnot commented out right?00:27
KaZeRcorrect00:27
KaZeRSam-I-Am: would you mind sharing your /etc/neutron and /etc/nova ?00:27
*** Barker has quit IRC00:28
Sam-I-Amweird, pretty sure whats what fixed my problem00:29
KaZeRmaybe you had something right that i currently have wrong :)00:29
KaZeRSam-I-Am: what about the api-paste?00:30
KaZeRdachary: why would you want another way? that tutorial is very good00:30
*** led_belly has joined #openstack00:31
Sam-I-AmKaZeR: thats what i thought it was at first00:31
Sam-I-AmSO... commenting out that line from ovs_neutron_plugin.ini causes neutron on the controller to 404 when looking up sec groups00:31
Sam-I-Amat least on my system00:31
*** sushils has quit IRC00:32
KaZeRSam-I-Am: it's close to that bug : https://bugs.launchpad.net/python-neutronclient/+bug/123296500:32
KaZeRunfortunately the patch did not fix the problem for me00:32
Sam-I-Amyou're not using the NOOP driver right?00:32
Sam-I-Amon any of your components...00:33
KaZeRin nova.conf i do have firewall_driver=nova.virt.firewall.NoopFirewallDriver00:33
Sam-I-Amyou need neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver everywhere00:33
Sam-I-Amthe noop driver breaks a ton of shit00:33
Sam-I-Amfor some reason...00:33
*** smelo has joined #openstack00:34
KaZeRi did that earlier according to a post in the ML but to no avail. i'm retrying right now00:34
Sam-I-Ami think its supposed to work, but it breaks security groups... and neutron doesnt seem to like working without security groups00:34
Sam-I-Amat least i couldnt launch a vm00:34
KaZeRi have /etc/nova/nova.conf:firewall_driver=neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver and /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini:firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver00:36
KaZeRbut same error00:36
KaZeRlooks like http://lists.openstack.org/pipermail/openstack/2013-October/002169.html00:38
KaZeRbut i'd like to make sure that it's not my config00:38
Sam-I-Amon my sys, the only place nova.conf says anything about firewalls is nova-compute.conf on the compute node with firewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriver00:39
KaZeRmmm00:41
Sam-I-Amanything regarding OVS is in neutron config files00:41
KaZeRwhich makes sense actually00:42
*** s51itxsyc has quit IRC00:42
KaZeRactually since it's a 404 seen in nova-api i wonder if it's not a neutron issue rather than nova00:43
KaZeRlike neutron not having the secgroups management enabled in its api00:43
Sam-I-Amin my case, nova would return a 500 or something00:43
Sam-I-Amneutron would return a 40400:44
KaZeRwould you mind sharing your configs so that i can diff against mine?00:44
Sam-I-Amhmm... wonder whats a good place to post configs00:44
Sam-I-Amits too much to pastebin00:45
Sam-I-Amkind of short on time too...00:45
lifelessSam-I-Am: you can pastebin a lot ;)00:45
KaZeRSam-I-Am: i'm ok to share my email address with you if you want00:45
Sam-I-Amwell, yeah... its just a lot of manual labor00:45
Sam-I-AmKaZeR: that works00:46
lifelessSam-I-Am: pastebinit00:46
KaZeRcool00:46
lifelessSam-I-Am: cat foo | pastebinit00:46
lifelessdone00:46
lifelesslong as you don't have passwords in the config :)00:46
lifeless[nova, neutron and others do have passwords]00:46
Sam-I-Amyeah, this is a test install so its not a big deal00:46
Sam-I-Ami just use crap passwords00:46
KaZeRlifeless: the thing is that we probably need the whole nova folder for the api and rootwrap files too :)00:46
lifelesscat * | pastebinit00:47
Sam-I-Amlol00:47
Sam-I-Ami'll just paste my entire filesystem lol00:47
*** pmathews has joined #openstack00:47
KaZeRahah00:47
Sam-I-AmKaZeR: so... from the controller?00:47
KaZeRSam-I-Am: do you have a dedicated network node?00:47
Sam-I-Amyes00:47
KaZeRok i think the neutron folder from the network node could be interesting too if you don't mind00:48
KaZeRdid you get my pm ?00:48
Sam-I-Amyeah00:48
KaZeRcool00:48
KaZeRSam-I-Am: isn't you btw who had the rpc issue earlier this week ?00:49
Sam-I-Amyeah00:52
Sam-I-Amand i fixed it00:52
Sam-I-Amworking on your files...00:52
KaZeRoh great ( my whole point of testing havana is the frequent rpc issues i have with grizzly + quantum )00:53
KaZeRawesome Sam-I-Am thanks00:53
Sam-I-Amplenty of people have rpc issues... theres a problem with the official install docs for havana.  trying to determine exactly what went wrong.00:53
Sam-I-Ammy rpc problem was a show-stopper though. nothing worked, ever.00:53
Sam-I-Amits not intermittent00:53
Sam-I-Amcouldnt delete instances either00:53
KaZeRand what was the root cause?00:53
*** anniec has left #openstack00:55
pmathewsSam-I-Am: so what was the problem/solution?00:56
*** Ryan_Lane has quit IRC00:57
Sam-I-Amdamn good question.  tomorrow begins my journey building another setup from scratch via the official docs and seeing where it breaks00:57
Sam-I-Ami *think* its because nova on the controller doesnt know about neutron00:57
*** Ryan_Lane has joined #openstack00:57
Sam-I-Ami sent someone else here some config snippets and it fixed their problem00:57
pmathewsSam-I-Am: what backend are you using?00:57
Sam-I-Amrabbit00:58
Sam-I-Amfrom what i could tell, the compute node would stuff something into the rabbit queue asking for network resources when i launched a VM, but it would time out because nothing answered.00:59
Sam-I-AmKaZeR: on its way00:59
Sam-I-AmKaZeR: nova/neu from cntrl, neu from net node00:59
KaZeRSam-I-Am: awesome thanks00:59
Sam-I-Ami still have a weird issue with the metadata agent, but thats for another day01:00
*** ccustine has quit IRC01:00
*** wbx_ has joined #openstack01:01
*** ccustine has joined #openstack01:02
*** matsuhashi has joined #openstack01:02
Sam-I-Amgotta run for a bit01:03
*** michaelneale has quit IRC01:03
KaZeRSam-I-Am: i'll let you know if i found my issue, thanks again01:04
*** vlad_starkov has quit IRC01:04
*** giorgiodinapoli has quit IRC01:05
*** guochbo has quit IRC01:06
*** ewnd9_ has joined #openstack01:06
*** nosnos has joined #openstack01:07
*** L3tsXpl0it has quit IRC01:07
Torikunhow to check if virtio drives are in the instance?01:13
Sam-I-Amback. sorta.  trying to make dinner01:15
Sam-I-Amand more football on soon01:15
*** nosnos has quit IRC01:17
*** nosnos has joined #openstack01:17
Torikunis there a limit for a number of instance flavors to run?01:21
*** thelorax123 has quit IRC01:22
*** thelorax123 has joined #openstack01:24
*** rnorwood1 has quit IRC01:24
*** monst has joined #openstack01:26
*** zsun has joined #openstack01:28
*** lblanchard has joined #openstack01:28
*** L3tsXpl0it has joined #openstack01:33
*** monst has quit IRC01:34
*** monst has joined #openstack01:34
*** joshbetz has joined #openstack01:35
morganfainbergTorikun, Not really.  though in practicality, it's better to have well defined flavors vs. minor variations (at least that is my experience running private clouds)01:36
Torikunah ok01:36
TorikunI noticed I can not launch new machines even when I have all my instances suspended01:36
morganfainbergTorikun, suspended instances still consume quota iirc01:36
Torikunoh01:37
*** lblanchard has quit IRC01:37
morganfainbergTorikun, if you think about it, it would be a way to consume extra resources if you could just suspend an instance and not be "billed" for it.01:38
*** monst has quit IRC01:38
TorikunAh that is a godo way to think about it =)01:38
morganfainbergTorikun, or consume more than your fair share (as outlined by the operator/admin of the OS deployment)01:39
TorikunI forgot that this is for more than just running your private vm's =)01:39
morganfainbergTorikun, yeah.  in a perfect world quotas wouldn't be needed (hell, passwords and encryption wouldn't either).01:40
morganfainbergTorikun, but we are far from a perfect world.01:40
Torikunyup01:40
TorikunI can not wait to do this! http://www.youtube.com/watch?v=65hHg7cQr_g01:40
*** Semor has quit IRC01:42
KaZeRSam-I-Am: i replaced my config with yours, but so far same issue :(01:43
Sam-I-Amhummm01:43
Sam-I-Amdid you restart things?01:44
*** carif has joined #openstack01:46
Torikunopenstack with the CLoudian s3 integration is sex01:46
Torikuny01:46
*** carif has quit IRC01:50
*** vkmc has quit IRC01:52
KaZeRSam-I-Am: yep01:54
*** rnorwood1 has joined #openstack02:00
*** tsykoduk is now known as zz_tsykoduk02:00
*** yaguang has joined #openstack02:00
*** s51itxsyc has joined #openstack02:00
*** pmathews has quit IRC02:00
*** engkur has joined #openstack02:01
Sam-I-Amhummm02:01
Sam-I-Amwonder if theres something in the compute node02:01
*** L3tsXpl0it has quit IRC02:01
*** pwns has joined #openstack02:02
Sam-I-Amtime to eat02:02
pwnsOne of my swift nodes is reporting http://10.250.1.4:6000/recon/async: {'async_pending': None}. When I go to http://10.250.1.4:6000/recon/async it returns null. Is this normal?02:04
*** jttam has joined #openstack02:06
*** Bomfunk has quit IRC02:08
*** Bomfunk has joined #openstack02:09
*** engkur has quit IRC02:09
*** cranor has quit IRC02:10
*** jttam has quit IRC02:11
*** jeflui has joined #openstack02:12
*** oller has joined #openstack02:12
*** lmh has joined #openstack02:13
*** ewnd9_ has quit IRC02:16
*** bingbu has joined #openstack02:16
*** wdennis has joined #openstack02:18
*** shwang has joined #openstack02:20
*** zz_tsykoduk is now known as tsykoduk02:20
*** e1mer has joined #openstack02:21
*** lblanchard has joined #openstack02:21
*** achampion has quit IRC02:25
*** achampio1 has quit IRC02:25
*** sgviking has quit IRC02:27
*** achampion has joined #openstack02:28
*** anticw_ has quit IRC02:29
*** zodiak has quit IRC02:29
*** anticw has joined #openstack02:30
*** Krast has joined #openstack02:33
*** pwns has quit IRC02:34
*** zodiak has joined #openstack02:34
*** wbx_ has quit IRC02:34
*** satheesh has joined #openstack02:35
*** terriyu has joined #openstack02:35
*** Alssi has joined #openstack02:35
*** jttam has joined #openstack02:36
*** terriyu has quit IRC02:37
*** joshbetz has quit IRC02:40
*** jttam has quit IRC02:42
*** dcramer_ has quit IRC02:45
*** tsykoduk is now known as zz_tsykoduk02:48
*** paulwang has joined #openstack02:48
*** osier has joined #openstack02:48
paulwangjoin quit02:49
paulwangchat02:49
*** thelorax123 has quit IRC02:49
*** erkules_ has joined #openstack02:50
*** thelorax123 has joined #openstack02:51
*** erkules has quit IRC02:53
*** Guest has joined #openstack02:54
*** smelo has quit IRC02:55
*** ewnd9_ has joined #openstack02:57
*** dcramer_ has joined #openstack02:58
*** evanjfraser has joined #openstack02:58
*** nouser has quit IRC02:58
*** d34dh0r53 has joined #openstack02:59
*** fandikurnia01 has joined #openstack03:00
*** rha- has quit IRC03:04
*** rha_ has joined #openstack03:04
*** coolsvap has joined #openstack03:06
*** arrsim has joined #openstack03:07
*** jttam has joined #openstack03:07
*** vt102 has quit IRC03:09
*** amartin has quit IRC03:09
*** vt102 has joined #openstack03:09
*** amartin has joined #openstack03:10
*** wdennis has quit IRC03:11
*** engkur has joined #openstack03:12
*** jttam has quit IRC03:12
*** cf has joined #openstack03:15
*** Semor has joined #openstack03:15
*** paragan has joined #openstack03:16
*** ewnd9_ has quit IRC03:16
*** jets_ has joined #openstack03:17
*** zz_tsykoduk is now known as tsykoduk03:17
*** Egyptian[Laptop] has joined #openstack03:17
*** matsuhashi has quit IRC03:19
*** matsuhashi has joined #openstack03:19
*** mattttt has quit IRC03:21
*** thelorax123 has quit IRC03:22
*** mattttt has joined #openstack03:22
*** jets_ has quit IRC03:23
*** matsuhashi has quit IRC03:24
*** dims has quit IRC03:25
*** engkur has quit IRC03:26
*** nphase has quit IRC03:30
*** nphase has joined #openstack03:31
*** matsuhashi has joined #openstack03:31
*** nphase has quit IRC03:32
*** ArminderS has joined #openstack03:32
*** nphase has joined #openstack03:32
*** neha has joined #openstack03:32
*** sgviking has joined #openstack03:37
*** nphase has quit IRC03:37
*** jttam has joined #openstack03:38
*** wolsen has joined #openstack03:42
*** jets_ has joined #openstack03:42
*** lblanchard has quit IRC03:43
*** jttam has quit IRC03:43
*** Egyptian[Laptop] has quit IRC03:44
*** itamarjp has quit IRC03:44
*** ian_ott has joined #openstack03:45
*** Kernel|Panic has joined #openstack03:46
*** rnorwood1 has quit IRC03:51
*** wolsen has quit IRC03:52
*** matsuhashi has quit IRC03:57
*** matsuhashi has joined #openstack03:57
*** jets_ has quit IRC03:58
*** matsuhashi has quit IRC04:02
*** Dharmit has joined #openstack04:08
*** jttam has joined #openstack04:09
*** michaelneale has joined #openstack04:09
*** pravins has joined #openstack04:10
*** monst has joined #openstack04:11
*** evanjfraser has quit IRC04:14
*** jttam has quit IRC04:14
*** ArxCruz has joined #openstack04:17
*** jecarey has joined #openstack04:17
*** Zack_Deee has joined #openstack04:18
*** ArxCruz_ has quit IRC04:19
*** cwvh has joined #openstack04:20
*** freeflying is now known as freeflying_away04:21
*** neha has quit IRC04:22
*** dcramer_ has quit IRC04:23
*** jeflui has quit IRC04:23
paulwangif openstack deploy more areas04:23
paulwangwhy handle04:24
paulwangmany of region?04:24
paulwangmultiple areas  how to achieve multi-zone??04:26
ArminderS-add your nodes on different zones04:27
dsockwellhttp://docs.openstack.org/trunk/openstack-ops/content/segregate_cloud.html04:28
*** matiu_ is now known as matiu04:28
*** freeflying_away is now known as freeflying04:29
*** tsykoduk is now known as zz_tsykoduk04:29
paulwangmulti-zone  how to deeploy keystone04:31
*** engkur has joined #openstack04:31
*** DredTiger has quit IRC04:32
*** jets_ has joined #openstack04:32
paulwangonly one keystone or every area a keystone04:32
*** neha has joined #openstack04:34
*** MiteshShah has joined #openstack04:36
*** dcramer_ has joined #openstack04:36
*** oller has quit IRC04:36
*** zz_tsykoduk is now known as tsykoduk04:37
*** macjack has joined #openstack04:37
*** jttam has joined #openstack04:39
*** klync has quit IRC04:40
*** klync has joined #openstack04:40
*** GeoKM has joined #openstack04:42
*** nphase has joined #openstack04:43
*** neha has quit IRC04:43
*** psharma has joined #openstack04:43
*** pravins has quit IRC04:43
*** jets_ has quit IRC04:44
*** chandankumar has joined #openstack04:45
*** jttam has quit IRC04:45
*** neha has joined #openstack04:46
*** jecarey has quit IRC04:47
*** zsun has quit IRC04:47
*** nphase has quit IRC04:47
*** achampion has quit IRC04:48
*** pravins has joined #openstack04:49
*** MiteshShah has quit IRC04:50
*** dcramer_ has quit IRC04:51
*** Ryan_Lane has quit IRC04:51
*** keyvan_ has joined #openstack04:52
*** MiteshShah has joined #openstack04:52
*** keyvan_ is now known as keyvan04:52
*** keyvan has joined #openstack04:53
*** keyvan has joined #openstack04:53
*** achampion has joined #openstack04:55
*** tsykoduk is now known as zz_tsykoduk04:56
*** Zack_Deee has quit IRC04:56
*** nosnos_ has joined #openstack04:57
*** pravins has quit IRC04:57
*** pravins has joined #openstack04:58
*** kushal has joined #openstack04:59
*** scotty916 has joined #openstack05:00
*** nosnos has quit IRC05:00
*** matsuhashi has joined #openstack05:01
*** germanoak has joined #openstack05:03
*** germanoak has joined #openstack05:04
*** Guest has quit IRC05:06
*** dcramer_ has joined #openstack05:06
*** jets_ has joined #openstack05:09
*** markpeek has quit IRC05:09
*** jets_ has quit IRC05:09
*** jttam has joined #openstack05:10
*** simon-AS559 has joined #openstack05:11
*** scotty916 has quit IRC05:12
*** monst has quit IRC05:12
*** jttam has quit IRC05:15
*** simon-AS559 has quit IRC05:16
*** SkyRocknRoll has joined #openstack05:17
*** SkyRocknRoll has joined #openstack05:17
*** germanoak has quit IRC05:17
*** marun has joined #openstack05:17
*** SkyRocknRoll has quit IRC05:17
*** SkyRocknRoll has joined #openstack05:17
*** SkyRocknRoll has joined #openstack05:17
*** rocha_ has quit IRC05:19
*** desai has quit IRC05:20
*** elo has joined #openstack05:20
*** carnaler has joined #openstack05:25
*** evanz_ has quit IRC05:26
*** sayan has joined #openstack05:28
*** KurtMartin has joined #openstack05:29
*** zz_tsykoduk is now known as tsykoduk05:29
carnalerhello room05:33
*** vlad_starkov has joined #openstack05:35
*** KurtMartin has quit IRC05:37
*** aspiers has joined #openstack05:39
*** tsykoduk is now known as zz_tsykoduk05:39
*** zz_tsykoduk is now known as tsykoduk05:39
*** jttam has joined #openstack05:41
*** vlad_starkov has quit IRC05:41
*** mikedawson has quit IRC05:46
*** jttam has quit IRC05:46
*** vlad_starkov has joined #openstack05:48
*** tsykoduk is now known as zz_tsykoduk05:48
*** nosnos has joined #openstack05:55
*** nosnos_ has quit IRC05:55
*** rdas has joined #openstack05:55
*** matsuhashi has quit IRC05:56
*** devoid has quit IRC05:58
*** zsun has joined #openstack05:59
*** vlad_sta_ has joined #openstack05:59
*** matsuhashi has joined #openstack05:59
*** aigamo has joined #openstack06:00
*** vlad_starkov has quit IRC06:01
*** ulkesh has quit IRC06:01
*** pravins has quit IRC06:04
*** simon-AS559 has joined #openstack06:05
*** pravins has joined #openstack06:05
*** simon-AS5591 has joined #openstack06:06
*** invsbl_zzz is now known as invsblduck06:09
*** simon-AS559 has quit IRC06:10
*** isd has joined #openstack06:10
*** isd has left #openstack06:11
*** jttam has joined #openstack06:12
*** nshaikh has joined #openstack06:16
*** cdub has quit IRC06:16
*** nkhare has joined #openstack06:16
*** jttam has quit IRC06:16
*** rushiagr has joined #openstack06:17
*** afazekas has quit IRC06:17
*** vlad_sta_ has quit IRC06:19
*** ile|workkii is now known as Ile06:21
*** evanjfraser has joined #openstack06:21
*** wl has joined #openstack06:21
wlhello06:22
paulwangni ma06:22
*** wl has quit IRC06:23
*** wl has joined #openstack06:23
rushiagrwl: o/06:26
paulwang?06:26
*** moneydouble has joined #openstack06:29
*** macjack has quit IRC06:30
*** vlad_starkov has joined #openstack06:33
*** macjack has joined #openstack06:33
*** berendt has joined #openstack06:35
*** elo has quit IRC06:39
*** mmagr has joined #openstack06:41
*** pravins has quit IRC06:41
*** nbrosnahan has joined #openstack06:41
*** SushilKM__ has joined #openstack06:42
*** jttam has joined #openstack06:42
*** pravins has joined #openstack06:43
*** axiom_ has quit IRC06:43
*** majoh has joined #openstack06:44
*** simon-AS5591 has quit IRC06:45
*** simon-AS559 has joined #openstack06:45
*** amritanshu_RnD has joined #openstack06:47
*** Saurabh_ has joined #openstack06:48
*** jttam has quit IRC06:48
*** gmurphy has quit IRC06:49
*** evanjfraser has quit IRC06:50
*** Saurabh_ has quit IRC06:50
*** simon-AS559 has quit IRC06:50
*** renebarbosa has joined #openstack06:50
*** itooon has joined #openstack06:53
*** Krast has quit IRC06:54
*** nosnos has quit IRC06:54
*** erkules_ is now known as erkules06:55
*** matsuhashi has quit IRC06:56
*** nosnos_ has joined #openstack06:56
*** Semor has quit IRC06:56
*** Semor has joined #openstack06:57
*** matsuhashi has joined #openstack06:57
*** Krast has joined #openstack06:57
*** gdubreui has quit IRC06:57
*** matsuhashi has quit IRC06:57
*** matsuhashi has joined #openstack06:57
*** renebarbosa has quit IRC06:59
*** renebarbosa has joined #openstack07:00
*** reidrac has joined #openstack07:01
*** bvandenh_ has quit IRC07:02
*** ravikup has joined #openstack07:03
*** nj3ma_ has quit IRC07:04
*** vartom1111 has joined #openstack07:06
*** matsuhashi has quit IRC07:08
*** matsuhashi has joined #openstack07:09
*** matsuhas_ has joined #openstack07:12
*** matsuhashi has quit IRC07:12
*** rushiagr has quit IRC07:12
*** jttam has joined #openstack07:13
*** davidhadas has quit IRC07:14
*** taplax has joined #openstack07:15
*** reidrac has quit IRC07:17
*** marlboromoo has joined #openstack07:17
*** mrunge has joined #openstack07:17
*** AnilV4 has joined #openstack07:17
*** berendt has quit IRC07:18
*** jttam has quit IRC07:18
*** nj3ma has joined #openstack07:19
*** cwvh has quit IRC07:20
*** e1mer has quit IRC07:20
*** rosendale has joined #openstack07:22
*** M00sL0gB0t has joined #openstack07:25
wlSo many people coming and going, there is no one to speak07:25
*** jodok has joined #openstack07:26
paulwangSo many people join and quit, there is no one to speak07:26
paulwangSo many people join and quit, there is no one to speak07:27
*** GeoKM has quit IRC07:27
*** e1mer has joined #openstack07:28
wlwe exit07:29
*** nanjj has joined #openstack07:29
*** wl has quit IRC07:29
*** krypto has joined #openstack07:30
*** jrb has joined #openstack07:31
*** matsuhas_ has quit IRC07:32
*** simon-AS559 has joined #openstack07:32
*** sileht has joined #openstack07:32
*** matsuhashi has joined #openstack07:32
*** jprovazn has joined #openstack07:33
*** jlibosva has joined #openstack07:36
*** tommy_e has joined #openstack07:37
*** ravikup has quit IRC07:39
*** moneydouble has quit IRC07:41
*** giorgiodinapoli has joined #openstack07:41
*** Konijntjes has quit IRC07:43
*** stevetan has joined #openstack07:44
*** ywu has joined #openstack07:44
ywuhi, where can i find out the session's slide deck in the icehouse summit last week?07:45
*** stevetan has left #openstack07:45
clarkbywu: there are videos at http://www.openstack.org/summit/openstack-summit-hong-kong-2013/session-videos/ which may include pointers to slides?07:46
clarkbI am not sure if the slides were collected in any central location07:46
*** msgodf has joined #openstack07:46
ywuclarkb: the links have the videos, but did not find any slides07:47
clarkbywu: right, but the speakers may metnion the location of slides in the videos or in the video comments07:47
*** jeffrey4l has joined #openstack07:49
*** jprovazn has quit IRC07:49
*** xqueralt has joined #openstack07:53
*** michaelneale has quit IRC07:53
*** tkammer has joined #openstack07:54
*** jtomasek has joined #openstack07:55
*** ruo91 has quit IRC07:55
*** rushiagr has joined #openstack07:55
*** ruo91 has joined #openstack07:55
*** melmoth has joined #openstack07:56
*** msgodf has quit IRC07:57
*** nmagnezi has joined #openstack07:59
*** davidhadas has joined #openstack08:00
*** jrb has quit IRC08:01
*** pantea has joined #openstack08:04
*** vlad_starkov has joined #openstack08:05
*** reidrac has joined #openstack08:05
*** jprovazn has joined #openstack08:06
*** vlad_starkov has quit IRC08:06
*** mattymo has joined #openstack08:07
*** vlad_starkov has joined #openstack08:08
*** rosendale has quit IRC08:10
*** vlad_starkov has quit IRC08:10
*** giulivo has joined #openstack08:12
*** mirelez has joined #openstack08:12
*** davidhadas_ has joined #openstack08:13
*** LiJiansheng has joined #openstack08:14
*** dobber has joined #openstack08:15
*** cwvh has joined #openstack08:15
*** davidhadas has quit IRC08:16
*** arif-ali has joined #openstack08:17
*** devvesa has joined #openstack08:17
*** xuan is now known as xuan-mtg08:17
*** carnaler has quit IRC08:19
*** mirelez has quit IRC08:20
*** shardy has joined #openstack08:20
*** cwvh has quit IRC08:20
*** corrigac has joined #openstack08:20
*** ndipanov has joined #openstack08:21
*** fsimonce has joined #openstack08:21
*** gonska has joined #openstack08:22
*** amuller has joined #openstack08:23
*** jtomasek has quit IRC08:25
*** jorisroovers has joined #openstack08:25
*** Krast_ has joined #openstack08:26
*** lijunwu has joined #openstack08:27
*** kpavel has joined #openstack08:27
*** kpavel_ has joined #openstack08:28
*** msgodf has joined #openstack08:28
*** matsuhashi has quit IRC08:29
*** davidhadas_ has quit IRC08:29
*** michaelneale has joined #openstack08:29
*** matsuhashi has joined #openstack08:30
*** Krast has quit IRC08:30
*** ywu has quit IRC08:31
*** marun has quit IRC08:31
*** marun has joined #openstack08:32
*** nosnos_ has quit IRC08:32
*** kpavel has quit IRC08:32
*** nosnos has joined #openstack08:32
*** kpavel_ is now known as kpavel08:33
*** Zack_Deee has joined #openstack08:33
*** hs366 has joined #openstack08:34
*** matsuhashi has quit IRC08:34
*** germanoak has joined #openstack08:35
*** jorisroovers has quit IRC08:35
*** hewbrocca has joined #openstack08:35
*** corXi has joined #openstack08:36
*** matsuhashi has joined #openstack08:37
*** simon-AS559 has quit IRC08:37
*** fikst has joined #openstack08:37
*** ujuc has joined #openstack08:37
*** gimps has quit IRC08:38
*** yxy has quit IRC08:38
*** ptd has joined #openstack08:39
*** jistr has joined #openstack08:39
*** zz_tsykoduk is now known as tsykoduk08:40
*** jpich has joined #openstack08:41
*** yuwang has quit IRC08:42
*** TheAppleMan has joined #openstack08:43
*** siso has joined #openstack08:45
*** larmbr has joined #openstack08:47
*** devnull1 has joined #openstack08:48
*** tsykoduk is now known as zz_tsykoduk08:49
*** ptd has quit IRC08:49
*** michaelneale has quit IRC08:50
*** vvechkanov has joined #openstack08:51
*** aswadrangnekar has joined #openstack08:51
*** nosnos has quit IRC08:52
*** nanjj has quit IRC08:52
*** ifarkas has joined #openstack08:52
*** nosnos has joined #openstack08:52
*** dfarrell-41678 has quit IRC08:53
vvechkanovHello all. Could anyone help me? I found approved and not implemented blueprint about live snapshots in nova. This one: https://blueprints.launchpad.net/nova/+spec/live-snapshots. I have ideas and really want to implement it. But it is assigned to Anton Antonov.08:53
vvechkanovI email to Anton but don't get answer for already 3 days. What shopuld I do in this situation?08:54
*** sep has joined #openstack08:54
*** Krast_ has quit IRC08:56
*** e1mer has quit IRC08:57
*** flaper87 has quit IRC08:57
*** flaper87 has joined #openstack08:57
*** berendt has joined #openstack08:58
*** e1mer has joined #openstack08:58
muehsimaybe wait 3 more days08:59
muehsiit`s been weekend.08:59
clarkband the summit just happened08:59
*** dfarrell-41678 has joined #openstack08:59
*** tkammer has quit IRC09:00
*** corrigac has quit IRC09:01
*** ioggstream has joined #openstack09:05
*** vills has joined #openstack09:06
*** corrigac has joined #openstack09:07
*** bbcmicrocomputer has joined #openstack09:10
*** exed has joined #openstack09:10
*** RaviTezu has joined #openstack09:11
*** rossella_s has joined #openstack09:11
*** RaviTezu has left #openstack09:11
*** derekh has joined #openstack09:14
*** exed has quit IRC09:16
*** pixelb has joined #openstack09:17
*** exed has joined #openstack09:18
*** eglynn has joined #openstack09:19
*** mgergely has joined #openstack09:19
*** afazekas has joined #openstack09:19
*** s51itxsyc has quit IRC09:21
*** f13o has joined #openstack09:21
*** mgergely has quit IRC09:25
*** osier has quit IRC09:25
*** fikst has quit IRC09:25
*** changlp has quit IRC09:26
*** Jianyong has joined #openstack09:26
*** changlp has joined #openstack09:26
*** davidhadas has joined #openstack09:26
*** lborda has joined #openstack09:27
*** Jianyong has quit IRC09:27
*** xuan-mtg is now known as xuan09:28
*** Krast_ has joined #openstack09:28
*** toben has joined #openstack09:30
*** lmh has quit IRC09:34
*** simon-AS559 has joined #openstack09:35
*** simon-AS5591 has joined #openstack09:36
*** drussell has joined #openstack09:37
*** simon-AS559 has quit IRC09:39
*** _sulo has joined #openstack09:41
*** paragan has quit IRC09:42
*** Krast_ has quit IRC09:43
*** f13o has quit IRC09:43
*** corrigac_ has joined #openstack09:43
*** _sulo has quit IRC09:44
*** _sulo has joined #openstack09:45
*** lijunwu has quit IRC09:46
*** corrigac has quit IRC09:46
*** larsbutler has joined #openstack09:48
*** bingbu has quit IRC09:48
*** MarcMorata has joined #openstack09:49
*** SebastianKreutzb has joined #openstack09:52
SebastianKreutzbhi, what is the correct location to post a link to an openstack job offering?09:53
*** nmagnezi has quit IRC09:53
*** gszasz has joined #openstack09:55
*** siso has quit IRC09:57
*** Yatin_ has joined #openstack09:57
*** giorgiodinapoli has quit IRC09:57
*** dhanasekaran has joined #openstack09:58
*** gdubreui has joined #openstack09:59
*** dhanasekaran has quit IRC09:59
*** larsbutler has quit IRC09:59
*** dhanasekaran has joined #openstack09:59
*** boolman_ has joined #openstack10:00
EmilienMSebastianKreutzb: i think you should rather connect with community managers, on #openstack-community10:01
*** ruo91 has quit IRC10:02
EmilienMSebastianKreutzb: or directly use http://www.openstack.org/post-a-job.html10:02
*** ArxCruz has quit IRC10:03
EmilienMSebastianKreutzb: "please email details about the available positions to jobs@openstack.org"10:03
SebastianKreutzbah great, thanks!10:03
*** cwvh has joined #openstack10:03
*** boolman has quit IRC10:04
*** rushiagr has quit IRC10:04
*** sushils has joined #openstack10:05
*** davidhadas_ has joined #openstack10:05
*** gdubreui has quit IRC10:05
*** nmagnezi has joined #openstack10:05
*** gdubreui has joined #openstack10:05
*** ramishra has joined #openstack10:06
*** davidhadas has quit IRC10:07
*** marrusl has joined #openstack10:07
*** cwvh has quit IRC10:08
*** ruo91 has joined #openstack10:09
*** shwang has quit IRC10:10
*** tonyha has joined #openstack10:10
*** fikst has joined #openstack10:10
*** exed has quit IRC10:12
*** vlad_starkov has joined #openstack10:12
*** exed has joined #openstack10:14
*** L3tsXpl0it has joined #openstack10:16
*** sayan has quit IRC10:16
*** yaguang has quit IRC10:21
*** drazyl has joined #openstack10:21
*** rushiagr has joined #openstack10:22
SebastianKreutzbHow do I assign internal IPs to my VMs which are created with OpenStack? Does Nova act as a DHCP?10:23
dsockwelli don't know what nova-network does but neutron integrates a dhcp service10:24
sgrannova-network also just runs dnsmasq10:24
*** ruo91 has quit IRC10:26
*** michaelneale has joined #openstack10:26
SebastianKreutzbso we maybe better go directly with neutron. we also plan virtual private networks later on.10:26
SebastianKreutzbone concept question: security groups isolate VMs from each other right? where is that handled? in a firewall in the VM?10:27
dsockwellusually a firewall on the compute node10:28
*** ildiko has joined #openstack10:28
SebastianKreutzbso the traffic goes from the internet to the compute node and then to the VM?10:29
*** sayan has joined #openstack10:29
dsockwellhttp://docs.openstack.org/network-admin/admin/content/under_the_hood_openvswitch.html10:30
*** vlad_starkov has quit IRC10:31
*** vlad_starkov has joined #openstack10:32
SebastianKreutzboh, that’s complicated :(10:33
*** davidhadas has joined #openstack10:34
*** vlad_starkov has quit IRC10:34
dsockwellluckily neutron automates most of that10:35
dsockwellbut that's what it does10:35
SebastianKreutzbI think I understand at least the concept: internet traffic goes through our data center load balancer/firewall and then onto the DomU of our XenServer which has the openstack controller and the controller forwards it to the proper VM. right?10:36
*** vlad_starkov has joined #openstack10:36
*** f13o has joined #openstack10:37
*** vlad_starkov has quit IRC10:37
dsockwellthat could work but you might find advantages to giving neutron its own bare-metal box.10:37
*** davidhadas_ has quit IRC10:37
*** rossella_s has quit IRC10:37
*** rossella_s has joined #openstack10:37
dsockwelland then, because you have it, the rest of the openstack API services too10:38
SebastianKreutzbI also thought about putting openstack controller, etc. on an own box, but all docs recommend to put it onto xen?!10:38
*** lcestari has joined #openstack10:38
dsockwelloh, they do? i've never used xenserver, so it might be a good idea, but i don't personally see how10:39
*** tonyha has quit IRC10:39
dsockwellmaybe they just want you to save money on having yet another physical server10:39
dsockwellor maybe there's special xenapi voodoo for networking10:39
*** corrigac_ has quit IRC10:39
SebastianKreutzbnormally not, xenapi can be totally remote-controlled10:39
*** tonyha has joined #openstack10:40
*** nosnos has quit IRC10:41
*** giorgiodinapoli has joined #openstack10:41
dsockwellyou're probably better off finding some xenserver specific docs. I know xenserver has (or can have) openvswitch but i don't particularly know much about it.10:41
*** nosnos has joined #openstack10:41
*** Yatin_ has quit IRC10:42
dsockwellif you wait here for a couple hours new york city will wake up and you might find someone who knows more10:43
*** ArxCruz has joined #openstack10:43
*** mhaivieru has joined #openstack10:43
SebastianKreutzbactually I am more in finding an expert for that and even have a budget, but gosh, it’s hard to find openstack guys in berlin.10:43
*** mhaivieru has left #openstack10:44
dsockwellthere's always rackspace10:44
SebastianKreutzbthey do consulting?10:44
dsockwelliirc they do full service installations10:45
SebastianKreutzbI would actually prefer to hire someone, but that's maybe too hard :(10:45
dsockwellwell the summit is only just over, it's not even monday morning10:46
dsockwellhere, at least10:46
Qlawyalmost noon ;)10:47
*** ppenjoy has joined #openstack10:47
*** ppenjoy has left #openstack10:47
*** exed has quit IRC10:47
SebastianKreutzbhere it's 11:47 AM10:47
*** paragan has joined #openstack10:48
SebastianKreutzbok, so I wait some hours. maybe there is a xenserver specialist out there :)10:48
*** renner has joined #openstack10:50
*** larsbutler has joined #openstack10:51
*** ildiko has quit IRC10:52
*** edgy has joined #openstack10:52
*** itooon has quit IRC10:52
edgySam-I-Am: ping10:52
*** ildiko has joined #openstack10:52
*** gmurphy has joined #openstack10:53
*** mwichmann has joined #openstack10:53
*** nosnos_ has joined #openstack10:55
*** chasmo has quit IRC10:57
*** Crichton is now known as Crichton|Offline10:57
*** LiJiansheng has quit IRC10:57
*** iscsi has joined #openstack10:57
iscsimoin10:57
*** nosnos has quit IRC10:59
*** Crichton|Offline is now known as Crichton10:59
*** chasmo has joined #openstack11:01
*** hs366 has quit IRC11:01
*** sigurding has joined #openstack11:02
*** michaelneale has quit IRC11:03
*** exed has joined #openstack11:04
*** ahasenack has joined #openstack11:04
*** tvvcox has joined #openstack11:04
*** nosnos_ has quit IRC11:06
*** nosnos has joined #openstack11:06
*** ujuc has quit IRC11:07
*** mwichmann has quit IRC11:07
*** jeffrey4l has quit IRC11:08
*** edgy has left #openstack11:11
*** ahasenack has quit IRC11:12
*** matsuhashi has quit IRC11:14
*** ahasenack has joined #openstack11:14
BobBallAwayhi SebastianKreutzb :)11:14
BobBallAway<-- XenAPI specialist ;)11:14
*** matsuhashi has joined #openstack11:14
*** BobBallAway is now known as BobBall11:14
*** gmurphy has quit IRC11:15
BobBallSebastianKreutzb: There are a number of reasons - but ATM the DomU has to be on the host where you're going to run VMs11:15
BobBallSebastianKreutzb: For example, we will mount the VDI in the DomU for the "resize" functionality11:15
*** gdubreui has quit IRC11:15
BobBallSebastianKreutzb: We're aiming to decouple this a little more during the next release cycle11:15
*** matsuhashi has quit IRC11:15
*** matsuhas_ has joined #openstack11:15
SebastianKreutzbBobBall: you are working on the xen "connector" of openstack nova?11:16
BobBallyes11:16
SebastianKreutzbawesome!11:17
*** souvik has joined #openstack11:17
BobBallIt is, yes11:17
BobBall:)11:17
*** Shaan7 has joined #openstack11:17
*** LiJiansheng has joined #openstack11:19
*** jeffrey4l has joined #openstack11:20
*** renebarbosa has quit IRC11:20
*** adalbas has joined #openstack11:21
*** exed has quit IRC11:22
*** freeflying is now known as freeflying_away11:23
*** omachace has joined #openstack11:23
*** zsun has quit IRC11:23
*** johnthetubaguy has joined #openstack11:24
*** cf has quit IRC11:24
*** matsuhas_ has quit IRC11:25
*** omachace1 has joined #openstack11:25
*** renebarbosa has joined #openstack11:26
*** matsuhashi has joined #openstack11:26
*** zsun has joined #openstack11:27
*** omachace has quit IRC11:28
*** matsuhashi has quit IRC11:30
*** bluenemo has joined #openstack11:31
*** flaper87 is now known as flaper87|afk11:31
*** matsuhashi has joined #openstack11:31
*** engkur has quit IRC11:33
*** renebarbosa has quit IRC11:33
*** souvik1 has joined #openstack11:34
*** engkur has joined #openstack11:35
*** souvik has quit IRC11:36
*** paulwang has quit IRC11:37
*** renebarbosa has joined #openstack11:39
*** renebarbosa has joined #openstack11:39
QlawyBobBall: how to use neutron with xen? Is it even possible?11:39
*** rajdeep has joined #openstack11:39
rajdeephi11:39
BobBallyes Qlawy - it works great in Havana but not in prior releases11:40
*** fandikurnia01 has quit IRC11:40
*** fandikurnia01 has joined #openstack11:41
*** zsun has quit IRC11:41
BobBallQlawy: Check out http://blogs.citrix.com/2013/06/14/openstack-networking-quantum-on-xenserver-from-notworking-to-networking/ for some of the details11:41
*** Reddy has joined #openstack11:41
*** rajdeep has quit IRC11:41
ReddyHi11:41
Qlawydbrandon: tnx11:41
QlawyBobBall: ↑11:41
*** acathrow has joined #openstack11:42
BobBallQlawy: in particular maybe look at https://raw.github.com/matelakat/shared/xs-q-v1/xenserver-quantum/deployment.png - which shows the extra network that's reated to proxy the changes through to dom011:42
*** zsun has joined #openstack11:42
QlawyBobBall: tnx very much :)11:42
BobBallWelcome!11:43
*** souvik1 has quit IRC11:45
*** omachace1 has left #openstack11:49
*** scott_w has joined #openstack11:50
*** amritanshu_RnD has quit IRC11:50
*** Reddy has quit IRC11:50
*** acathrow has left #openstack11:51
*** amritanshu_RnD has joined #openstack11:51
*** cwvh has joined #openstack11:52
*** jttam has joined #openstack11:54
*** ioggstream has quit IRC11:56
*** s51itxsyc has joined #openstack11:56
*** cwvh has quit IRC11:57
*** coolsvap has quit IRC11:57
*** jttam has quit IRC11:59
*** kushal has quit IRC11:59
*** corrigac has joined #openstack12:00
*** smue has quit IRC12:01
*** matanya has joined #openstack12:02
*** exed has joined #openstack12:03
*** gimps has joined #openstack12:03
*** smue has joined #openstack12:05
*** nkhare has quit IRC12:06
*** ravikup has joined #openstack12:06
*** yamahata has joined #openstack12:07
*** mrunge is now known as mrunge_brb12:08
*** vills has quit IRC12:09
*** sc68cal has joined #openstack12:09
*** Zack_Deee has quit IRC12:11
*** _val_ has quit IRC12:14
*** _val_ has joined #openstack12:15
*** pfreund has joined #openstack12:15
*** devvesa has quit IRC12:17
*** nkhare has joined #openstack12:18
*** ruo91 has joined #openstack12:18
*** ArminderS has quit IRC12:20
*** ravikup has quit IRC12:21
*** freeflying_away is now known as freeflying12:22
*** paragan has quit IRC12:22
*** ramishra has quit IRC12:24
*** Shmouel`away has quit IRC12:24
*** Egyptian[Laptop] has joined #openstack12:25
*** tonyha has quit IRC12:26
*** devnull1 has quit IRC12:26
*** Shmouel`away has joined #openstack12:27
*** mrunge_brb is now known as mrunge12:28
*** zsun has quit IRC12:30
*** nshaikh has quit IRC12:30
*** carif has joined #openstack12:31
*** FunnyLookinHat has joined #openstack12:31
*** desai has joined #openstack12:31
*** zsun has joined #openstack12:32
*** e1mer has quit IRC12:32
*** Harry51S has joined #openstack12:32
*** obiat has joined #openstack12:35
*** MiteshShah has quit IRC12:35
*** verdurin_ is now known as verdurin12:35
*** psharma has quit IRC12:35
*** exed has quit IRC12:35
*** lkthomas has quit IRC12:35
*** neha has quit IRC12:36
*** Lexis has joined #openstack12:37
*** Trixboxer has joined #openstack12:37
*** corrigac has quit IRC12:38
*** perror has joined #openstack12:39
*** rushiagr has quit IRC12:39
*** L3tsXpl0it has left #openstack12:40
*** ruo91 has quit IRC12:40
*** ruo91 has joined #openstack12:41
*** bcrochet has quit IRC12:41
*** nkhare has quit IRC12:41
*** bcrochet has joined #openstack12:41
*** bcrochet has quit IRC12:42
*** edgy has joined #openstack12:45
*** devnull1 has joined #openstack12:46
*** amrit_ has joined #openstack12:47
*** halfss has joined #openstack12:47
*** carif has quit IRC12:48
*** rbansal1 has quit IRC12:49
*** carif has joined #openstack12:49
*** lmh has joined #openstack12:51
*** simon-AS5591 has quit IRC12:51
*** simon-AS559 has joined #openstack12:51
*** exed has joined #openstack12:51
*** GeoKM has joined #openstack12:52
*** LiJiansheng has quit IRC12:54
*** hs366 has joined #openstack12:55
*** simon-AS559 has quit IRC12:56
*** GeoKM has quit IRC12:56
*** souvik has joined #openstack12:57
*** flaper87|afk is now known as flaper8712:57
*** Deoan has joined #openstack12:57
edgySam-I-Am: I will be hanging for sometime trying to cache you ;)12:57
*** mmagr has quit IRC12:57
*** bcrochet has joined #openstack12:59
*** kousik has joined #openstack12:59
*** yocum has joined #openstack13:00
*** bcrochet has quit IRC13:00
*** mmagr has joined #openstack13:01
kousikhi all,  glance image-list is working fine but nova image-list giving ERROR: Unauthorized (HTTP 401) ... any solution?13:01
*** matsuhashi has quit IRC13:01
*** jorisroovers has joined #openstack13:01
*** simon-AS559 has joined #openstack13:02
*** matsuhashi has joined #openstack13:02
Qlawykousik: check if you have good credentials in nova.conf and glance-registry.conf13:02
Qlawyor in api conf files13:02
*** christophe-wk3-o has joined #openstack13:03
SebastianKreutzbBobBall: do you recommend using Devstack to intially setup a basic production environment (I mean the general changes for Xenserver)? Or is it better to go the manual way?13:03
SebastianKreutzbwas just reading the citrix blog post about neutron and this one https://wiki.openstack.org/wiki/QuantumDevstackOvsXcp13:03
*** matsuhashi has quit IRC13:04
*** SkyRocknRoll has quit IRC13:04
*** Egyptian[Laptop] has quit IRC13:04
*** matsuhashi has joined #openstack13:04
*** CaptTofu has quit IRC13:05
*** vills has joined #openstack13:05
*** Dharmit has quit IRC13:05
*** CaptTofu has joined #openstack13:05
*** carif has quit IRC13:06
*** nbrosnahan has quit IRC13:06
*** simon-AS559 has quit IRC13:06
*** rdas has quit IRC13:06
*** ppenjoy has joined #openstack13:07
*** vills has quit IRC13:07
*** corrigac has joined #openstack13:08
christophe-wk3-oHi everyone, I've got some trouble with an OpenStack test setup after upgrading to Ubuntu 13.10. I'm using linux bridge networking. There is supposed to be a bridge named brqaf2cda02-42, but it doesn't show ip.13:09
*** CaptTofu has quit IRC13:09
christophe-wk3-oHow do I find out what is causing this? All services start up fine and I don't see any error messages in the log files.13:10
*** jodok has quit IRC13:11
*** simon-AS559 has joined #openstack13:11
*** fandikurnia01 has quit IRC13:11
*** sgordon has joined #openstack13:11
*** davidhadas_ has joined #openstack13:13
*** davidhadas has quit IRC13:15
kousik@Qlawy: i have pasted all in http://fpaste.org/53193/13841756/13:15
*** bcrochet has joined #openstack13:15
kousik @Qlawy: kindly check13:15
BobBallSebastianKreutzb: Go for devstack - it's nice and easy13:15
BobBallSebastianKreutzb: The "manual" way works and is probably better when you're going for a large cloud13:15
BobBallSebastianKreutzb: but use devstack and https://raw.github.com/citrix-openstack/qa/master/connect-devstack-local.sh to connect two devstack's together13:16
*** germanoak has quit IRC13:16
*** x86brandon has quit IRC13:17
*** Exdaix has joined #openstack13:17
SebastianKreutzbI successfully used devstack to setup openstack on xenserver (everything under my local VMWare fusion), but devstack does not use services etc. just screens. or can I use devstack for the setup and later add the services?13:18
edgysirs, if I managed to ran an instance and gave it a floating address, how can I ssh to it now?13:19
BobBallDevstack is self-contained13:19
*** nosnos_ has joined #openstack13:19
BobBallThere isn't (as far as I know) a defined process to convert it to using packages13:19
*** Zack_Deee has joined #openstack13:19
BobBallYou either use devstack or you use services13:20
*** nosnos_ has quit IRC13:20
edgyBobBall: nice and easy? it's a week now and  I couldn't do a basic connection :(13:20
BobBallof course you can use devstack to create your nova.conf etc and just copy that to a package-based setup13:20
BobBalledgy: with xenserver? What's the problem you've got?13:20
*** nosnos_ has joined #openstack13:20
*** nosnos has quit IRC13:21
edgyBobBall: I try to ssh to the instance and I can't, let me paste it ...13:21
*** ppenjoy has left #openstack13:22
*** souvik has quit IRC13:22
BobBalledgy: put it on paste.openstack.org13:22
BobBalledgy: and probably your localrc too13:22
BobBalledgy: or just describe how you set things up?13:22
*** ravikup has joined #openstack13:23
*** mrichman has joined #openstack13:23
*** s51itxsyc has quit IRC13:24
*** sputnik13 has joined #openstack13:24
*** acathrow has joined #openstack13:24
*** ChrisAM1 is now known as ChrisAM13:24
*** nosnos_ has quit IRC13:24
*** kushal has joined #openstack13:26
SebastianKreutzbdevstack does not work for us since we have in production a xenserver pool. and devstack stops if there is more than one host. I would love to go the manual way to actually learn what devstack is doing, but I fear that it will be very hard13:26
*** retreved has joined #openstack13:26
*** freeflying has quit IRC13:26
*** krtaylor has quit IRC13:26
edgyBobBall: http://paste.openstack.org/show/51648/13:27
BobBallSebastianKreutzb: Not sure how to set it up with a production pool already existing; you may find problems later anyway because when using a pool, Nova expects to create + own the pool itself (using host aggregates)13:27
*** maxdml has joined #openstack13:27
BobBallSebastianKreutzb: OpenStack doesn't really need the pool - so we'd advise not to use it13:27
edgyBobBall: this installation is on ubuntu 12.04 running bare-metal13:27
BobBalledgy: I'm a xenserver bloke so can't really help with that I'm afraid :/ never tried it13:28
edgyBobBall: tried what?13:28
BobBallbare metal13:28
*** miurahr has joined #openstack13:29
*** dcramer_ has quit IRC13:29
edgyBobBall: I though if you can make it on xen, then the procedure should be exactly or easier in a dedicated server13:29
*** jcarter has joined #openstack13:30
edgyBobBall: or does bare metal means something else?13:30
SebastianKreutzbBobBall: so I can tell the data center guys to merge(?) the current pool of 6 xenservers to one? or how would they do that?13:30
*** aeperezt has joined #openstack13:30
*** aeperezt has quit IRC13:30
*** aeperezt has joined #openstack13:30
BobBallbaremetal is one of the drivers in Nova that allows you to use a single host to run instances directly ratehr than under a hypervisor13:30
BobBallSebastianKreutzb: Do you have VMs on the hosts you want to keep?  (Nova expects to control all VMs on the host) - what's the set up that you're aiming for?13:31
*** christophe-wk3 has joined #openstack13:31
edgyBobBall: then I didn't meant that, I just install openstack in ubuntu in a dedicated server13:31
*** christophe-wk3-o has left #openstack13:31
BobBalledgy: So you're trying to use KVM then?13:31
edgyBobBall: exactly13:31
*** freeflying has joined #openstack13:32
BobBallAh yes - I see now - but again, that's something I don't use either...13:32
BobBallI have no idea why it might not be working13:32
*** aeperezt_ has joined #openstack13:33
BobBallI'd enable the logging in devstack (set SCREEN_LOGDIR) and look at the log files for screen-n-cpu and screen-n-net13:33
edgyBobBall: my problem has nothing to do with the hypervisor stuff, I just wonder do you need to set any routing things or you should be able to connect directly with ssh? do you connect to the private ip or the floating ip?13:33
BobBallIt should "just work" if you're using devstack13:33
BobBallYou don't need to set anything up AFAIK13:33
edgyBobBall: and for the localrc do you think there is anything wrong? considering that I have eth0 and eth1 on that server13:34
edgyBobBall: just assume it's like running over xen13:34
SebastianKreutzbBobBall: no, the Xenserver pool is new and nothing on it, yet (besides the master on the first host)13:34
BobBallLooks ok - but networking on XenAPI is the one place where it's very different to KVM :)13:34
BobBallSebastianKreutzb: Ok - do you need to run with pools?  Or could they be several compute hosts?  OpenStack doesn't need them to be in a pool13:35
*** aeperezt_ has quit IRC13:35
SebastianKreutzbI would pick the most simple setup13:35
*** aeperezt has quit IRC13:35
*** badams has joined #openstack13:35
BobBallthen I'd advise not to worry about pools13:35
BobBallThey add complexity and unless you need it, it's not worth it13:36
SebastianKreutzband it is still possible that several xen compute nodes mount a shared nfs?13:36
BobBallah - that might be why you need a pool :)13:36
BobBallIf you need shared storage, then yes, you need a pool :)13:36
BobBallSo let OpenStack set it up as an aggregate13:36
BobBallSet up the hosts separately to start13:37
BobBallthen add each host to the aggregate13:37
*** Barker has joined #openstack13:37
BobBalland they will be pool-join'ed13:37
BobBallWhat are you using the shared storage for, out of interest?13:37
BobBallVM storage?13:37
SebastianKreutzbthe former CTO chose it for VM storage I guess13:38
SebastianKreutzbbut everything can be questioned :)13:38
*** jttam has joined #openstack13:38
BobBallOk - so there are some definite advantages - e.g. VM migration is near-instant13:38
*** danielbruno has joined #openstack13:38
BobBallbut setup isn't as simple13:39
*** jodok has joined #openstack13:39
*** jdob has joined #openstack13:39
SebastianKreutzbwhat is the best practice for a setup of several xenservers? a pool?13:39
BobBallDepends on the scale and the use cases :)13:39
BobBallMost OpenStack deployments with xenserver do not use pools13:39
edgyBobBall: thanks for your care to help, hope some one familiar with linux/kvm would help13:40
SebastianKreutzbso how do they connect the xenservers under one openstack?13:40
BobBallif you get to a certain size (hundreds of hosts) then pools become another abstraction layer that doesn't give the advantages you have in a smaller scale (because you can't have all the hosts in one pool, so things like fast live migration only apply to sub-sets of hosts)13:40
*** cwvh has joined #openstack13:40
*** ahasenack has quit IRC13:40
BobBallEach host is isolated but connects to one scheduler13:40
BobBallso nova-manage service list shows all of the computes13:41
*** zsun has quit IRC13:41
*** jcoufal has joined #openstack13:41
BobBallbut none of the computes know about each other13:41
*** miurahr has quit IRC13:41
*** radiocats has joined #openstack13:41
*** miurahr has joined #openstack13:41
SebastianKreutzbsound simpler13:42
*** radiocats has quit IRC13:42
BobBallIt is substantially simpler, yes13:42
*** ahasenack has joined #openstack13:42
*** obiat has quit IRC13:42
*** exed has quit IRC13:42
*** radiocats has joined #openstack13:42
SebastianKreutzbis it good practice to use on xenserver as availability zone?13:42
SebastianKreutzbone xenserver I mean13:43
BobBallno13:43
*** exed has joined #openstack13:43
BobBallif you do that you won't be able to use the scheduler logic properly13:43
*** kbringard has joined #openstack13:43
BobBallbecause you specify which host you want the VM to go to by specifying the availability zone13:43
BobBalllive migration might not work too?13:43
SebastianKreutzbok, got it13:44
*** cwvh has quit IRC13:44
*** dblessing has joined #openstack13:45
SebastianKreutzbthat massive shared storage for VMs, is that best practice?13:45
SebastianKreutzbI need to question everything the former CTO did :)13:45
BobBallIt's a special case in the OpenStack world and is not required by OpenStack - but it depends on whether there are special things you want to do with your use case.13:45
SebastianKreutzbI need to ask the head of development here, but I am sure he does not need it13:46
BobBallIn OS you need to have something serving the images (glance) but I imagine you could do something where they are provided by the same shared storage as the VMs will live on - that might give super-fast deployment13:46
BobBallfor example.13:46
*** eglynn has quit IRC13:46
*** eglynn has joined #openstack13:46
*** jorisroovers has quit IRC13:47
SebastianKreutzbwithout a pool I could just setup one xenserver and make it work properly and then (relatively) easy add another xenserver?13:47
*** dblessing has quit IRC13:48
*** christophe-wk3 has quit IRC13:48
*** dblessing has joined #openstack13:48
SebastianKreutzbwhat is the most simple network setup in that case? XenAPI Flat DHCP Networking?13:50
BobBallyes SebastianKreutzb13:50
BobBallyup13:50
SebastianKreutzbthat’s the one devstack is doing for xenserver?13:51
*** jorisroovers has joined #openstack13:51
*** ravikup has quit IRC13:51
*** tonix has joined #openstack13:52
BobBallThe very simplest way to do it SebastianKreutzb is to set up N devstack's each indepedently (see https://wiki.openstack.org/wiki/XenServer/DevStack) and then connect them together using https://raw.github.com/citrix-openstack/qa/master/connect-devstack-local.sh13:52
*** miurahr has quit IRC13:53
*** goneri1 is now known as goneri13:54
*** eharney has joined #openstack13:55
SebastianKreutzbyes, that’s really simple, but I fear that screen stuff is not cool13:55
*** nbrosnahan has joined #openstack13:55
SebastianKreutzbit would be good to have something like an instruction how to migrate a devstack setup to a "normal" openstack13:55
BobBallit's very cool - means you can connect to the running instances and see what's going on13:55
*** miurahr has joined #openstack13:56
BobBallAdmittedly there isn't any help in restarting one service it if fails13:56
BobBallyou need to restart all of them on that node13:56
*** souvik has joined #openstack13:56
BobBalland it's a manual thing rather than automated13:56
BobBallbut I'm not sure if it's automated in any other system13:56
BobBalli.e. they start at boot - but if they die, do they get restarted?13:56
SebastianKreutzbsomehow my devstack setups itself on reboot13:57
*** jasondotstar has joined #openstack13:57
*** zoresvit has quit IRC13:57
BobBallAnyway - if you're only talking about the computes, it's easy enough to set them up for Xen - http://docs.openstack.org/trunk/openstack-compute/install/yum/content/introduction-to-xen.html13:57
BobBallyou just set those 4 variables up13:57
BobBalland it'll work great :)13:57
BobBallso you can set it up using the standard ubuntu packages, then change nova.conf and it sholuld work great (although note the sections later in the page that talk about installing the plugins in dom0)13:59
*** lbrower has quit IRC13:59
*** dims has joined #openstack13:59
*** zoresvit has joined #openstack13:59
*** jdob has quit IRC13:59
*** jdob has joined #openstack14:00
SebastianKreutzbah cool!14:00
BobBallSebastianKreutzb: do read the whole of that page before starting though14:00
SebastianKreutzbyes, will do, thanks!14:00
SebastianKreutzbI will advise the data center to "unpool" the pool of xenservers.  I am friend of simple things.14:01
BobBallalthough it's a lot better when using Havana - the biggest problem was a lack of plugins in dom0 - now if you're using XenAPI (as said at the top) and you haven't got them installed you get a very obvious error!14:01
*** weshay has joined #openstack14:01
*** satheesh has quit IRC14:02
*** mkollaro has joined #openstack14:03
*** miurahr has quit IRC14:03
SebastianKreutzbthis basic setup also has the block storage feature, right?14:04
*** KLevenstein has joined #openstack14:04
*** davidhadas_ has quit IRC14:05
*** xqueralt has quit IRC14:05
*** KLevenstein has left #openstack14:05
*** davidhadas has joined #openstack14:05
SebastianKreutzboh one more thing I don’t get. I am looking at http://docs.openstack.org/trunk/openstack-compute/install/yum/content/figures/5/figures/xenserver_architecture.png14:06
*** souvik1 has joined #openstack14:06
*** mmagr has quit IRC14:06
SebastianKreutzbwith public network the connection from internet is meant, right? so our data center loadbalancers route traffic directly to the OpenStack VM?14:06
*** souvik has quit IRC14:07
*** yaguang has joined #openstack14:07
*** julim has joined #openstack14:08
*** vartom1111 has quit IRC14:08
*** dblessing has left #openstack14:08
*** x86brandon has joined #openstack14:08
*** dcramer_ has joined #openstack14:08
*** Chocobo has joined #openstack14:08
*** ahasenack has quit IRC14:09
*** ahasenack has joined #openstack14:09
*** gonska has quit IRC14:10
*** desai has quit IRC14:12
*** sures has joined #openstack14:12
*** lblanchard has joined #openstack14:12
*** SushilKM__ has quit IRC14:12
*** yaguang has quit IRC14:12
*** cody-somerville has joined #openstack14:12
*** jagee has joined #openstack14:13
*** matsuhashi has quit IRC14:13
*** Kharec has quit IRC14:16
*** ahasenack has quit IRC14:17
*** jodok has quit IRC14:17
*** Chown67 has joined #openstack14:17
*** jttam has quit IRC14:18
*** Kharec has joined #openstack14:19
SebastianKreutzbif I check the above mentioned diagram, it speaks about 3 physical interfaces. but how can a VM have a physical interface? or am I totally getting things wrong?14:19
*** mmagr has joined #openstack14:19
*** xqueralt has joined #openstack14:20
*** ujuc has joined #openstack14:21
*** bknudson has joined #openstack14:21
*** aymenfrikha has joined #openstack14:21
*** Kholloway has joined #openstack14:23
*** berendt has quit IRC14:23
*** morazi has joined #openstack14:23
*** berendt has joined #openstack14:23
*** kushal has quit IRC14:24
*** christophe-wk3 has joined #openstack14:24
*** aeperezt has joined #openstack14:24
*** jeflui has joined #openstack14:24
*** jeflui has joined #openstack14:24
*** matsuhashi has joined #openstack14:25
*** ildiko has quit IRC14:26
*** ildiko has joined #openstack14:26
*** DrBacchus has joined #openstack14:27
*** thelorax123 has joined #openstack14:27
*** pmathews has joined #openstack14:29
*** blackboxsw has joined #openstack14:29
*** larsks has joined #openstack14:30
*** exed has quit IRC14:30
*** mkollaro has quit IRC14:31
*** mkollaro1 has joined #openstack14:31
*** mestery has quit IRC14:31
BobBallSebastianKreutzb: You pass the interface through as a virtual one - that's all it meant14:31
BobBallSebastianKreutzb: but yes, public is external14:31
*** mestery has joined #openstack14:31
*** pmathews has quit IRC14:32
SebastianKreutzbah okay, I was confused because it said "physical".14:32
*** devoid has joined #openstack14:32
*** zz_Madasi is now known as Madasi14:32
*** kushal has joined #openstack14:33
*** woorea has joined #openstack14:33
SebastianKreutzbI think I slowly start to get it! traffic comes from the internet into the OpenStack domU and this somehow redirects it to the VMs / tenants14:33
SebastianKreutzband that makes it possible to add a security layer because openstack "knows" where to route what traffic14:34
*** blamar has joined #openstack14:35
*** sayan has quit IRC14:37
*** rnirmal has joined #openstack14:37
*** cereal_bars has joined #openstack14:38
*** exed has joined #openstack14:38
*** jcoufal has quit IRC14:38
*** jnoller has joined #openstack14:39
*** Kvezon has joined #openstack14:40
*** para__ has joined #openstack14:40
*** mmagr has quit IRC14:41
*** simon-AS559 has quit IRC14:41
*** simon-AS559 has joined #openstack14:41
*** hs366 has quit IRC14:41
BobBallno14:42
BobBallunless you are using neutron14:42
BobBallXenServer has the networks14:42
BobBalland VMs are directly plugged into them14:42
BobBall(actually, even with Neutron, the network setup is pushed down into Dom0 IIRC)14:43
*** woorea has quit IRC14:43
*** woorea has joined #openstack14:43
*** dcramer_ has quit IRC14:44
*** simon-AS559 has quit IRC14:45
*** mikedawson has joined #openstack14:46
SebastianKreutzbso xenserver is handling all the virtual networking?14:46
*** blamar has quit IRC14:46
*** DrBacchus has quit IRC14:46
*** pravins has quit IRC14:46
*** simon-AS559 has joined #openstack14:46
KvezonHello, can i receive all availability zones from REST API? I can receive availability zones for tenant, but my user doesn't have right for all tenants. Is it possible to receive an admin user token that has right for everything?14:47
BobBallyes SebastianKreutzb14:48
*** simon-AS5591 has joined #openstack14:48
*** vartom1111 has joined #openstack14:49
*** christyp has joined #openstack14:49
*** corrigac has quit IRC14:49
*** mattttt has left #openstack14:50
SebastianKreutzbthe openstack vm is sending traffic to the dom0 and it sends it to the VMs? Or do I misunderstand that graphic? It looks as if the external traffic goes into the OpenStack VM and not into dom0?14:50
*** sigurding has quit IRC14:51
*** simon-AS559 has quit IRC14:51
*** sureshrao has quit IRC14:51
*** ioggstream has joined #openstack14:51
*** FunnyLookinHat has quit IRC14:52
*** terriyu has joined #openstack14:52
*** BLZbubba has joined #openstack14:52
BobBallhuh?14:53
BobBallexternal traffic to the VM just goes through the bridges in dom014:53
BobBallit doesn't go to the openstack VM14:53
*** nmagnezi has quit IRC14:53
SebastianKreutzbah, and the openstack VM just sets up the bridges?14:53
*** vartom1111 has quit IRC14:54
*** cereal_bars has quit IRC14:54
BobBallno - devstack can set them up - but the VM assumes they already exist (they are specified in nova.conf)14:54
BobBallchances are they do already exist because the xenserver will have set them up14:54
BobBallthe only case they won't is if you don't care if they are external or not (e.g. the development case in devstack)14:55
*** fikst has quit IRC14:55
*** stevem has joined #openstack14:56
*** hemanth_ has quit IRC14:57
*** dmsimard has joined #openstack14:57
*** woorea has quit IRC14:58
*** amritanshu_RnD has quit IRC14:58
*** amrit_ has quit IRC14:58
*** fnaval__ has quit IRC14:58
*** larmbr has quit IRC14:59
*** fnaval_ has joined #openstack14:59
*** Egyptian[Laptop] has joined #openstack14:59
*** DrBacchus has joined #openstack14:59
*** jodok has joined #openstack15:00
*** tvvcox has quit IRC15:00
*** Pengoo has quit IRC15:00
*** sergmelikyan has joined #openstack15:01
*** hemanth_ has joined #openstack15:01
*** jpeeler1 is now known as jpeeler15:01
*** armax has joined #openstack15:02
*** wdennis has joined #openstack15:02
*** simon-AS5591 has quit IRC15:02
*** larmbr has joined #openstack15:03
*** marclaporte has joined #openstack15:03
*** fnaval_ has quit IRC15:03
*** rnorwood1 has joined #openstack15:04
*** christophe-wk3 has quit IRC15:04
*** gszasz_ has joined #openstack15:05
*** nouser has joined #openstack15:05
*** gszasz has quit IRC15:05
*** carlp has joined #openstack15:06
*** alunduil has quit IRC15:07
*** germanoak has joined #openstack15:07
*** berendt has quit IRC15:07
*** davidhadas has quit IRC15:08
*** boden has joined #openstack15:09
*** jecarey has joined #openstack15:09
*** marclaporte has joined #openstack15:09
*** acathrow has quit IRC15:10
SebastianKreutzbgive me a sec, I log into the XenCenter and check it :)15:11
*** CaptainTacoSauce has joined #openstack15:11
*** jthorne has joined #openstack15:11
*** Pengoo has joined #openstack15:11
*** matanya has quit IRC15:12
*** nphase has joined #openstack15:12
*** souvik1 has quit IRC15:13
*** zul has quit IRC15:13
*** amuller has quit IRC15:14
*** tvvcox has joined #openstack15:14
*** jkienitz has quit IRC15:15
*** SebastianKreutzb has quit IRC15:15
*** batlogg has joined #openstack15:16
*** jodok has quit IRC15:16
*** batlogg is now known as jodok15:16
*** markpeek has joined #openstack15:17
*** jodok has quit IRC15:17
*** para__ has quit IRC15:18
*** jodok has joined #openstack15:18
*** jodok has quit IRC15:19
*** fnaval_ has joined #openstack15:19
*** aricg has joined #openstack15:20
*** rcheleguini has joined #openstack15:20
*** exed has quit IRC15:20
*** krtaylor has joined #openstack15:21
*** dbalog has joined #openstack15:21
*** abk has joined #openstack15:21
*** pravins has joined #openstack15:22
*** acathrow has joined #openstack15:22
*** matsuhashi has quit IRC15:23
*** matsuhashi has joined #openstack15:23
*** dcramer_ has joined #openstack15:23
*** vkmc has joined #openstack15:24
*** vkmc has quit IRC15:24
*** vkmc has joined #openstack15:24
*** jttam has joined #openstack15:24
*** vlad_starkov has joined #openstack15:25
*** jodok has joined #openstack15:27
*** mdorman has joined #openstack15:27
*** yocum_ has joined #openstack15:27
*** matsuhashi has quit IRC15:28
*** devoid has quit IRC15:28
*** ArminderS has joined #openstack15:28
*** jodok has quit IRC15:29
*** jttam has quit IRC15:29
*** SebastianKreutz has joined #openstack15:29
SebastianKreutzBobBall: sorry, I had to exit IRC to connect to the server. strict rules here :(15:30
SebastianKreutzso you wanted to know the bridge setup?15:30
*** davidhadas has joined #openstack15:30
BobBallhehe15:30
*** wastrel has joined #openstack15:30
BobBallSebastianKreutz: just saying it should work15:31
BobBalldoes it not?15:31
SebastianKreutzthink yes.15:31
SebastianKreutzwe have many PIFs on the xenserver15:31
SebastianKreutzI spoke with the head of development and I can "un-pool" the xenserver pool to make things simpler15:32
*** byeager has joined #openstack15:32
*** f13o has quit IRC15:32
*** smeaaagle has quit IRC15:32
BobBallgreat15:33
*** stevem_ has joined #openstack15:33
BobBallATM you have all the PIFs shown for each host15:33
BobBallbecause pools show all resources in the DB15:33
SebastianKreutzah okay. all the connected storages are shown there, too. but that will become more simplified15:34
*** gregmark has joined #openstack15:34
*** smeaaagle has joined #openstack15:34
*** rnorwood1 has quit IRC15:35
SebastianKreutzis it good practice to directly add a "fat" HDD to the xenserver or is it a network-mounted storage more common?15:35
SebastianKreutzI mean for VM storage15:35
BobBallCloud practice is to use the local HDD - enterprise practice is to use network storage15:35
*** pravins has quit IRC15:35
BobBallbut basically whatever-you-have will work if you don't have special requirements15:35
*** stevem has quit IRC15:36
SebastianKreutzwe have this 10TB NFS store, that won’t work I guess it we unpool up the pool15:36
*** Zack_Deee has quit IRC15:36
SebastianKreutzsplit up the pool I mean15:36
SebastianKreutzor can several xenservers use one NFS? no or?15:37
*** nbrosnahan has quit IRC15:37
*** jlibosva has quit IRC15:37
BobBallYes they can15:38
BobBall"NFS storage" is just a directory on an NFS share15:38
*** cody-somerville has quit IRC15:38
BobBalleach host can only attach to one NFS SR - but you can have many NFS SRs on a single NFS share15:38
*** hochi has joined #openstack15:38
*** datsun180b has joined #openstack15:38
*** CrackerJackMack has quit IRC15:38
SebastianKreutzah, cool!15:38
*** cody-somerville has joined #openstack15:38
*** nbrosnahan has joined #openstack15:38
*** rnorwood1 has joined #openstack15:39
SebastianKreutzso I could leave that intact, great.15:39
*** hochi has quit IRC15:39
*** nbrosnah_ has joined #openstack15:40
*** Zack_Deee has joined #openstack15:40
*** hochi has joined #openstack15:40
BobBallabsolutely15:40
BobBalland it means you can use that nice and expensive storage array :)15:41
*** coolsvap has joined #openstack15:41
SebastianKreutz:)15:41
*** jodok has joined #openstack15:41
*** morazi has quit IRC15:41
*** FunnyLookinHat has joined #openstack15:42
*** CrackerJackMack has joined #openstack15:42
*** cuban3r has joined #openstack15:42
*** souvik has joined #openstack15:42
*** hochi has quit IRC15:42
*** jodok has quit IRC15:42
cuban3rUbuntu 13.10 + Havana, cannot start nova-compute->TRACE nova.virt.driver ImportError: Class LibvirtDriver cannot be found15:44
*** nbrosnahan has quit IRC15:44
*** aymenfrikha has quit IRC15:44
*** morazi has joined #openstack15:44
*** CrackerJackMack has quit IRC15:45
*** SebastianKreutzb has joined #openstack15:45
*** galstrom_zzz is now known as galstrom15:45
*** SebastianKreutz has quit IRC15:46
*** zul has joined #openstack15:46
*** xqueralt has quit IRC15:46
*** CrackerJackMack has joined #openstack15:46
*** CrackerJackMack has quit IRC15:47
*** CrackerJackMack has joined #openstack15:47
*** miurahr has joined #openstack15:47
*** Egyptian[Laptop] has quit IRC15:48
*** blamar has joined #openstack15:49
*** rnorwood1 has quit IRC15:50
*** alunduil has joined #openstack15:50
SebastianKreutzbdevstack always installs itself after the openstack controller VM reboot. is there a way to not have that behavior?15:50
*** Guest__ has joined #openstack15:50
*** nbrosnah_ has quit IRC15:50
*** nbrosnahan has joined #openstack15:51
*** wdennis has quit IRC15:51
*** rcleere has joined #openstack15:51
*** jprovazn has quit IRC15:51
*** ildiko has quit IRC15:51
*** dbalog has left #openstack15:51
*** CrackerJackMack has quit IRC15:51
*** jodok has joined #openstack15:52
*** CrackerJackMack has joined #openstack15:52
*** CaptTofu has joined #openstack15:53
BobBallyes SebastianKreutzb - remove "run.sh" from /etc/rc.local15:53
*** tmclaugh[work] has joined #openstack15:53
*** exed has joined #openstack15:55
*** gszasz_ has quit IRC15:55
*** gszasz has joined #openstack15:55
*** badiane_ka has quit IRC15:55
*** jodok has quit IRC15:56
*** moneydouble has joined #openstack15:57
Sam-I-Ammorning15:57
*** tmclaugh[work] has quit IRC15:57
*** jodok has joined #openstack15:59
*** MaxV has joined #openstack15:59
*** jroovers has joined #openstack15:59
*** evanz has joined #openstack15:59
*** ppenjoy has joined #openstack15:59
*** lool has joined #openstack15:59
*** tmclaugh[work] has joined #openstack15:59
*** rnorwood1 has joined #openstack16:00
*** ppenjoy has left #openstack16:00
*** jodok has quit IRC16:01
CaptainTacoSaucecuban3r: KVM?16:01
*** Ruetobas has quit IRC16:01
*** CrackerJackMack has quit IRC16:02
*** CrackerJackMack has joined #openstack16:02
*** jorisroovers has quit IRC16:02
*** macjack has quit IRC16:02
*** macjack has joined #openstack16:02
*** MaxV_ has joined #openstack16:03
*** giorgiodinapoli has quit IRC16:03
*** Ruetobas has joined #openstack16:03
Sam-I-AmCaptainTacoSauce: yo16:03
*** mrunge has quit IRC16:03
*** galstrom is now known as galstrom_zzz16:03
*** jroovers has quit IRC16:03
*** danger_fo_away is now known as danger_fo16:04
*** halfss has quit IRC16:04
*** reidrac has quit IRC16:05
*** spzala has joined #openstack16:05
*** djbkd has joined #openstack16:05
*** lool has quit IRC16:06
*** lool has joined #openstack16:06
*** halfss has joined #openstack16:06
*** CrackerJackMack has quit IRC16:06
*** aricg has quit IRC16:07
*** CrackerJackMack has joined #openstack16:07
*** Ruetobas has quit IRC16:07
*** halfss has quit IRC16:08
*** halfss has joined #openstack16:08
*** galstrom_zzz is now known as galstrom16:08
*** devioslang has joined #openstack16:08
cuban3rcaptaintacosauce: solved --> nova.virt namespace issue16:09
CaptainTacoSauceah okay, neat16:09
CaptainTacoSauceheya Sam16:09
*** halfss has quit IRC16:09
*** stevem_ has quit IRC16:09
*** davidhadas has quit IRC16:09
*** halfss has joined #openstack16:09
*** cuban3r has left #openstack16:10
Sam-I-Amhows life?16:10
*** stevem has joined #openstack16:10
*** rnorwood1 has quit IRC16:11
*** Kvezon has quit IRC16:12
*** pravka has joined #openstack16:12
SebastianKreutzbBobBall: thanks for all your help today! I will tomorrow morning dive into all that and try to come as far as I can :)16:12
*** pablosan has quit IRC16:13
Sam-I-AmCaptainTacoSauce: is your metadata stuff working?16:13
*** Ruetobas has joined #openstack16:13
BobBallHTH SebastianKreutzb :)16:14
*** devoid1 has joined #openstack16:15
*** afazekas has quit IRC16:15
*** daMaestro has joined #openstack16:16
*** devoid1 has quit IRC16:16
*** devoid has joined #openstack16:16
*** desai has joined #openstack16:17
*** eoffenflig is now known as offenflieg16:17
*** ppradhan has joined #openstack16:17
*** devoid1 has joined #openstack16:17
*** devoid has quit IRC16:17
*** CrackerJackMack has quit IRC16:18
*** CrackerJackMack has joined #openstack16:18
*** gszasz has quit IRC16:18
*** monst has joined #openstack16:19
*** vfiduccia has joined #openstack16:20
*** devoid2 has joined #openstack16:20
*** terriyu has quit IRC16:20
*** devoid1 has quit IRC16:20
*** rnirmal has quit IRC16:21
*** elo has joined #openstack16:22
*** kbringard has quit IRC16:22
*** Cris__ has joined #openstack16:22
*** renner has quit IRC16:22
*** jrb has joined #openstack16:23
*** Cris__ has quit IRC16:23
*** djoreilly has joined #openstack16:25
*** devoid2 has quit IRC16:25
*** devoid has joined #openstack16:25
*** HenryG has joined #openstack16:25
TorikunSeems like overcommitting is not the issue...How can I make openstack ignore suspended VM's so I can launch more?16:26
Torikunis there an override?16:26
*** souvik1 has joined #openstack16:27
*** edgy has left #openstack16:27
CaptainTacoSauceoh, annual enrollment time, bleh16:28
*** abk has quit IRC16:28
CaptainTacoSaucemetadata, metadata, I don't remember that problem16:28
CaptainTacoSaucemy last problem was network connectivity to the guest VMs but that's working great now so I guess next step is to add cinder and play with that16:29
*** Chown67 has quit IRC16:29
*** MaxV_ has quit IRC16:29
*** gszasz has joined #openstack16:30
Sam-I-AmCaptainTacoSauce: oh, with my config i have some issue with the net node claiming the metadata endpoint isnt registered16:30
Sam-I-Ambut... i thought it was part of neutron's endpoint16:30
*** MaxV_ has joined #openstack16:30
TorikunAny way to make suspended VM's not count against your memory usage so you can launch more VM's ?16:30
CaptainTacoSaucehmmmm yeah haven't seen that one, I'm not even entirely sure what that means16:30
Sam-I-AmTorikun: i dont think so.. kind of wouldnt make sense16:30
Sam-I-AmCaptainTacoSauce: one sec16:31
TorikunI tried overcommit and it does not work16:31
*** souvik has quit IRC16:31
*** jrb has quit IRC16:31
Torikunregular KVM will allow it =(16:32
Sam-I-AmCaptainTacoSauce: humm, the error is gone now :/16:32
CaptainTacoSauceyou're welcome :P16:32
Sam-I-Ami must have rubbed the lamp correctly16:33
*** rnirmal has joined #openstack16:33
Sam-I-AmCaptainTacoSauce: so your network stuffs is still working?16:33
CaptainTacoSauceyeah haven't touched it today but it was working great Friday16:33
Sam-I-Amheh, i havent worked on mine since then either16:34
Sam-I-Amneeded a brain break16:34
Sam-I-Amnow i'm putting together a second system in an attempt to figure out exactly where the docs go wrong16:34
*** cdub has joined #openstack16:34
*** nkhare has joined #openstack16:35
*** jcarter has quit IRC16:36
*** rnorwood1 has joined #openstack16:36
*** byeager has quit IRC16:36
*** byeager has joined #openstack16:37
*** eglynn has quit IRC16:37
*** aliguori has joined #openstack16:37
*** jcarter has joined #openstack16:38
*** morazi has quit IRC16:38
*** SushilKM__ has joined #openstack16:39
*** devioslang has quit IRC16:39
*** markpeek has quit IRC16:40
*** byeager has quit IRC16:41
*** MaxV_ has quit IRC16:42
*** MaxV_ has joined #openstack16:43
*** renner has joined #openstack16:43
*** bluenemo has quit IRC16:43
*** MaxV_ has quit IRC16:43
CaptainTacoSauceyeah I'm going to show up to my lab later today and be like what's the deallll16:44
Sam-I-Amhaha16:44
Sam-I-Ami recommend bringing a six pack16:44
*** MaxV_ has joined #openstack16:44
*** maxdml has quit IRC16:45
*** flaper87 is now known as flaper87|afk16:45
*** elo has quit IRC16:45
*** vahid has joined #openstack16:48
*** dobber has quit IRC16:48
*** para__ has joined #openstack16:48
*** vahid is now known as vahidh16:48
*** KaZeR has quit IRC16:49
*** KaZeR has joined #openstack16:50
*** MaxV_ has quit IRC16:50
*** morazi has joined #openstack16:50
*** MaxV_ has joined #openstack16:50
*** corXi has quit IRC16:51
*** troytoman-away is now known as troytoman16:51
*** christyp has quit IRC16:52
*** berendt has joined #openstack16:53
*** markpeek has joined #openstack16:54
*** KaZeR has quit IRC16:55
*** krypto has quit IRC16:56
*** byeager_ has joined #openstack16:56
*** simon-AS559 has joined #openstack16:56
*** markpeek has quit IRC16:57
*** mgergely has joined #openstack16:57
*** fivestar has quit IRC16:58
*** monst_ has joined #openstack16:58
*** manishg has quit IRC16:58
*** aroque has joined #openstack16:58
*** flaper87|afk is now known as flaper8716:58
*** tonix_ has joined #openstack16:59
*** tonix has quit IRC16:59
*** ArminderS has quit IRC16:59
*** ArminderS has joined #openstack16:59
*** simon-AS559 has quit IRC17:01
*** rnorwood1 has quit IRC17:01
*** annegentle has joined #openstack17:01
*** smeaaagle has quit IRC17:01
*** rnorwood1 has joined #openstack17:02
*** zradmin has joined #openstack17:02
*** monst has quit IRC17:02
*** KaZeR has joined #openstack17:03
*** MaxV_ has quit IRC17:04
*** ifarkas has quit IRC17:04
*** wramthun has quit IRC17:04
*** MaxV_ has joined #openstack17:04
*** giorgiodinapoli has joined #openstack17:05
*** galstrom is now known as galstrom_zzz17:05
*** renner has quit IRC17:06
*** smeaaagle has joined #openstack17:06
*** MaxV_ has quit IRC17:07
KaZeRhi there17:07
*** mgergely has quit IRC17:07
*** perror has quit IRC17:07
*** tianst20 has quit IRC17:07
*** marun has quit IRC17:07
*** simon-AS559 has joined #openstack17:08
KaZeRCaptainTacoSauce: which version are you running ?17:08
Sam-I-AmKaZeR: figure out your problem?17:08
*** rnirmal_ has joined #openstack17:08
CaptainTacoSauceI run havana on saucy.17:08
*** galstrom_zzz is now known as galstrom17:09
*** souvik1 has quit IRC17:09
*** ildiko has joined #openstack17:09
KaZeRSam-I-Am: unfortunately, not yet :(17:09
KaZeRok CaptainTacoSauce. using openvswitch too ?17:09
CaptainTacoSauceYep.17:09
*** rnirmal has quit IRC17:09
*** rnirmal_ is now known as rnirmal17:09
Sam-I-AmKaZeR: thats... weird.17:09
CaptainTacoSaucewith kvm virt17:09
*** _sulo has quit IRC17:09
Sam-I-Amthat one line fixed my 404s... so...17:09
*** MarcMorata has quit IRC17:09
KaZeRSam-I-Am: yep really weird.17:10
*** rnirmal has quit IRC17:10
KaZeRSam-I-Am: thanks again anyway, really appreciate17:10
Sam-I-Ammust be something else missing somewhere17:10
*** bsdgeek has quit IRC17:10
*** rnirmal has joined #openstack17:10
Sam-I-Amthe question is where..17:10
CaptainTacoSauceI'm curious what the problem was but probably don't have the cycles to actually look at it.17:10
*** jkienitz has joined #openstack17:13
*** pantea has quit IRC17:14
*** mikedawson has quit IRC17:14
*** MaxV_ has joined #openstack17:15
*** ryker has joined #openstack17:15
*** cjellick has joined #openstack17:15
*** ahs3 has quit IRC17:15
*** bsdgeek has joined #openstack17:16
*** berendt has quit IRC17:17
*** MaxV_ has quit IRC17:18
*** galstrom is now known as galstrom_zzz17:18
*** bsdgeek_ has joined #openstack17:18
*** bsdgeek_ has quit IRC17:18
*** MaxV_ has joined #openstack17:18
*** sputnik13 has quit IRC17:18
cjellickhi all. does anyone know how to configure horizon/keystone to limit the number of users retutrned when modifying the users in a project?17:19
*** Gamekiller77 has joined #openstack17:19
cjellick…have lots of users from ldap and it takes forever to load17:19
*** bsdgeek_ has joined #openstack17:19
*** mikedawson has joined #openstack17:19
Gamekiller77Does any one know if the L3 part of neutron has it own log files or a way to make it print to standard output17:19
*** zz_tsykoduk is now known as tsykoduk17:19
*** termie has quit IRC17:20
*** davidhadas has joined #openstack17:20
Sam-I-Amit should log in /var/log/neutron17:20
*** bsdgeek has quit IRC17:20
Gamekiller77but that like the bulk log for all neutron services17:20
*** ahs3 has joined #openstack17:21
Sam-I-Ami have separate l3 agent and dhcp agent logs in there17:21
Gamekiller77i can get the L3 to work with manual command execution but not via the service start17:21
Sam-I-Amif thats what you're looking for17:21
*** jkienitz has quit IRC17:21
*** msgodf has quit IRC17:21
Gamekiller77so i can just place that right log_dir and log_file17:21
*** SebastianKreutzb has quit IRC17:21
Gamekiller77btw thanks Sam-I-Am17:22
*** ahasenack has joined #openstack17:22
*** sayan has joined #openstack17:22
KaZeRGamekiller77: /usr/bin/quantum-l3-agent-python2.7 --config-file=/etc/quantum/quantum.conf --config-file=/etc/quantum/l3_agent.ini --log-file=/var/log/quantum//quantum-l3-agent.log17:22
*** jcarter has quit IRC17:22
KaZeR(same for neutron of course)17:22
*** lborda has quit IRC17:22
*** jistr has quit IRC17:22
Gamekiller77KaZeR: i did that and it runs just fine17:22
Sam-I-Amthere's also a debug mode if needed17:22
Gamekiller77ok cool was not sure how much the sub system shared with the core server17:23
*** rmr has joined #openstack17:24
*** galstrom_zzz is now known as galstrom17:24
*** itamarjp has joined #openstack17:24
*** ahs3 has quit IRC17:25
*** jkienitz has joined #openstack17:26
*** ujuc has quit IRC17:26
*** termie has joined #openstack17:27
rmrHi ! I am new to openstack and was trying to understand the boot process of the it..i.e., in what order services are started...what all could go wrong...can somebody please suggest some good material for this...any help is greatly appreciated !17:27
*** kushal has quit IRC17:27
*** ayoung_ has joined #openstack17:28
*** nbrosnahan has quit IRC17:28
*** sigurding has joined #openstack17:28
*** MaxV_ has quit IRC17:29
*** MaxV_ has joined #openstack17:29
*** clayb has joined #openstack17:30
*** jkienitz has quit IRC17:30
*** rnorwood1 has quit IRC17:30
*** hs366 has joined #openstack17:30
*** andreas__ has joined #openstack17:30
*** vkmc has quit IRC17:30
*** dmz has joined #openstack17:30
*** nbrosnahan has joined #openstack17:31
*** galstrom is now known as galstrom_zzz17:31
*** blamar has quit IRC17:32
Sam-I-Amrmr: with upstart things kind of start all at once17:33
*** sayan has quit IRC17:33
CaptainTacoSaucermr: I don't have any documentation to refer you to, but I think the system is largely designed to fail and recover -- it shouldn't have a specific runbook. Having said that, I'd say 1) mysql/rabbit 2) keystone 3) everything else17:33
Sam-I-Amwhich... sucks imo17:33
*** sigurding has quit IRC17:33
Sam-I-Amif you check logs, you'll see that daemons can't connect to other daemons for a while, but then it all cleans up17:33
Sam-I-Amrebooting pieces usually reconnect after a bit17:33
*** rnorwood1 has joined #openstack17:34
*** ahasenack has quit IRC17:34
*** jpich has quit IRC17:34
*** MaxV_ has quit IRC17:34
*** marrusl has quit IRC17:34
*** jcarter has joined #openstack17:35
*** dbalog has joined #openstack17:35
*** rnorwood1 has quit IRC17:36
*** thelorax123 has quit IRC17:36
*** peetaur has quit IRC17:37
*** Chown67 has joined #openstack17:37
*** thelorax123 has joined #openstack17:38
*** sigurding has joined #openstack17:38
*** peetaur has joined #openstack17:38
*** Chown67 has quit IRC17:41
*** cwvh has joined #openstack17:42
*** jnoller has quit IRC17:43
*** rossella_s has quit IRC17:44
*** jnoller has joined #openstack17:44
*** exed has quit IRC17:44
Gamekiller77Sam-I-Am: thanks for the log i found the problem with L3_agent17:45
Gamekiller77root-wrapper was still pointing to quantum name not neutron name17:46
*** arif-ali has quit IRC17:46
*** sushils has quit IRC17:47
*** andreas__ has quit IRC17:48
*** itooon has joined #openstack17:48
*** monst_ has quit IRC17:48
Sam-I-Amthat'll do it17:48
Sam-I-Amalso make sure sudo allows the neutron/nova users17:48
*** monst has joined #openstack17:48
*** troytoman is now known as troytoman-away17:50
*** MaxV_ has joined #openstack17:50
*** jkienitz has joined #openstack17:50
*** sayan has joined #openstack17:50
*** satheesh has joined #openstack17:51
*** scott_w has quit IRC17:51
*** kpavel has quit IRC17:52
*** sigurding has quit IRC17:52
*** marclaporte has quit IRC17:52
*** warik has joined #openstack17:53
*** exed has joined #openstack17:53
*** monst_ has joined #openstack17:53
*** aspiers has quit IRC17:53
*** monst_ has quit IRC17:54
*** monst_ has joined #openstack17:55
*** MaxV_ has quit IRC17:55
*** satheesh has quit IRC17:56
*** ninja has joined #openstack17:57
*** ArminderS has quit IRC17:57
*** blamar has joined #openstack17:57
*** monst has quit IRC17:57
*** vlad_starkov has quit IRC17:57
*** sacharya has joined #openstack17:58
*** marclaporte has joined #openstack17:59
*** pfreund has quit IRC17:59
*** monst_ has quit IRC18:00
*** pberis has quit IRC18:00
*** SushilKM__ has quit IRC18:01
*** monst has joined #openstack18:01
*** reidrac has joined #openstack18:01
*** kbringard has joined #openstack18:01
*** pberis has joined #openstack18:01
*** stevem has quit IRC18:02
*** peetaur has quit IRC18:02
*** peetaur has joined #openstack18:02
*** derekh has quit IRC18:03
*** wdennis has joined #openstack18:03
*** Ryan_Lane has joined #openstack18:04
Gamekiller77Sam-I-Am: not using sudo with my setup in dev18:05
Sam-I-Amok...18:05
Gamekiller77but yah the defualt in neutron,conf is quantum so had to change it and remove sudo18:05
Gamekiller77for rootwrapper18:05
*** ahasenack has joined #openstack18:06
Sam-I-Amdid you upgrade from grizzly or something?18:06
*** DavidSchmitt has left #openstack18:08
*** twoputt has joined #openstack18:09
*** twoputt_ has joined #openstack18:09
Gamekiller77no fresh install of havana18:10
Gamekiller77the upgrade borked the whole setup18:10
*** vipul is now known as vipul-away18:10
Gamekiller77so was faster to reinstall18:10
*** christyp has joined #openstack18:10
Sam-I-Amhmm, wonder why you're seeing 'quantum' in places18:10
*** zradmin has quit IRC18:11
*** satheesh1 has joined #openstack18:11
Gamekiller77it odd it in the base config at the top of the option is states neutron but in the line to uncomment it quantum18:12
Gamekiller77thinking i should file a bug with this but not sure where the config file come from the project or the RDO stack18:13
Sam-I-Amohhh... rdo18:13
Sam-I-Amcould be an rdo issue since it uses packstack18:13
Gamekiller77well i did not install via packstack18:13
*** manishg has joined #openstack18:13
*** clouded_tux has quit IRC18:13
Sam-I-Ammy havana install on ubuntu is all neutron18:13
Gamekiller77i did it manual via yum18:13
Gamekiller77yah sorry RDO her as we are a RHEL houst18:14
Gamekiller77house18:14
larsksGamekiller77: If you run into RDO problems, just file the bug against RDO...if it's actually an upstream problem it should eventually get there, and if not this makes sure someone will take a look at it.18:14
Sam-I-Ami was kind of under the impression that rdo was a devel/test kit like devstack18:14
*** jaimef has quit IRC18:14
Sam-I-Ambut i havent used rdo yet.  planning to try it.18:14
Sam-I-Amenough people come in here with questions on it18:15
*** pravka has quit IRC18:15
Gamekiller77I have two setups with it now18:15
Gamekiller77packstack will do all in one or multi node now18:15
Sam-I-Amis it aimed at production or still test?18:16
Gamekiller77but like i said i doing it all by hand to learn the ins and outs18:16
Sam-I-Ami havent used packstack either18:16
*** hs366 has quit IRC18:16
Gamekiller77i run the dev setup18:16
Sam-I-Ami started with devstack, got familiar with it, and then did my own manual install18:16
*** wramthun has joined #openstack18:16
Gamekiller77we have it in Stage and will run it in prod soon not sure when18:16
Sam-I-Amdevstack had a few annoying limitations18:16
Gamekiller77yah i did all by hand first time around18:16
Gamekiller77took me 3 months18:16
Sam-I-Amlike... logging everything to a screen session18:16
Sam-I-Amha18:16
*** cwvh has quit IRC18:17
*** ndipanov is now known as ndipanov_gone18:17
Sam-I-Ami've done too many hand installs now... takes me a day once the base OS is ready for openstack packages18:17
Gamekiller77yah upgrade to havana was super fast for me18:17
*** dsockwell has quit IRC18:17
Gamekiller77but dealing with Ceph p[roblems too18:18
Gamekiller77we have tech support for Ceph18:18
*** dcramer_ has quit IRC18:19
*** flaper87 is now known as flaper87|afk18:19
*** MaxV_ has joined #openstack18:19
*** gyee has joined #openstack18:19
Gamekiller77i am now trying to give back to the community18:19
Sam-I-Amcool18:20
Sam-I-Ami'm trying to give back with doc fixes18:20
*** ayoung_ has quit IRC18:20
*** cococafe has joined #openstack18:20
Gamekiller77same here with REHL18:20
Gamekiller77already found two problems18:20
*** ayoung_ has joined #openstack18:20
*** satheesh1 has quit IRC18:20
Sam-I-Ami'm trying to find the "key" now to why neutron doesnt work at all using the official docs18:21
*** homegrown has joined #openstack18:21
Sam-I-Ami think i know what it is... just need more evidence18:21
*** Lexis has quit IRC18:21
*** Lexis has joined #openstack18:21
*** jaimef has joined #openstack18:22
*** Lexis has left #openstack18:22
*** devnull1 has quit IRC18:22
*** Lexis has joined #openstack18:22
*** stevem has joined #openstack18:22
*** briancline has quit IRC18:23
*** pravka has joined #openstack18:23
*** Lexis has quit IRC18:23
Gamekiller77with what pluginis18:24
*** nbrosnahan has quit IRC18:24
*** blamar has quit IRC18:24
*** blamar has joined #openstack18:24
Sam-I-Amovs18:24
Gamekiller77that what i have for now18:24
Gamekiller77be switching over to N1k soon18:25
*** ahs3 has joined #openstack18:25
Sam-I-Amnexus?18:26
*** sayan has quit IRC18:26
*** linuxfreck has joined #openstack18:29
Gamekiller77yah18:29
Gamekiller77i have to ;)18:29
Gamekiller77i have to prove the cisco on cisco story18:30
*** Harry51S has quit IRC18:30
*** ninja has quit IRC18:30
*** CaptTofu has quit IRC18:32
Sam-I-Amble18:32
Sam-I-Amh18:32
* Sam-I-Am isnt a cisco fan18:32
*** CaptTofu has joined #openstack18:32
*** jnoller has quit IRC18:32
Gamekiller77i work there so no choice18:32
*** twoputt has quit IRC18:32
Sam-I-Amha, nice.18:32
Sam-I-Am<- brocade18:32
Gamekiller77nice18:32
Sam-I-Amlets take this out in the parking lot... :)18:32
Gamekiller77you off 1st street18:32
*** twoputt_ has quit IRC18:33
Sam-I-Ami'm actually in denver18:33
Gamekiller77i go eat lunch by your building here in San Jose18:33
Gamekiller77ok off18:33
*** Gamekiller77 is now known as GK77_afk18:33
*** nbrosnahan has joined #openstack18:33
*** pmoosh has joined #openstack18:33
*** d34dh0r53 has quit IRC18:34
*** Shaan7 has quit IRC18:34
*** germanoak has quit IRC18:34
*** vipul-away is now known as vipul18:35
*** jlibosva has joined #openstack18:35
*** engkur has quit IRC18:36
*** Barker has quit IRC18:39
*** johnthetubaguy has quit IRC18:40
*** Barker has joined #openstack18:40
*** maxdml has joined #openstack18:41
*** sayan has joined #openstack18:41
*** wdennis has quit IRC18:42
*** jdob has quit IRC18:42
*** stevem has quit IRC18:43
*** stevem_ has joined #openstack18:43
*** vlad_starkov has joined #openstack18:45
*** para__ has quit IRC18:46
*** smeaaagle has quit IRC18:46
*** sayan has quit IRC18:48
*** smeaaagle has joined #openstack18:49
*** cdub_ has joined #openstack18:49
*** Lexis has joined #openstack18:50
LexisHello everyone18:50
Lexisquick newb question, what is the best way to update a devstack to Havana ?18:50
clarkbLexis: the easiest way is probably to just start over18:51
Lexis^^18:51
Sam-I-Amyeah, pretty much18:51
Lexisif I use the default devstack, I get on Grizzly right ?18:51
clarkbno default devstack is master18:51
clarkbwhich is currently icehouse18:51
clarkb(it depends on what commit of devstack you currently have checked out)18:52
Sam-I-Amyou can tell it which repo to use18:52
Sam-I-Ambut the default is devel18:52
Lexisok, I did the deployment but didn't see heat there18:52
*** albionandrew has joined #openstack18:54
Lexisok I should read ^^18:54
Lexishttps://wiki.openstack.org/wiki/Heat/GettingStartedUsingDevstack18:54
*** peetaur is now known as Guest4383318:54
*** peetaur has joined #openstack18:54
*** msgodf has joined #openstack18:55
*** sigurding has joined #openstack18:55
*** jergerber has joined #openstack18:56
*** cwvh has joined #openstack18:56
*** jdob has joined #openstack18:58
*** nkhare has quit IRC18:58
*** linuxfreck has quit IRC18:59
*** _sulo has joined #openstack19:00
*** gmi has joined #openstack19:02
*** pmathews has joined #openstack19:02
*** vlad_starkov has quit IRC19:03
*** routerpro has joined #openstack19:03
*** vlad_starkov has joined #openstack19:03
*** aspiers has joined #openstack19:03
*** arif-ali has joined #openstack19:04
*** sayan has joined #openstack19:05
*** sushils has joined #openstack19:06
*** stevem_ has quit IRC19:09
*** sushils has quit IRC19:09
*** berendt has joined #openstack19:09
*** achampion has quit IRC19:10
*** dgel has joined #openstack19:11
*** sayan has quit IRC19:11
*** eglynn has joined #openstack19:11
*** DuncanT- has quit IRC19:13
*** sigurding has quit IRC19:14
*** DuncanT- has joined #openstack19:14
*** germanoak has joined #openstack19:14
*** hdd has joined #openstack19:14
*** renebarbosa has quit IRC19:14
*** sigurding has joined #openstack19:15
*** Lexis has quit IRC19:15
*** renebarbosa has joined #openstack19:16
*** Lexis has joined #openstack19:16
*** evanz has quit IRC19:19
*** andersonvom has joined #openstack19:21
*** pablokbs has joined #openstack19:21
pablokbshello, were can I get help to install openstack on ubuntu 12 ?19:22
*** dsockwell has joined #openstack19:23
*** aspiers has quit IRC19:24
*** stkowski has joined #openstack19:25
Sam-I-Amplenty of places19:25
Sam-I-Amhere, official docs, ask.openstack.org, google search...19:26
*** vkmc has joined #openstack19:26
pablokbsok maybe you can help me :) I just want to install openstack on a fresh installed ubuntu 12 server19:27
pablokbswith only one NIC19:27
*** cwvh has quit IRC19:27
pablokbsi've read the DOC but it's about 130 PAGES!!!!19:27
*** twoputt_ has joined #openstack19:27
*** twoputt has joined #openstack19:27
*** vlad_sta_ has joined #openstack19:27
*** jrb has joined #openstack19:28
*** exed has quit IRC19:28
*** andersonvom has quit IRC19:28
pablokbsI tried with devstack script, works well but I'm having trouble with the NICs configuration, I just want to make a virtual NIC and NAT some traffic with shorewall, that's it19:28
*** eglynn has quit IRC19:28
*** Zack_Deee has quit IRC19:29
*** dgel has quit IRC19:29
pablokbsI really don't understand well about "floating range, fixed range, etc"19:29
pablokbsthat's my problem I think19:29
Sam-I-Amthings are a little sketchy with one nic19:30
*** sigurding has quit IRC19:30
*** jrb has quit IRC19:30
pablokbsoh :(19:30
*** andersonvom has joined #openstack19:30
pablokbsthere is no way I can install another nic on that server19:30
*** vlad_starkov has quit IRC19:31
pablokbsmaybe if I create a bridged interface or something19:31
dsockwellwould a dummy driver NIC work?19:31
dsockwellor some other kind of fake NIC19:31
pablokbsI hope :)19:31
Sam-I-Ami am using 1 nic with devstack19:32
*** rnorwood1 has joined #openstack19:32
Sam-I-Amit works, but isnt very flexible19:32
pablokbswhat are the limitations?19:32
pablokbsmaybe I don't need to much of that19:32
dsockwellyou could do your testing in a vm with qemu or lxc as a hypervisor and have all the NICs you want19:32
Sam-I-Amdsockwell: thats what i'm doing to get around my 2-nic limitation on the network node19:33
Sam-I-Amthe controller and net nodes are VMs19:33
*** mkoderer has quit IRC19:33
*** rossk has joined #openstack19:33
Sam-I-Ampablokbs: what exactly are you trying to do with shorewall?  openstack has an internal way of managing firewall rules with security groups19:34
pablokbsSam-I-Am: that would work19:34
*** morazi has quit IRC19:34
pablokbsi just want to nat some ports, like 8919:34
pablokbs80* or 44319:34
pablokbsmaybe I should read about all that concepts19:35
pablokbsis there any openstack for dummies guide?19:35
Sam-I-Amyeah i'd just use security groups for that19:35
Sam-I-Amits basically iptables19:35
pablokbssure19:35
pablokbslike amazon19:35
pablokbshttp://devstack.org/guides/single-machine.html19:36
pablokbsi'm using this guide19:36
pablokbswhat's floating range?19:36
pablokbsfixed_range it's like the internal network between the virtual machines, right?19:36
*** choirboy has quit IRC19:37
Sam-I-Amfloating is IPs usually reachable by the outside world19:37
Sam-I-Amfixed is internal IPs19:37
dsockwellso i have 2 security groups, default and ssh/web, and 2 guests, one in each security group but both on the same internal network. Both instances have floating IPs. security groups appear to fail open with all ports on both VMs available from my LAN (which is inside the defined external network) and from one vm to the other.19:37
Sam-I-Amout of the box, your VMs will use an internal IP.  they can see the world via NAT, but not back in19:38
*** pmathews has quit IRC19:38
*** exed has joined #openstack19:38
Sam-I-Amif you assign a floating IP to the VM, it will 1:1 NAT it with the fixed IP and permit access via security groups19:38
*** retreved has quit IRC19:38
Sam-I-Amso pinging $floatingip will ping $fixedip19:38
pablokbsSam-I-Am: right, can I have several floating ranges? because I have some public IPs for my dedicated server, but they are in different ranges19:38
Sam-I-Amsshing to $floatingip sshs to $fixedip19:39
pablokbsSam-I-Am: got it, nice19:39
Sam-I-Amsure19:39
Sam-I-Amas long as the networks are there19:39
pablokbssure19:39
*** retreved has joined #openstack19:39
pablokbscan I assign a ip for certaing port to a VM and the same ip for another port to another VM ?19:39
dsockwellpablokbs: i think you'd assign each block as a subnet to your external netwrork19:39
pablokbsdsockwell: thanks19:39
dsockwellno i don't think you can do that with just openstack19:39
*** briancline has joined #openstack19:39
pablokbsI can't use the same ip for 2 vms for example?19:40
dsockwellif you really need that you'll have to use a firewall guest like you wanted19:40
Sam-I-Aminternal IPs can be duplicated by different tenants i think, but not external IPs19:40
pablokbsI can have a VM who acts like a firewall19:41
*** monst has quit IRC19:41
pablokbsand nat from there19:41
Sam-I-Amyes19:41
*** ildiko has quit IRC19:41
Sam-I-Amthats fwaas19:41
pablokbs:D19:41
dsockwellor sometimes load balancing19:41
*** _sulo has quit IRC19:41
pablokbsyep19:41
dsockwelldepending on exactly how19:41
Sam-I-Ambut you probably want to figure out openstack first19:41
Sam-I-Ambefore delving into that mess19:41
*** monst has joined #openstack19:41
pablokbshaha, yes19:41
Sam-I-Amneutron is difficult to grasp19:41
*** monst has quit IRC19:41
*** Barker has quit IRC19:42
*** ArxCruz has quit IRC19:42
dsockwelli had to draw pictures to understand neutron and i still don't get parts of it19:42
*** stevem has joined #openstack19:42
pablokbsthe main reason I'm doing this if four cloud-init, that's really cool19:42
*** smeaaagle has quit IRC19:43
pablokbsi'm a sysadmin for a dev company, I want to give the hability to create instances to developers, and automatically setup a dev server19:43
*** retreved has quit IRC19:43
Sam-I-Amdsockwell: your problem is kind of odd19:43
*** jkf has joined #openstack19:44
Sam-I-Amdsockwell: probably requires poking at the iptables rules on strange interfaces19:44
*** MaxV has quit IRC19:44
*** evanjfraser has joined #openstack19:44
*** smeaaagle has joined #openstack19:44
Sam-I-Ampablokbs: openstack is pretty cool, but also takes a lot of time to become proficient enough to offer a production environment19:44
Sam-I-Amit breaks in interesting ways19:44
*** MaxV has joined #openstack19:45
pablokbsso are you saying that's still not suitable for production ?19:45
dsockwellSam-I-Am: so i shouldn't have to create a second internal network?19:45
dsockwellbecause that's what i'm trying now19:45
Sam-I-Amits fine for production, but it takes some effort for YOU to be comfortable19:46
*** rmr has quit IRC19:46
dsockwelli can go straight to iptables though19:46
pablokbsSam-I-Am: got it19:46
*** chandankumar has quit IRC19:46
Sam-I-Amdsockwell: i would think you can apply one secgroup to one vm and another to another vm on the same network19:46
Sam-I-Amsince those iptables are on a per-vm basis on the compute node19:46
dsockwellright19:46
*** retreved has joined #openstack19:47
*** monst has joined #openstack19:47
dsockwellshould neutron be telling me about some firewall rules at this point?19:47
*** moneydouble has quit IRC19:47
*** kbringard has quit IRC19:47
pablokbsthank you Sam-I-Am I will play a little with some VM on my computer before running the installer on the server19:47
dsockwellpablokbs: i found the puppetlabs-openstack package to be pretty good, except maybe it gave me a firewall problem19:48
Sam-I-Amdsockwell: should... at least it needs to know about them19:48
*** morazi has joined #openstack19:48
pablokbsdsockwell: I do use puppet, are you talking about the new grizzly module?19:49
Sam-I-Amdsockwell: have you seen this?  i think you have.  http://openstack.redhat.com/Networking_in_too_much_detail19:49
pablokbsbecuase is not compatible with debian nor ubuntu :(19:49
Sam-I-Amits pretty good explaining where to find stuff19:49
dsockwellpablokbs: worked for havana for me19:49
pablokbson ubuntu ?19:49
*** MaxV has quit IRC19:49
dsockwellon ubuntu, yes19:49
pablokbsnice, I will look into that now19:49
*** aroque has quit IRC19:49
*** Barker has joined #openstack19:50
*** Barker has quit IRC19:50
dsockwelli had to get it from github with the stable/havana branch19:50
dsockwellwhich is new as of about last thursday19:50
*** Chown67 has joined #openstack19:50
*** ayoung_ is now known as ayoung19:50
dsockwelland ignore all the docs on forge.puppetlabs.com19:50
pablokbsooh that's the catch19:50
dsockwellthe manifests have good (if really badly redundant) example headers though19:51
*** monst has quit IRC19:51
pablokbsif I can do this with puppet, it will be great, because I have 4 dedicated servers to install :P19:51
dsockwellwell19:51
dsockwelli'll keep you posted19:51
*** monst has joined #openstack19:52
*** otherwiseguy has quit IRC19:53
*** nsavin has quit IRC19:53
pablokbsdsockwell: thanks for the help19:53
pablokbsi'm checking out this puppet module19:54
*** pmathews has joined #openstack19:54
dsockwellhttp://pastebin.com/t7saHPrd19:54
dsockwellso neutron knows about security groups but not firewalls (at least not the way i asked about them)19:54
*** Barker has joined #openstack19:54
*** hemna has joined #openstack19:54
*** bbcmicrocomputer has quit IRC19:54
*** stevem_ has joined #openstack19:54
Sam-I-Amdid you tell it to use the correct firewall method?19:55
Sam-I-Ami.e., not the NoOp firewall19:55
Sam-I-Amand it has to be consistent everywhere..19:55
dsockwelli wonder19:56
*** dgel has joined #openstack19:56
Sam-I-Ami gotta run... back later hopefully19:56
Sam-I-Amor tomorrow19:56
Sam-I-Amtime for happy fun meetings19:56
dsockwellhurray!19:57
*** stevem has quit IRC19:57
dsockwelloop - nova.conf has the noop driver19:57
dsockwellwait that's to enable neutron to handle it19:58
*** nsavin has joined #openstack19:58
*** nmagnezi has joined #openstack19:58
*** Chown67 has quit IRC19:59
*** pmathews has quit IRC19:59
dsockwellit's looking like firewall-list is more for fwaas (which i might need) than explicitly for security groups19:59
*** germanoak has quit IRC20:00
*** dhblaz has joined #openstack20:00
*** vkmc has quit IRC20:01
*** GK77_afk has quit IRC20:02
*** moneydouble has joined #openstack20:02
dsockwellhttp://www.gossamer-threads.com/lists/openstack/dev/32804 and https://bugs.launchpad.net/nova/+bug/1248859 seem to describe the behavior i'm seeing20:03
*** vlad_sta_ has quit IRC20:05
*** smeaaagle has quit IRC20:05
*** aroque has joined #openstack20:05
*** Chown67 has joined #openstack20:05
dsockwellgoing to try switching out the vif driver as described on the mailing list20:06
*** smeaaagle has joined #openstack20:06
*** evanjfraser has quit IRC20:09
*** aroque has quit IRC20:09
*** aroque has joined #openstack20:09
*** sures has quit IRC20:10
*** Egyptian[Laptop] has joined #openstack20:10
*** byeager_ has quit IRC20:10
*** byeager has joined #openstack20:11
*** kbringard has joined #openstack20:11
*** djoreilly has quit IRC20:11
*** cotton has joined #openstack20:12
*** gebel has joined #openstack20:12
*** smeaaagle has quit IRC20:13
*** melwitt has joined #openstack20:14
*** smeaaagle has joined #openstack20:15
*** byeager has quit IRC20:15
*** Chown67_ has joined #openstack20:16
*** Chown67 has quit IRC20:17
*** Chown67_ is now known as Chown6720:17
*** tvvcox has quit IRC20:18
*** byeager has joined #openstack20:18
*** angdraug has joined #openstack20:21
*** vlad_starkov has joined #openstack20:21
*** blamar has quit IRC20:21
*** smeaaagle has quit IRC20:23
*** renebarbosa has quit IRC20:23
*** blamar has joined #openstack20:23
*** Barker has quit IRC20:23
*** fandikurnia01 has joined #openstack20:25
*** smeaaagle has joined #openstack20:26
*** alunduil_ has joined #openstack20:27
*** germanoak has joined #openstack20:27
*** germanoak has quit IRC20:28
*** nmagnezi has quit IRC20:28
*** germanoak has joined #openstack20:28
*** germanoak has joined #openstack20:29
*** _sulo has joined #openstack20:30
*** ThiagoCMC has joined #openstack20:30
*** alunduil has quit IRC20:30
*** cwvh has joined #openstack20:30
*** rcheleguini has quit IRC20:30
*** morazi has quit IRC20:30
*** rmoe has joined #openstack20:32
*** Chown67 has quit IRC20:33
*** vlad_sta_ has joined #openstack20:34
*** kindjal has joined #openstack20:34
*** Barker has joined #openstack20:34
*** pablokbs has quit IRC20:35
*** vlad_starkov has quit IRC20:36
*** fandikurnia01 has quit IRC20:37
*** pablokbs has joined #openstack20:37
*** gszasz has quit IRC20:38
*** dcramer_ has joined #openstack20:38
*** tsykoduk is now known as zz_tsykoduk20:40
*** toni_ has joined #openstack20:41
*** morazi has joined #openstack20:43
*** blasterblues has joined #openstack20:44
*** pablosan has joined #openstack20:44
*** blasterblues has quit IRC20:44
*** retreved has quit IRC20:47
*** retreved has joined #openstack20:47
*** ahasenack has quit IRC20:48
*** ahasenack has joined #openstack20:48
*** exed has quit IRC20:50
stevem_hello friends.20:51
*** monst_ has joined #openstack20:51
stevem_on my controller i have namesapce network visable using `ip netns show`20:52
stevem_but on my compute nodes i dont see that20:52
*** macjack has quit IRC20:52
*** dgel has quit IRC20:52
stevem_should my compute nores have a namespace network?20:52
*** epopt37 has quit IRC20:52
*** retreved has quit IRC20:52
*** aspiers has joined #openstack20:53
*** erwan_taf has quit IRC20:53
*** erwan_taf has joined #openstack20:54
*** monst has quit IRC20:55
badamsstevem_: don't believe so20:55
*** gmi has quit IRC20:55
*** dtx00ff has joined #openstack20:56
*** jorisroovers has joined #openstack20:56
*** melmoth has quit IRC20:57
*** ioggstream has quit IRC20:57
*** byeager has quit IRC20:57
*** ioggstream has joined #openstack20:57
*** byeager has joined #openstack20:57
*** evanz_ has joined #openstack21:00
*** scuttlemonkey_ has quit IRC21:01
*** eglynn has joined #openstack21:02
*** Kholloway has quit IRC21:02
*** byeager has quit IRC21:02
*** routerpro2 has joined #openstack21:03
*** Chown67 has joined #openstack21:04
*** dcramer_ has quit IRC21:04
*** routerpro has quit IRC21:04
*** CaptTofu has quit IRC21:04
*** epopt37 has joined #openstack21:05
*** CaptTofu has joined #openstack21:05
*** peetaur has quit IRC21:05
*** peetaur has joined #openstack21:05
*** Semor has quit IRC21:06
*** x86brandon has quit IRC21:06
*** scuttlemonkey has joined #openstack21:07
*** jproulx has joined #openstack21:08
*** pablokbs has quit IRC21:08
*** badams has quit IRC21:08
*** pingveno has joined #openstack21:09
*** jnoller has joined #openstack21:09
*** CaptTofu has quit IRC21:09
*** homegrown has quit IRC21:10
*** mrichman has quit IRC21:11
*** kindjal has quit IRC21:12
*** vlad_sta_ has quit IRC21:12
*** Chown67 has quit IRC21:12
*** _sulo has quit IRC21:13
*** arif-ali has quit IRC21:14
*** luisg has quit IRC21:14
*** julim has quit IRC21:14
*** bsdgeek_ has quit IRC21:15
*** julim has joined #openstack21:16
*** dcramer_ has joined #openstack21:17
CaptainTacoSaucecorrect, no21:18
CaptainTacoSauceactually, let me back up, that's assuming neutron, I have no idea for nova-network21:18
*** retreved has joined #openstack21:18
*** bsdgeek has joined #openstack21:18
*** marclaporte has quit IRC21:19
*** Semor has joined #openstack21:19
*** ahs3 has quit IRC21:20
*** shardy is now known as shardy_afk21:22
*** boden has quit IRC21:23
*** pablosan has quit IRC21:24
larsksCaptainTacoSauce: namespaces are only used for quantum/neutron.  When using neutron, you only see namespaces on the network controller.21:24
larsksSo stevem_ is seeing what one would expect.21:25
*** evanjfraser has joined #openstack21:25
*** blackboxsw has quit IRC21:26
*** nbrosnahan has quit IRC21:26
*** hdd has quit IRC21:26
*** vipul is now known as vipul-away21:27
*** ccs has joined #openstack21:28
*** rocha_ has joined #openstack21:28
*** GeoKM has joined #openstack21:28
*** Trixboxer has quit IRC21:28
*** luisg has joined #openstack21:29
*** jhesketh_ has joined #openstack21:29
*** _sulo has joined #openstack21:30
*** ahs3 has joined #openstack21:30
*** nphase has quit IRC21:31
*** nphase has joined #openstack21:32
*** kindjal has joined #openstack21:33
*** sgran has quit IRC21:34
*** arrsim has quit IRC21:34
*** michaelneale has joined #openstack21:34
*** jasondotstar has quit IRC21:36
*** wdennis has joined #openstack21:36
*** nphase has quit IRC21:37
*** dhblaz has quit IRC21:39
*** otherwiseguy has joined #openstack21:39
*** otherwiseguy has quit IRC21:40
*** reidrac has quit IRC21:40
*** otherwiseguy has joined #openstack21:40
*** dhblaz has joined #openstack21:41
*** wdennis has quit IRC21:41
*** wdennis has joined #openstack21:41
*** keithne has joined #openstack21:42
*** keithne has left #openstack21:42
*** jorisroovers has quit IRC21:43
*** vlad_starkov has joined #openstack21:43
*** vipul-away is now known as vipul21:43
*** achampion has joined #openstack21:43
*** vlad_starkov has quit IRC21:47
*** vlad_starkov has joined #openstack21:48
*** Egyptian[Laptop] has quit IRC21:48
*** thelorax123 has quit IRC21:48
*** acathrow has left #openstack21:50
*** thelorax123 has joined #openstack21:50
*** smelo has joined #openstack21:50
*** exed has joined #openstack21:51
*** bknudson has left #openstack21:52
*** jdob has quit IRC21:54
*** jproulx has quit IRC21:55
*** gmurphy has joined #openstack21:55
*** spzala has quit IRC21:56
*** achampion has quit IRC21:56
*** smeaaagle has quit IRC21:56
*** smeaaagle has joined #openstack21:57
*** MaxV has joined #openstack22:01
*** retreved_ has joined #openstack22:01
*** MaxV has quit IRC22:02
*** MaxV has joined #openstack22:02
*** jrb has joined #openstack22:03
*** m_3 has quit IRC22:04
*** retreved has quit IRC22:05
*** jrb has quit IRC22:05
*** GeoKM has quit IRC22:05
*** retreved_ has quit IRC22:06
*** MaxV has quit IRC22:06
*** KaZeR_ has joined #openstack22:07
*** Pengoo has quit IRC22:08
*** adalbas has quit IRC22:08
*** stevem_ has quit IRC22:08
*** m_3 has joined #openstack22:09
*** byeager has joined #openstack22:10
*** KaZeR has quit IRC22:10
*** monst_ has quit IRC22:12
*** jlibosva has quit IRC22:12
*** MarkAtwood has joined #openstack22:12
*** ccustine has quit IRC22:13
*** monst has joined #openstack22:13
*** ccustine has joined #openstack22:14
*** alunduil_ has quit IRC22:16
*** monst has quit IRC22:17
*** Deoan has quit IRC22:17
*** vahidh has quit IRC22:18
*** vlad_sta_ has joined #openstack22:18
*** vlad_sta_ has quit IRC22:18
*** monst has joined #openstack22:20
*** sgordon has quit IRC22:21
*** cwvh has quit IRC22:21
*** vlad_starkov has quit IRC22:21
*** byeager has quit IRC22:21
*** monst has quit IRC22:22
*** ahasenack has quit IRC22:22
*** byeager has joined #openstack22:22
*** monst has joined #openstack22:22
*** jergerber has quit IRC22:22
*** monst_ has joined #openstack22:23
*** monst has quit IRC22:23
*** christyp has quit IRC22:25
*** tmclaugh[work] has quit IRC22:26
*** byeager has quit IRC22:27
*** cococafe has quit IRC22:27
*** CaptainTacoSauce has quit IRC22:30
*** danger_fo is now known as danger_fo_away22:30
*** mikedawson has quit IRC22:34
*** jnoller has quit IRC22:35
*** yamahata has quit IRC22:37
*** zz_tsykoduk is now known as tsykoduk22:38
*** jproulx has joined #openstack22:39
*** yamahata has joined #openstack22:39
*** pwns has joined #openstack22:39
*** weshay has quit IRC22:40
*** jthorne has quit IRC22:41
*** otherwiseguy has quit IRC22:42
*** pablosan has joined #openstack22:42
*** wdennis has quit IRC22:42
*** desai has quit IRC22:44
*** m1n0x811 has joined #openstack22:45
*** CaptTofu has joined #openstack22:45
*** johnthetubaguy has joined #openstack22:45
*** KaZeR_ has quit IRC22:46
*** routerpro2 has quit IRC22:46
*** KaZeR has joined #openstack22:46
*** dguitarbite has joined #openstack22:46
*** sushils has joined #openstack22:48
*** halfss has quit IRC22:48
*** halfss has joined #openstack22:48
*** fifieldt has joined #openstack22:48
*** bdpayne has joined #openstack22:49
*** halfss has quit IRC22:49
*** wdennis has joined #openstack22:49
*** vlad_starkov has joined #openstack22:49
*** wdennis has quit IRC22:49
*** nphase has joined #openstack22:49
*** wdennis has joined #openstack22:50
*** clayb has quit IRC22:50
*** johnthetubaguy has quit IRC22:50
*** mmalesky has joined #openstack22:51
*** loq_mac has joined #openstack22:51
*** eglynn has quit IRC22:52
*** vlad_starkov has quit IRC22:52
*** lcestari has quit IRC22:53
*** halfss_ has joined #openstack22:54
*** thelorax123 has quit IRC22:54
*** yamahata has quit IRC22:55
*** thelorax123 has joined #openstack22:56
*** Egyptian[Laptop] has joined #openstack22:56
*** Zack_Deee has joined #openstack22:57
*** dhblaz has quit IRC22:57
*** jproulx has quit IRC22:58
*** ioggstream has quit IRC22:58
*** markpeek has joined #openstack22:58
*** lblanchard has quit IRC22:59
*** luisg has quit IRC23:00
*** dbalog has left #openstack23:00
*** luisg has joined #openstack23:00
*** wdennis has quit IRC23:01
*** ThiagoCMC has quit IRC23:02
*** Zack_Deee has quit IRC23:02
*** dmsimard has quit IRC23:02
*** rmoe has quit IRC23:03
*** Egyptian[Laptop] has quit IRC23:03
*** ninkotech has quit IRC23:03
*** jf-jenni has quit IRC23:04
*** giordgiodinapoli has joined #openstack23:04
*** rmoe has joined #openstack23:04
*** jaimef has quit IRC23:04
*** giorgiodinapoli has quit IRC23:04
*** bodepd has quit IRC23:05
*** Egyptian[Laptop] has joined #openstack23:05
*** Egyptian[Laptop] has quit IRC23:05
*** Egyptian[Laptop] has joined #openstack23:05
*** ninkotech has joined #openstack23:06
*** fifieldt has quit IRC23:06
*** jproulx has joined #openstack23:06
*** exed has quit IRC23:06
*** Barker has quit IRC23:07
*** exed has joined #openstack23:08
*** Guest__ has quit IRC23:08
*** germanoak has quit IRC23:10
*** albionandrew has quit IRC23:10
*** kbringard has quit IRC23:10
*** m1n0x811 has quit IRC23:10
*** Egyptian[Laptop] has quit IRC23:10
*** carif has joined #openstack23:11
*** fifieldt has joined #openstack23:11
*** MaxV_ has quit IRC23:11
*** MaxV has joined #openstack23:12
*** ankso has quit IRC23:12
*** ankso has joined #openstack23:12
*** tn8or has joined #openstack23:13
*** carif has quit IRC23:13
*** bodepd has joined #openstack23:13
*** carif has joined #openstack23:14
*** dtx00ff is now known as datamatic23:14
*** giulivo has quit IRC23:14
*** jaimef has joined #openstack23:15
*** christyp has joined #openstack23:15
*** TVR_ has quit IRC23:16
*** MaxV has quit IRC23:16
*** tommy_e has quit IRC23:17
*** jproulx has quit IRC23:17
*** alunduil_ has joined #openstack23:18
*** rnorwood1 has quit IRC23:18
*** vlad_starkov has joined #openstack23:18
*** bknudson has joined #openstack23:19
*** rcleere has quit IRC23:19
*** vipul is now known as vipul-away23:20
*** exed has quit IRC23:20
*** FunnyLookinHat has quit IRC23:20
*** vlad_starkov has quit IRC23:21
*** exed has joined #openstack23:21
*** exed has quit IRC23:22
*** miurahr has quit IRC23:23
*** miurahr has joined #openstack23:23
*** gimps has quit IRC23:23
*** nphase has quit IRC23:25
*** freeflying is now known as freeflying_away23:26
*** mikedawson has joined #openstack23:26
*** vipul-away is now known as vipul23:27
*** _sulo has quit IRC23:28
*** Madasi is now known as zz_Madasi23:29
*** smlgs has joined #openstack23:30
*** ppradhan has left #openstack23:30
*** kindjal has quit IRC23:31
*** scuttlemonkey has quit IRC23:32
*** tonix_ has quit IRC23:33
*** doublerr has joined #openstack23:33
*** datsun180b has quit IRC23:34
*** fsimonce has quit IRC23:35
*** maxdml has quit IRC23:36
*** armax has left #openstack23:38
*** jagee has quit IRC23:38
*** sacharya has quit IRC23:39
*** peetaur is now known as Guest4908023:43
*** peetaur has joined #openstack23:43
*** rnirmal has quit IRC23:43
*** rnirmal has joined #openstack23:44
*** aeperezt has quit IRC23:44
*** freeflying_away is now known as freeflying23:44
*** Egyptian[Laptop] has joined #openstack23:44
*** ccustine_ has joined #openstack23:44
*** adalbas has joined #openstack23:45
*** monst has joined #openstack23:46
*** smelo has quit IRC23:47
*** eglynn has joined #openstack23:47
*** pmathews has joined #openstack23:47
*** ccustine has quit IRC23:48
*** ccustine_ is now known as ccustine23:48
*** thelorax123 has quit IRC23:49
*** marclaporte1 has joined #openstack23:50
*** rnirmal has quit IRC23:50
*** monst_ has quit IRC23:50
*** thelorax123 has joined #openstack23:51
*** monst has quit IRC23:51
*** kushal has joined #openstack23:52
*** marclaporte1 has quit IRC23:52
*** eglynn has quit IRC23:52
*** Zack_Deee has joined #openstack23:52
*** mkollaro1 has quit IRC23:53
*** loq_mac has quit IRC23:54
*** otherwiseguy has joined #openstack23:54
*** morazi has quit IRC23:55
*** miurahr has quit IRC23:57
*** mdenny has quit IRC23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!