Thursday, 2014-06-05

*** fperetti has quit IRC00:00
orzelIsotopp:  something like iptables -t nat -A POSTROUTING -o $EXTERNAL_IF -j MASQUERADE /00:00
orzel?00:00
orzelnope :)00:00
orzelnot said anywhere in the doc00:00
*** Sir_Desi has joined #openstack00:01
*** a_le has quit IRC00:01
orzellsoares: what should i use for EXTERNAL_IF ? the bridge ?00:01
lsoaresI'm assuming you want to access an "outside" server, like google.com00:01
*** a_le has joined #openstack00:01
orzelyes, or even my physical gateway00:02
lsoareshold on, your setup might be correct, it's just a matter of configuring your gateway (the host) to forward your stuff outside00:02
lsoaresoh00:02
*** Aimon has quit IRC00:02
lsoareswell00:02
*** zerick has quit IRC00:02
orzelthe compute node has a classical config (dhcp with another computer on my subnet acting as dhcp server / gateway)00:02
lsoaresshow me a pastebin of your ip ad sh and ip ro sh00:02
lsoaresand iptables -L -n -v -t nat for good measure00:03
*** jsidhu has quit IRC00:03
lsoaresall three commands on the host00:03
*** jsidhu has joined #openstack00:03
orzelthat's a lot :)00:03
orzelhttp://pastebin.com/gWBhSGcN00:03
orzelvnet0 is an openstack vm00:04
Apsulsoares: For reference, you can simplify those a bit. ip a, ip r, iptables -t nat -nvL00:04
orzelvirbr0 /docker0 are irrelevant here i guess00:04
*** eghobo has quit IRC00:04
orzellsoares:  br100 links enp2s0 and vnet000:05
*** signed8bit has quit IRC00:05
*** eghobo has joined #openstack00:05
orzel(and promisc is there, it seems important)00:05
*** Sir_Desi has quit IRC00:05
ApsuAlso, though it's more terse, iptables [-t $table] -S [$chain] or iptables-save -c [-t $table], both provide the same syntax rules are added with as output.00:05
*** Trixboxer has quit IRC00:06
*** a_le has quit IRC00:06
*** mdavidson has quit IRC00:06
*** elo1 has quit IRC00:06
*** jsidhu_ has joined #openstack00:06
lsoaresorzel: can you, from a vm, do ping 10.11.3.3 and 10.11.3.1?00:07
*** crandquist has joined #openstack00:07
orzeli can ping 10.11.3.3 (host main ip), and 192.168.0.3 (gateway/dhcp server for the vm)00:08
*** jsidhu has quit IRC00:08
orzeli can't ping 10.11.3.100:08
Apsuorzel: Btw, you can disable the virbr0 bridge and associated iptables rules (which are just noise) with two commands: virsh net-destroy default; virsh net-autostart --disable default00:08
orzelnot anything else behind00:08
*** aimon has joined #openstack00:08
lsoaresinteresting. Please show me the contents of your FORWARD chain in the filter table00:08
orzellsoares: i'm not as familiar with iptables00:09
ApsuMight be useful also to show "sysctl -a | grep forward" just in case a per-interface forwarding flag was disabled even though the global ip_forward flag was enabled.00:09
orzellsoares:  this ? http://pastebin.com/fayMQYPB00:09
*** signed8bit has joined #openstack00:09
lsoaresApsu: ip a and ip r! NICE00:10
Apsuorzel: Did you setup those rules yourself?00:10
orzelApsu, lsoares : http://pastebin.com/W98YzRdx00:10
ApsuOh, wait, that's just virbr000:10
ApsuAnd docker000:10
*** signed8bit has quit IRC00:10
orzelApsu:  nope00:10
ApsuSo pretty much all noise.00:10
Apsulsoares: "ip l" too :)00:10
*** angryjesters has joined #openstack00:10
*** fidevo has quit IRC00:11
*** jsidhu_ has quit IRC00:11
*** signed8bit has joined #openstack00:11
orzelmm.. at least i'll have learnt some ip commands :)00:11
*** signed8bit has quit IRC00:11
lsoarescheck if nova-filter-top nova-network-FORWARD and nova-compute-FORWARD are empty. if so, rules 4 and 5 ensure you get your packet through.00:12
*** dims__ has joined #openstack00:12
*** stanchan has quit IRC00:12
*** signed8bit has joined #openstack00:12
lsoaresyou can also try to do a tcpdump -i virbr0 while trying to ping something from the vm00:13
ApsuYou can also just paste iptables-save -c -t filter, which will help you see the packet counts00:13
*** claudiub has quit IRC00:13
orzellsoares:  this ? http://pastebin.com/DVdmChe500:13
*** jaypipes has joined #openstack00:13
ApsuNot virbr0, that's the default libvirt network, unrelated to openstack.00:13
*** dtx00ff has quit IRC00:13
Apsubr100 :)00:13
lsoaresohhhh00:13
lsoaresOHHHH00:13
lsoaresso00:13
orzel(ouch?)00:13
orzeli did not do those00:13
orzeli swear :)00:13
ApsuI know.00:13
*** dims_ has quit IRC00:14
Apsuorzel: You can disable the virbr0 bridge and associated iptables rules (which are just noise) with two commands: virsh net-destroy default; virsh net-autostart --disable default00:14
orzelit's not .... dangerous, promessed ?00:14
ApsuNope.00:14
orzeldone00:14
lsoareshm... default policy is still accept, so we're going to need to see those nova-filter, nova-network and nova-compute from the filter table00:14
lsoaresoh00:14
Apsuorzel: Show me "ip a" and "brctl show"00:14
lsoaresyou pasted it already00:14
lsoaresyea pretty much a blank accept00:15
orzelhttp://pastebin.com/kQQJE15300:15
lsoaresip a is here: http://pastebin.com/gWBhSGcN00:15
*** dims__ is now known as dims00:15
orzeli can post the whole iptables-save at this point..00:15
*** WackoRobie has joined #openstack00:15
lsoaresno need I got what I needed00:15
lsoaresalso00:16
lsoaresyour vm ip is 192.168.0.3 ?00:16
Apsuorzel: Which IP range is the VM on, and which IP range is the public access?00:16
orzelnope the vm ip is 0.200:16
lsoaresbecause you only have masquerade for 192.168.122.x00:16
ApsuNo, that's their bridge IP, which means it's the DHCP server00:16
Apsuorzel: Which IP range is the VM on, and which IP range is the public access?00:16
lsoareshe needs masquerade for 192.168.0.0/2400:16
orzelvm stuff is 192.168. and my physical network is 10.11.3.*00:16
orzeland yes 192.168.0.3 is the dhcp server00:17
lsoaresright now you only have masquerade for 192.168.122.0/24, which is the libvirt default stuff00:17
lsoaresso you can try something like iptables -t nat -A POSTROUTING -s 192.168.0.0/24 \! -d 192.168.122.0/24 -j MASQUERADE00:18
ApsuIt's not going to do what you want exactly like this. Your default gateway for your VM is going to be 192.168.0.300:18
lsoaresor -d \!, not sure.00:18
ApsuWhich will hit the bridge, and pop into the host's routing table00:18
ApsuPresumably the 10.x gateway is the default route00:19
orzelyes gateway for vm is 192.168.0.300:19
ApsuSo it will then get routed back into the bridge interface -- but that won't work.00:19
orzel10.11.3.1 is the physical gateway on my network00:19
*** fnaval has quit IRC00:19
ApsuBecause that's a split-horizon or hairpin routing setup.00:19
orzelouch, you really want to loose me!00:19
ApsuBasically, what you need to do is not have enp2s0 in this bridge, and have the 10.x IP directly on enp2s000:20
lsoares49  2534 ACCEPT     all  --  *      *       192.168.0.0/20       10.11.3.100:20
lsoaresthis is the problem00:20
*** achampion has joined #openstack00:20
ApsuSo that your VM will go -> (routing) br100 -> host -> enp2s0 -> (routing) upstream gateway00:20
orzelbefore playing with openstack enp2s0 was using dhcp and would got 10.11.3.300:20
lsoaresI'm not even sure how you got 49 packets hitting this rule00:20
*** signed8bit has quit IRC00:21
Apsuorzel: Did you put enp2s0 in br100 and move the IP or did openstack do it for you?00:21
orzeli think i did00:21
Apsuorzel: Show your nova.conf00:21
orzelwas specified in doc00:21
*** mattgriffin has quit IRC00:21
ApsuWell, at least the flat_interface and public_interface and other networking parts00:21
ApsuIf you've got sensitive bits in there, you can censor or leave them out00:22
ApsuBecause we can totally fix this :P00:22
orzelApsu:  you mean i would need a bridge with only one interface (vnet0) ?00:22
ApsuYep. And the masquerade iptables rule for traffic leaving enp2s000:22
*** ahasenack has quit IRC00:22
ApsuYou can't in normal circumstances route out the same interface you routed in from.00:22
*** rturk|afk is now known as rturk00:22
ApsuWhich is what you're trying to do with br100 here.00:22
ApsuYou can Bridge back into the same port (known as hairpinning), but to route back in requires hairpinning and disabling split-horizon protection00:23
*** koolhead17 has joined #openstack00:23
ApsuWhich is just a bad idea in 99% of cases00:23
ApsuNow, you can DNAT reflect off the same interface, but that happens in prerouting00:24
ApsuWhich is why it works.00:24
ApsuWhat you're attempting to do happens in routing and postrouting, though, which is a no good :)00:24
orzelhere's 'abridged' nova.conf. I removed few passwed (db,rabbit) and removed all comments http://pastebin.com/EeEWmGMi00:24
*** andreaturli has quit IRC00:25
orzelApsu: does the original problem come from the fact that i have only one nic on the host ?00:25
orzelit kinda make it harder, right ?00:25
*** rushiagr has quit IRC00:25
ApsuAh yes. FlatDHCPManager. Been a few years now.... but iirc, your public_interface=enp2s0 is the issue. Think you'll need it to be public_interface=br10000:25
ApsuLet me go look it up00:26
orzeli'm surprised by nework_size=25400:26
orzelah, no, ok, "private subnet"00:27
*** xmltok has quit IRC00:27
*** xmltok has joined #openstack00:27
orzelactually, i would feel more comfortable having back my original setup, with enps0 getting an ip from dhcp00:28
orzelbut all doc say not to assign it any ip, only to the bridge00:28
ApsuTry setting public_interface=br100, and move the 10.x IP off br100 back onto enp2s000:28
*** katmandoo has quit IRC00:29
ApsuThen make sure you have an iptables rule in the nat table, postrouting chain, with -o enp2s0 -j MASQUERADE00:29
ApsuI.e., iptables -t nat -I POSTROUTING -o enp2s0 -j MASQUERADE00:29
ApsuAfter you modify the nova.conf, remove enp2s0 from br100 (brctl delif br100 enp2s0), and move the IP off br100 and onto enp2s0, restart nova-network00:30
orzelthat means i should add some iptables magic outside from nova ?00:30
Apsuiptables -t nat -I POSTROUTING -o enp2s0 -j MASQUERADE, outside of nova, yes.00:30
*** tbarron has joined #openstack00:30
*** yamahata has joined #openstack00:30
*** crandquist has quit IRC00:30
*** OutBackDingo has joined #openstack00:31
*** rmoe has quit IRC00:31
*** jsidhu has joined #openstack00:31
*** eghobo has quit IRC00:31
*** rushiagr has joined #openstack00:32
*** orzel has quit IRC00:35
*** fnaval has joined #openstack00:35
*** syslink has joined #openstack00:36
*** gildub has quit IRC00:37
*** gildub has joined #openstack00:37
*** kitp has quit IRC00:37
*** rbak has quit IRC00:39
*** leeantho has quit IRC00:39
*** annegentle has quit IRC00:40
*** mwagner_lap has joined #openstack00:40
*** glenc has quit IRC00:41
*** jhesketh has quit IRC00:41
*** orzel has joined #openstack00:41
orzeloops. sorry.00:41
orzeli needed to reconfigure my route too, previous was through br100, not working anymore00:42
*** rbak has joined #openstack00:42
*** glenc has joined #openstack00:42
orzeland i was preempted by baby crying :)00:42
orzelback to work00:42
*** xmltok_ has quit IRC00:43
*** xmltok_ has joined #openstack00:44
orzelApsu:  i did what you say. nova.conf changed, enp2s0 out of bridge and has an ip on its own, nova-network restarted00:44
orzeland iptable rule added00:44
Apsuorzel: See if you can ping the 10.x on enp2s0 from the VM00:45
ApsuThen the 10.x upstream gateway00:45
orzeli can ping 10.11.3.3 (host) and not 10.11.3.1 (gateway)00:45
orzelas before00:45
orzelit's slightly worse even : from the vm, i can still ping 192.168.0.3, which is in /etc/resolv.conf00:45
orzelbut i can't actually resolve00:45
ApsuShow me "iptables -t nat -nvL POSTROUTING"00:46
*** t-nakajima has joined #openstack00:46
orzelouch, i can't resolve from my own pc :)00:46
orzelfixed00:46
orzelApsu:  http://pastebin.com/3aY9ZmA000:46
*** Raymii has quit IRC00:46
*** lyxus has quit IRC00:47
orzelApsu:  wait, now i can ping google from vm00:47
orzelbut i got each line twice ("dup")00:47
ApsuYou've got promiscuous mode on something. Presumably your bridge.00:47
orzeli still can't ping 10.11.3.100:47
orzelthough. weird00:47
*** rmoe has joined #openstack00:47
orzelbridge has promiscuous, yes00:47
ApsuYep, disable it00:47
orzelit's asked everywhere00:47
*** jsidhu has quit IRC00:47
*** rodrigods_ has joined #openstack00:48
*** t-nakajima has quit IRC00:48
*** mgiampapa has quit IRC00:48
Apsuip l s dev br100 promisc off00:48
ApsuMake sure it's not on enp2s0 either00:48
orzeli was googling :)00:48
orzeldone.00:48
*** katmandoo has joined #openstack00:49
orzelip a | grep prom -i       -> returns nothing00:49
*** yano has quit IRC00:49
orzelping google now perfect00:49
ApsuThere we go.00:49
Apsu:D00:49
*** balajiiyer has joined #openstack00:49
orzelit's still weird somehow. i can't ping 10.11.3.1 form the vm00:49
orzeli can from the host00:49
*** balajiiyer has quit IRC00:50
orzelah, there's some weird route though00:50
ApsuOn the host?00:50
*** Raymii has joined #openstack00:50
*** rwsu has quit IRC00:51
Apsuorzel: Show me "ip a; ip r; brctl show", now :)00:51
*** kordless_ has quit IRC00:51
orzelthe famous one00:51
*** kordless has joined #openstack00:52
orzelhttp://pastebin.com/dBCsrDXy00:52
*** pheadron has quit IRC00:52
orzeler, wait00:52
orzelnova-network shuffled it all no ?00:52
*** rbak has quit IRC00:52
*** farsonic has joined #openstack00:53
ApsuApparently it did shuffle it all again.00:53
ApsuThere's another option, with this config, that might work.00:53
ApsuCan try it00:54
*** pheadron has joined #openstack00:54
*** AnilV4 has quit IRC00:54
farsonicanyone able to assist with how I access nova API from external hosts00:54
Apsuorzel: Add an iptables postrouting masquerade rule, but this time instead of -o enp2s0, use -m physdev --physdev-out enp2s000:55
farsonicwhen I communicate to my openstack server through an external NAT device I can authenticate to Keystone but the subsequent requests from nova come from the internal address00:55
farsonicwhich isn't routable00:55
*** kordless has quit IRC00:55
*** kordless has joined #openstack00:55
Apsuorzel: i.e., iptables -t nat -I POSTROUTING -m physdev --physdev-out enp2s0 -j MASQUERADE00:55
*** rodrigods_ has quit IRC00:55
orzelApsu: i delete the previous one ?00:56
Apsuorzel: You can, doesn't matter, so long as the new rule is above the old one, just to test it out00:56
*** rturk is now known as rturk|afk00:56
orzeldone00:56
*** ajc_ has joined #openstack00:57
orzeldoesn't change much. i can still ping google but not my gateway00:57
*** kordless has quit IRC00:57
*** AnilV4 has joined #openstack00:57
Apsuorzel: Did you set physical_interface=br100 in nova.conf on this node before you restarted nova-network?00:57
orzelApsu: it feels strange to have an iptable. My setup is supposed to be ... common, no ? nova-network should manage to handle it... nope ?00:57
ApsuRather, public_interface=00:58
orzelApsu:  public_interface=br100 yes, before restarting00:58
ApsuWait... I forgot... nova-network lets you specify information about interfaces when you create the network00:58
ApsuUhm... nova network-show $networkname?00:58
*** starmer has joined #openstack00:58
Apsu(network-list to list 'em)00:59
orzel"Woah, you have reached your paste limit of 10 pastes per 24 hours. Either wait a litte or sign up for a free account to get higher limits."01:00
orzel:)01:00
*** jhesketh_ has joined #openstack01:00
orzelhttp://dpaste.com/3554W3D/01:00
ApsuThere it is. bridge_interface=enp2s001:01
*** jhesketh_ has quit IRC01:01
*** jhesketh has joined #openstack01:01
*** pheadron has quit IRC01:01
*** cjellick has quit IRC01:02
*** cjellick has joined #openstack01:03
orzelthere's also  flat_interface=enp2s001:03
orzelin nova.conf01:03
farsonicok, looks like I need to define public_url01:03
*** crandquist has joined #openstack01:03
Apsuorzel: Yeah, I think that needs to be br100 too, to do things a bit differently. But on the other hand... your setup seems to work at present, minus not talking to the gateway. *can* you ping the gateway from the host, even?01:04
*** tomoe_ has quit IRC01:04
Apsuorzel: It's possible ICMP is just blocked on your gateway :P01:04
orzeli can from the host, yes01:04
orzel(first thing i tried)01:04
ApsuFun01:04
ApsuUhm...01:04
*** ericReeves has quit IRC01:04
*** sputnik13 has quit IRC01:05
*** fnaval has quit IRC01:05
ApsuWhat's sysctl -a | grep call, show? There should be three nf_call_iptables type flags, are they 0 or 1?01:05
*** fnaval has joined #openstack01:05
orzelall three are set to '1'01:05
ApsuAlrighty01:06
*** crandquist is now known as kobier01:06
*** amcrn has quit IRC01:07
*** cjellick has quit IRC01:07
*** pheadron has joined #openstack01:08
*** rmoe has quit IRC01:08
*** loki27_ has quit IRC01:08
orzelApsu: pff.. i got another huge problem. I kinda started to config neutron. Didn't go much after declaring the service in keystone01:08
orzelbut now horizon is all fool about network, even though i've removed the service since01:09
orzelouch, i can't connect to horizon anymore01:09
orzel!#01:09
openstackorzel: Error: "#" is not a valid command.01:09
orzelhi bot01:10
*** rbak has joined #openstack01:10
*** _cjones_ has quit IRC01:10
*** bfschott has joined #openstack01:10
*** _cjones_ has joined #openstack01:11
*** gildub has quit IRC01:11
*** froes has joined #openstack01:12
*** gildub has joined #openstack01:12
*** gildub has quit IRC01:13
*** jareddlc has quit IRC01:13
*** pheadron has quit IRC01:14
*** lborda has quit IRC01:14
*** pheadron has joined #openstack01:15
*** _cjones_ has quit IRC01:15
*** rturk|afk is now known as rturk01:16
*** rbak has quit IRC01:16
*** galstrom_zzz is now known as galstrom01:16
*** yaguang has joined #openstack01:19
*** rwatsh has quit IRC01:19
*** rmoe has joined #openstack01:20
*** a_le has joined #openstack01:22
*** shibby has quit IRC01:22
*** loki27_ has joined #openstack01:23
*** badiane_ka has quit IRC01:24
*** morazi has quit IRC01:25
*** yamahata has quit IRC01:26
*** yamahata has joined #openstack01:27
*** angdraug has quit IRC01:27
*** vfiduccia has quit IRC01:31
*** rosmaita has quit IRC01:34
*** toanster has quit IRC01:34
*** nikhil__ has quit IRC01:34
*** Guest4637 has quit IRC01:34
*** toanster has joined #openstack01:35
*** nikhil__ has joined #openstack01:35
*** rfolco has quit IRC01:36
*** esheffie1d has joined #openstack01:36
orzelApsu: fixed. the bad bits were stored in the cookies... :/01:36
*** andrew has joined #openstack01:36
*** fbo_away is now known as fbo01:37
*** andrew has left #openstack01:37
*** engkur has joined #openstack01:37
*** rturk is now known as rturk|afk01:37
*** ajc_ has quit IRC01:38
*** coolsvap is now known as coolsvap|afk01:38
*** vicky has joined #openstack01:38
*** kitp has joined #openstack01:38
orzelapsu : according to https://wiki.openstack.org/wiki/UnderstandingFlatNetworking01:38
*** vicky has quit IRC01:38
orzelit's supposed to work with only one nic on compute node01:38
*** kobier has quit IRC01:38
*** froes has quit IRC01:39
orzelApsu: i removed the masquerading rules (both -o enp2s0 and -m physdev)01:40
orzeland my vm can still ping01:40
*** caleb_ has joined #openstack01:40
orzel(google, that is)01:40
*** toanster has quit IRC01:40
*** rosmaita has joined #openstack01:41
*** toanster has joined #openstack01:41
*** vkmc has joined #openstack01:42
*** _cjones_ has joined #openstack01:42
orzelcould it be than only changing the nova.conf:public_interface did it ?01:42
*** victor_lowther has quit IRC01:42
*** kitp has quit IRC01:42
*** gildub has joined #openstack01:44
*** victor_lowther has joined #openstack01:45
*** nosnos has joined #openstack01:46
*** ajc_ has joined #openstack01:46
*** tomoe_ has joined #openstack01:48
*** balajiiyer has joined #openstack01:48
*** neoXsys has quit IRC01:49
*** drankis has joined #openstack01:49
*** _cjones_ has quit IRC01:50
*** erkules has quit IRC01:51
*** vicky has joined #openstack01:52
*** blomquisg has quit IRC01:52
orzelApsu, lsoares : gotta go. Thanks a lot for your help and your time !01:53
*** samchoi has quit IRC01:54
*** Aimon_ has quit IRC01:55
*** mwichmann has joined #openstack01:55
*** Aimon_ has joined #openstack01:56
*** melwitt has quit IRC01:57
*** drankis has quit IRC01:58
monotreme_mani'm installing icehouse and am up to testing the glance installation. when i try to do a "glance image-create", it fails with a "2014-06-04 16:09:24.498 3790 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 10.0.20.11" (from the keystone.log). i've checked the glance .conf files (for keystone_authtoken) and they seem correct. any suggestions on what to do next?01:58
*** bmurt has quit IRC02:01
*** kitp has joined #openstack02:02
*** pheadron has quit IRC02:02
*** neoXsys has joined #openstack02:03
*** troya has joined #openstack02:04
troyaanyone have experience in copy cinde storage service ?02:05
*** jmckind has quit IRC02:05
*** farsonic has quit IRC02:06
*** puzzled has quit IRC02:07
*** jcook has joined #openstack02:07
*** ashwini_ has quit IRC02:09
*** ashwini has joined #openstack02:09
*** shibby has joined #openstack02:09
*** AnilV4 has quit IRC02:09
*** orzel has quit IRC02:13
*** thangp has joined #openstack02:14
*** AnilV4 has joined #openstack02:15
*** Yorkfly has joined #openstack02:16
*** fbo is now known as fbo_away02:16
*** devlaps has quit IRC02:17
*** ammini has quit IRC02:17
*** balajiiyer has quit IRC02:18
*** a_le has quit IRC02:19
*** zz_gondoi is now known as gondoi02:19
*** jlsheehan has joined #openstack02:20
*** mwichmann has quit IRC02:21
*** penguinRaider has quit IRC02:21
*** penguinRaider has joined #openstack02:23
*** spandhe has quit IRC02:25
*** monotreme_man has quit IRC02:25
*** jlsheehan has quit IRC02:25
*** baprath has joined #openstack02:28
*** galstrom is now known as galstrom_zzz02:28
*** gondoi is now known as zz_gondoi02:30
*** penguinRaider has quit IRC02:31
*** WackoRobie has quit IRC02:32
*** jguthrie_ has quit IRC02:32
*** yano has joined #openstack02:32
*** WackoRobie has joined #openstack02:33
*** xianghui has joined #openstack02:33
*** bsdgeek has quit IRC02:35
*** drussell has joined #openstack02:36
*** Zack_Deee has joined #openstack02:37
*** bsdgeek has joined #openstack02:37
*** jguthrie has joined #openstack02:37
*** achampion has quit IRC02:37
*** Zack_Deee has quit IRC02:37
*** signed8bit has joined #openstack02:37
*** WackoRobie has quit IRC02:37
*** Zack_Deee has joined #openstack02:37
*** katmandoo has quit IRC02:39
*** galstrom_zzz is now known as galstrom02:40
*** gkeller2 has quit IRC02:43
*** jguthrie has quit IRC02:43
*** signed8bit has quit IRC02:45
*** mattgriffin has joined #openstack02:46
*** _cjones_ has joined #openstack02:47
*** bmurt has joined #openstack02:48
*** mattgriffin has quit IRC02:50
*** mattgriffin has joined #openstack02:50
*** mberlin has joined #openstack02:51
*** drussell has quit IRC02:51
*** badiane_ka has joined #openstack02:51
*** aveek has joined #openstack02:51
*** _cjones_ has quit IRC02:52
*** Zack_Deee has quit IRC02:52
*** mberlin1 has quit IRC02:52
*** achampion has joined #openstack02:52
*** Warped has quit IRC02:52
*** ramishra has joined #openstack02:53
*** dims has quit IRC02:53
*** drussell has joined #openstack02:54
*** brutal_lobster has quit IRC02:54
*** hs634 has quit IRC02:54
*** baprath has quit IRC02:54
*** dims has joined #openstack02:55
*** brutal_lobster has joined #openstack02:56
*** katmandoo has joined #openstack02:56
*** Abhijeet has joined #openstack02:56
*** matiu has joined #openstack03:01
*** matiu has quit IRC03:01
*** matiu has joined #openstack03:01
*** dtx00ff has joined #openstack03:01
*** pballand has joined #openstack03:02
*** suresh12 has quit IRC03:02
*** blackboxsw has quit IRC03:02
*** suresh12 has joined #openstack03:03
*** Sir_Desi has joined #openstack03:03
*** paragan has joined #openstack03:04
*** paragan has quit IRC03:04
*** paragan has joined #openstack03:04
*** yocum has quit IRC03:06
*** Zack_Deee has joined #openstack03:07
*** Sir_Desi has quit IRC03:08
*** arnaud has quit IRC03:10
*** kitp has quit IRC03:11
*** mmichie has joined #openstack03:11
*** sballe has joined #openstack03:11
*** bmurt has quit IRC03:13
*** coolsvap|afk is now known as coolsvap03:13
*** cannonball has quit IRC03:15
*** ayoung has quit IRC03:16
*** crandquist has joined #openstack03:16
*** thangp has quit IRC03:17
*** lori|away is now known as lori03:18
*** gcheng has quit IRC03:18
*** ajc_ has quit IRC03:22
*** sballe has quit IRC03:26
*** vkmc has quit IRC03:26
*** sballe has joined #openstack03:27
*** fnaval has quit IRC03:28
*** achampio1 has joined #openstack03:29
*** bfschott has quit IRC03:30
*** achampion has quit IRC03:32
*** kushal has joined #openstack03:32
*** ranger81 has quit IRC03:32
*** talluri has joined #openstack03:33
*** jaypipes has quit IRC03:33
*** dtx00ff has quit IRC03:34
*** n0n3 has quit IRC03:34
*** jcook has quit IRC03:36
*** a_le has joined #openstack03:36
*** a_le has quit IRC03:36
*** a_le has joined #openstack03:36
*** theRealGent has joined #openstack03:38
*** kenhui has joined #openstack03:38
*** dims_ has joined #openstack03:39
*** dims has quit IRC03:39
*** Sri_Designer has quit IRC03:40
*** Sri_Designer has joined #openstack03:41
*** gigawhat has joined #openstack03:41
*** eYAsv has joined #openstack03:41
*** kitp has joined #openstack03:41
*** cody-somerville has quit IRC03:42
*** nosnos has quit IRC03:43
*** sballe has quit IRC03:43
*** kenhui has quit IRC03:44
*** OutBackDingo has quit IRC03:44
*** eghobo has joined #openstack03:45
*** jcook has joined #openstack03:46
*** kitp has quit IRC03:46
*** StarBeast has joined #openstack03:46
*** dooks has joined #openstack03:46
*** reed has quit IRC03:47
*** dooks has left #openstack03:48
*** stanchan has joined #openstack03:48
*** spandhe has joined #openstack03:49
*** galstrom is now known as galstrom_zzz03:53
*** gigawhat has quit IRC03:53
*** kbrierly has quit IRC03:53
*** crandquist is now known as kobier03:54
*** mmichie has quit IRC03:54
*** kbrierly has joined #openstack03:55
*** pballand has quit IRC03:55
*** _cjones_ has joined #openstack03:55
*** jcook has quit IRC03:55
*** ArcTanSusan has quit IRC03:56
troyaanyone know about cinder ?03:56
*** pballand has joined #openstack03:56
*** whenry has quit IRC03:57
*** theRealGent has quit IRC03:57
*** Zack_Deee has quit IRC03:58
*** erkules has joined #openstack03:58
*** Zack_Deee has joined #openstack03:59
*** _cjones_ has quit IRC04:00
*** kobier has quit IRC04:02
*** eharney has quit IRC04:04
*** neeta has quit IRC04:06
*** mandira has quit IRC04:06
*** harlowja is now known as harlowja_away04:07
*** suresh12 has quit IRC04:13
*** r3pl4y has quit IRC04:15
*** renlt has joined #openstack04:15
*** mgiampapa has joined #openstack04:15
*** gigawhat has joined #openstack04:18
*** aniket has joined #openstack04:19
*** StarBeast has quit IRC04:20
*** dims_ has quit IRC04:20
*** bocaneri has joined #openstack04:21
*** engkur has quit IRC04:21
*** sumanth has joined #openstack04:22
*** dguitarbite has joined #openstack04:25
*** sballe has joined #openstack04:25
*** dguitarbite_ has joined #openstack04:26
*** mikeoutland has quit IRC04:26
*** anand_ts has joined #openstack04:28
*** gigawhat has quit IRC04:28
*** Longgeek has joined #openstack04:28
*** eghobo has quit IRC04:30
*** eghobo has joined #openstack04:31
*** sballe has quit IRC04:32
*** comptona has quit IRC04:34
*** cody-somerville has joined #openstack04:35
*** krypto has joined #openstack04:35
*** jcoufal has joined #openstack04:36
*** engkur has joined #openstack04:36
*** TnG has joined #openstack04:37
*** matsuhashi has joined #openstack04:39
*** psharma has joined #openstack04:41
*** nosnos has joined #openstack04:41
*** kitp has joined #openstack04:42
*** n0n3 has joined #openstack04:43
*** dtx00ff has joined #openstack04:43
*** ajc_ has joined #openstack04:44
*** pballand has quit IRC04:45
*** Zack_Deee has quit IRC04:45
*** engkur has quit IRC04:45
*** rmartinelli has quit IRC04:46
*** renlt has quit IRC04:46
*** kitp has quit IRC04:47
*** engkur has joined #openstack04:49
*** Zack_Deee has joined #openstack04:49
*** ranger81 has joined #openstack04:50
*** troya has quit IRC04:50
*** troya has joined #openstack04:50
*** rmartinelli has joined #openstack04:51
*** mdim has joined #openstack04:52
mdimHi all! I'm trying to follow instructions from http://docs.openstack.org/icehouse/install-guide/install/apt-debian/content/ch_glance.html to set up Glance. I have Keystone, and during installation of Glance, I've selected Keystone as a caching type04:53
mdimhowever, when I run "glance image-list", I get: "Request returned failure status. Invalid OpenStack Identity credentials."04:54
mdimany clue why?04:54
mdimKeystone works normally04:54
*** vijaykakkar has quit IRC04:54
*** eguz has joined #openstack04:55
*** kashyapk has joined #openstack04:56
*** engkur has quit IRC04:56
*** kashyapk_ has joined #openstack04:57
*** eghobo has quit IRC04:58
*** dtx00ff_ has joined #openstack04:59
*** yamamoto_ has joined #openstack05:00
*** kashyapk has quit IRC05:00
*** k4n0 has joined #openstack05:02
*** dtx00ff has quit IRC05:03
*** gildub has quit IRC05:03
*** mgiampapa has quit IRC05:03
*** gildub has joined #openstack05:03
*** eghobo has joined #openstack05:04
*** engkur has joined #openstack05:04
*** jlsheehan has joined #openstack05:04
*** eguz has quit IRC05:04
*** eghobo has quit IRC05:04
*** eghobo has joined #openstack05:05
*** Longgeek has quit IRC05:06
*** Longgeek has joined #openstack05:07
*** aeperezt has quit IRC05:07
*** n0n3 has quit IRC05:08
*** fester05 has quit IRC05:09
*** sam__ has joined #openstack05:10
*** eguz has joined #openstack05:10
*** eguz has quit IRC05:10
*** eguz has joined #openstack05:11
*** neeti has joined #openstack05:11
*** eghobo has quit IRC05:11
*** Abhijeet has quit IRC05:13
*** Abhijeet has joined #openstack05:13
*** Yorkfly has quit IRC05:14
*** bdpayne has joined #openstack05:15
*** jlsheehan has quit IRC05:16
*** StarBeast has joined #openstack05:16
*** dguitarbite has quit IRC05:20
*** dguitarbite_ has quit IRC05:20
*** StarBeast has quit IRC05:21
*** Kbee has joined #openstack05:21
*** caleb_ has quit IRC05:22
*** jtomasek has joined #openstack05:23
*** katmandoo has quit IRC05:23
*** amit_ has joined #openstack05:24
*** suresh12 has joined #openstack05:24
*** Warped has joined #openstack05:25
*** Aimon_ has quit IRC05:26
*** Aimon_ has joined #openstack05:26
*** Kbee has quit IRC05:27
*** suresh12 has quit IRC05:29
*** marun_afk is now known as marun05:29
*** jlsheehan has joined #openstack05:30
*** Aimon_ has quit IRC05:30
*** Aimon_ has joined #openstack05:31
*** bfschott has joined #openstack05:31
*** Aimon_ has quit IRC05:32
*** Aimon__ has joined #openstack05:32
*** Aimon__ has quit IRC05:33
*** Aimon_ has joined #openstack05:33
*** melmoth has joined #openstack05:34
*** Aimon_ has quit IRC05:34
*** Aimon_ has joined #openstack05:34
*** Aimon_ has quit IRC05:35
*** Aimon__ has joined #openstack05:35
*** bfschott has quit IRC05:35
*** Aimon_ has joined #openstack05:36
*** jeffrey4l has joined #openstack05:36
*** eskp has left #openstack05:36
*** Thumper650 has joined #openstack05:36
*** Aimon_ has quit IRC05:36
*** simon-AS559 has joined #openstack05:36
*** Aimon_ has joined #openstack05:37
*** n0n3 has joined #openstack05:37
*** a_le has quit IRC05:37
*** coolsvap is now known as coolsvap|afk05:38
*** Aimon_ has quit IRC05:38
*** simon-AS5591 has joined #openstack05:38
*** Aimon_ has joined #openstack05:38
*** nkhare has joined #openstack05:39
*** Aimon__ has quit IRC05:39
*** Aimon_ has quit IRC05:39
*** Aimon_ has joined #openstack05:40
*** jlsheehan has quit IRC05:40
*** fester05 has joined #openstack05:40
*** simon-AS559 has quit IRC05:41
*** Aimon_ has quit IRC05:42
*** Aimon_ has joined #openstack05:42
*** mdim has quit IRC05:43
*** Aimon_ has quit IRC05:43
*** a_le has joined #openstack05:43
*** Aimon__ has joined #openstack05:43
*** kitp has joined #openstack05:43
*** jlsheehan has joined #openstack05:44
*** Aimon_ has joined #openstack05:44
*** mischief has quit IRC05:44
*** Aimon_ has quit IRC05:44
*** fester05 has quit IRC05:44
*** Aimon_ has joined #openstack05:45
*** n0n3 has quit IRC05:45
*** n0n3 has joined #openstack05:45
*** sam__ has quit IRC05:45
*** mrunge has joined #openstack05:46
*** Aimon___ has joined #openstack05:46
*** mrunge has quit IRC05:47
*** Aimon__ has quit IRC05:47
*** Aimon____ has joined #openstack05:47
*** sam__ has joined #openstack05:47
*** Aimon____ has quit IRC05:48
*** kitp has quit IRC05:48
*** Aimon__ has joined #openstack05:48
*** Thumper650 has left #openstack05:48
*** Aimon__ has quit IRC05:49
*** Aimon_ has quit IRC05:49
*** Aimon_ has joined #openstack05:49
*** dexter_morgan has joined #openstack05:50
*** Aimon_ has quit IRC05:50
dexter_morganhi all05:50
dexter_morgani have created two network and each network has an instance05:50
*** nshaikh has joined #openstack05:50
dexter_morganbut instance is not not able to ping its gateway05:50
*** Aimon___ has quit IRC05:50
*** gugl has quit IRC05:51
*** mdenny has quit IRC05:51
dexter_morgani have installed ciorros os on each instances05:51
dexter_morganbut the are not communicating05:51
dexter_morganplease suggest05:51
*** gugl has joined #openstack05:51
*** arnaud has joined #openstack05:51
*** mdenny has joined #openstack05:51
*** nlevinki has joined #openstack05:51
*** coolsvap|afk is now known as coolsvap05:52
*** shibby has quit IRC05:52
*** sam___ has joined #openstack05:52
*** sam__ has quit IRC05:53
*** jsidhu has joined #openstack05:54
*** simon-AS5591 has quit IRC05:55
*** ranger81 has quit IRC05:55
*** jcoufal has quit IRC05:56
*** jlsheehan has quit IRC05:57
*** a_le has quit IRC05:57
*** StarBeast has joined #openstack05:58
*** epcim has joined #openstack05:58
*** deepakcs has joined #openstack06:02
*** evanz has quit IRC06:02
*** D30 has joined #openstack06:04
*** gyee has quit IRC06:04
*** CaptTofu has quit IRC06:04
*** mehdi has quit IRC06:05
*** comay has quit IRC06:05
*** mrunge has joined #openstack06:06
*** mancdaz has quit IRC06:06
*** soosfarm has quit IRC06:06
*** harmw has quit IRC06:06
*** shengyao has quit IRC06:06
*** Svedrin has quit IRC06:06
*** CaptTofu has joined #openstack06:06
*** amit_ has quit IRC06:06
*** shengyao has joined #openstack06:07
*** pravins has joined #openstack06:07
*** harmw has joined #openstack06:07
*** mehdi has joined #openstack06:07
*** soosfarm has joined #openstack06:07
*** mancdaz has joined #openstack06:08
*** flaper87|afk is now known as flaper8706:08
*** sayan has joined #openstack06:09
*** Svedrin has joined #openstack06:10
troyaanyone know about cinder ?06:13
*** peret has joined #openstack06:13
*** dtx00ff has joined #openstack06:13
dexter_morgancinder is basically help to create secondary storage06:14
*** marun is now known as marun_afk06:14
deepakcsAnyone has any tips on how to troubeshoot when nova boot... gets stuck in 'spawning' state forever ?06:14
deepakcsI am in a devstack setup, and I don't see any errors in n-cpu screen/log06:14
deepakcsIs it possible to get stuck if disk space is low (I have around 4.5G free)06:15
*** dtx00ff_ has quit IRC06:16
*** Zack_Dee_ has joined #openstack06:16
deepakcstroya, Cinder is block storage as a service component of openstack. Check http://docs.openstack.org/user-guide/content/ for more details06:16
*** renlt has joined #openstack06:16
deepakcstroya, https://wiki.openstack.org/wiki/Cinder would be good place to begin with too06:17
*** giorgiodinapoli has quit IRC06:17
*** Zack_Deee has quit IRC06:17
troyadeepakcs: is it need specify partition to create it ?06:17
*** nacer has joined #openstack06:18
troyais possible to create it with partioion which same with system ?06:18
deepakcstroya, it depends on what storage backend (LVM is default) u want to use with cinder. You can specify the backend using /etc/cinder/cinder.conf file.06:19
deepakcstroya, you don't create Cinder, you use it, with the different storage backends it supports06:19
troyayes, i want to use LVM06:19
troyaso i need different partioion. not same on system partiotion, right ?06:19
*** dguitarbite has joined #openstack06:19
*** jsidhu_ has joined #openstack06:19
*** jsidhu has quit IRC06:20
*** paraa has joined #openstack06:21
dexter_morganinstances can not ping their gateway ip?? please help06:21
*** tomoe_ has quit IRC06:22
*** jsidhu_ has quit IRC06:24
*** simon-AS559 has joined #openstack06:25
troyadeepakcs: is in cinder also store vm and data inside it ?06:25
*** jsidhu has joined #openstack06:26
deepakcstroya, per openstack rules, cinder volumes is used to store data. VM image is taken from glance service06:26
troyai mean instance06:26
*** harlowja_at_home has joined #openstack06:27
troyais if i created instance, then it will store on cinder incude the data inside instance too ?06:27
*** Zack_Deee has joined #openstack06:27
*** Longgeek has quit IRC06:27
*** Zack_Dee_ has quit IRC06:27
*** kashyapk_ has quit IRC06:28
*** jprovazn has joined #openstack06:29
*** kashyapk has joined #openstack06:29
*** sputnik13 has joined #openstack06:29
*** paraa has quit IRC06:31
*** tshefi has joined #openstack06:32
*** ttrumm has joined #openstack06:32
*** omachace has joined #openstack06:32
*** kashyapk has quit IRC06:33
*** jsidhu_ has joined #openstack06:33
*** anande has joined #openstack06:34
*** peret has quit IRC06:34
*** jsidhu has quit IRC06:35
*** achampio1 has quit IRC06:35
*** sudhi_murthy has joined #openstack06:37
*** sam___ has quit IRC06:37
*** jrussell has quit IRC06:38
*** lsmola_ has joined #openstack06:38
*** nacer has quit IRC06:39
*** lsmola has quit IRC06:39
*** nacim has joined #openstack06:42
yiipiany idea how to solve problem with dnsmasq on debian 7 and havana ? cannot read /var/lib/neutron/dhcp/...06:43
*** kitp has joined #openstack06:44
*** jsidhu has joined #openstack06:44
*** janslow has joined #openstack06:46
*** jsidhu_ has quit IRC06:47
*** yrabl has joined #openstack06:47
*** peret has joined #openstack06:47
*** jsidhu_ has joined #openstack06:47
*** pravins has quit IRC06:48
*** kitp has quit IRC06:48
*** r3pl4y has joined #openstack06:49
*** suhit_csharp has joined #openstack06:49
*** suhit_csharp has left #openstack06:50
*** janslow has quit IRC06:50
*** jsullivandigs has quit IRC06:50
*** jsidhu has quit IRC06:50
*** bdpayne has quit IRC06:52
*** kossy has joined #openstack06:53
*** naveen_ has joined #openstack06:56
*** artem_panchenko has joined #openstack06:56
*** Longgeek has joined #openstack06:58
*** ongolaBoy has joined #openstack06:59
*** Underyx|off is now known as underyx06:59
*** scheuran has joined #openstack06:59
*** nstrug has joined #openstack07:01
*** jamie_h has joined #openstack07:01
*** sudhi_murthy has quit IRC07:01
*** Longgeek has quit IRC07:02
*** sudhi_murthy has joined #openstack07:02
*** jsidhu_ has quit IRC07:02
*** sudhi_murthy has quit IRC07:03
*** sudhi_murthy has joined #openstack07:03
*** Albert_13 has joined #openstack07:04
*** AaronGr has quit IRC07:06
*** taj has joined #openstack07:07
*** bradm has quit IRC07:07
*** syslink has quit IRC07:07
*** sudhi_murthy has quit IRC07:08
*** sudhi_murthy has joined #openstack07:08
*** pantea has joined #openstack07:08
*** reidrac has joined #openstack07:08
*** enarciso has quit IRC07:08
*** msgodf has joined #openstack07:08
*** xgsa has joined #openstack07:08
*** engkur has quit IRC07:09
*** paraa has joined #openstack07:11
*** kong has joined #openstack07:11
*** mattgriffin has quit IRC07:11
*** pravins has joined #openstack07:11
*** tomoe_ has joined #openstack07:11
*** engkur has joined #openstack07:12
*** ndipanov has joined #openstack07:12
*** Mixostuff has joined #openstack07:12
*** AaronGr has joined #openstack07:13
*** harlowja_at_home has quit IRC07:15
*** BAKfr has joined #openstack07:15
*** jasonni has joined #openstack07:16
*** lcavassa has joined #openstack07:16
*** brokencycle has joined #openstack07:16
*** Infitialis has joined #openstack07:16
*** vpanizo_ has joined #openstack07:16
*** vpanizo has quit IRC07:17
*** sudhi_murthy has quit IRC07:17
*** berendt has joined #openstack07:17
*** naveen_ has quit IRC07:17
*** sudhi_murthy has joined #openstack07:17
*** egallen has joined #openstack07:19
*** yiipi has quit IRC07:21
*** sudhi_murthy has quit IRC07:21
*** bradm has joined #openstack07:22
*** jeffrey4l has quit IRC07:23
*** cedrics has joined #openstack07:23
*** janslow has joined #openstack07:24
*** janslow has quit IRC07:24
*** Albert_13 has quit IRC07:25
*** jlibosva has joined #openstack07:25
*** jp_at_hp has joined #openstack07:25
*** rotbeard has joined #openstack07:27
*** bilco105_ is now known as bilco10507:28
*** Albert_13 has joined #openstack07:28
*** sayan has quit IRC07:29
*** ttrifonov_zZzz is now known as ttrifonov07:29
*** vpanizo has joined #openstack07:29
*** cedrics has quit IRC07:30
*** moha_hunt has joined #openstack07:30
*** vpanizo_ has quit IRC07:31
*** kushal has quit IRC07:32
*** bkopilov has joined #openstack07:32
*** bfschott has joined #openstack07:32
*** Albert_13 has quit IRC07:32
*** janslow has joined #openstack07:32
*** mischief_ has joined #openstack07:33
mischief_hi07:33
mischief_was it a bad idea to upgrade from ubuntu 12.04 lts server to 14.04 before upgrading openstack havana?07:33
*** gildub has quit IRC07:34
*** arezmerita has joined #openstack07:35
*** nacer has joined #openstack07:35
*** eYAsv has quit IRC07:36
*** jamie_h has quit IRC07:36
*** bfschott has quit IRC07:37
*** jamie_h has joined #openstack07:37
*** Zack_Dee_ has joined #openstack07:38
*** Zack_Deee has quit IRC07:38
*** sudhi_murthy has joined #openstack07:39
*** janslow has quit IRC07:39
*** flaper87 is now known as flaper87|afk07:39
*** sverrest has quit IRC07:40
*** fsimonce has joined #openstack07:40
*** janslow has joined #openstack07:40
*** odyssey4me has joined #openstack07:40
*** sverrest has joined #openstack07:40
*** halbert has joined #openstack07:41
*** MaxV has joined #openstack07:41
halberthey, anyone up?  I've been messing with this stupid neutron-server error for over a week07:41
halbertneutron.plugins.ml2.managers [req-836c4246-ca1a-44d2-8e95-06fad72da1ef None] Failed to bind port b88fede0-43ac-45a8-9ffc-2fafe02f49f4 on host nova0307:41
*** ade_b has joined #openstack07:41
halbertI've checked and rechecked and rechecked the install guide and this is really frigging frustrating07:41
halbertI need this lab up or I can't continue with my work, anyone?07:42
*** sudhi_murthy has quit IRC07:42
*** sayan has joined #openstack07:42
halbertIs there a bug or some additional configs that I have to be aware of ?07:42
*** fester05 has joined #openstack07:42
halbertDoes the official install guide actually work?07:42
*** sudhi_murthy has joined #openstack07:42
*** arnaud has quit IRC07:42
*** bvandenh has joined #openstack07:43
*** xianghui has quit IRC07:43
*** julianwa has joined #openstack07:44
*** Albert_13 has joined #openstack07:44
*** Zack_Dee_ has quit IRC07:44
*** kitp has joined #openstack07:45
*** kushal has joined #openstack07:45
*** xianghui has joined #openstack07:46
*** aburan28 has joined #openstack07:46
*** dtx00ff_ has joined #openstack07:47
*** sudhi_murthy has quit IRC07:47
*** fester05 has quit IRC07:47
*** neoXsys has quit IRC07:48
*** vdo has joined #openstack07:48
*** jeffrey4l has joined #openstack07:49
*** kitp has quit IRC07:49
*** dtx00ff has quit IRC07:50
*** andreaturli has joined #openstack07:51
*** giorgiodinapoli has joined #openstack07:52
*** gszasz_ has joined #openstack07:52
*** mmagr has joined #openstack07:52
*** CASP3R has quit IRC07:52
*** Zack_Deee has joined #openstack07:52
*** tim|mint has joined #openstack07:53
*** jistr has joined #openstack07:53
*** devnull1 has joined #openstack07:54
*** noobtube has joined #openstack07:55
*** pixelb has joined #openstack07:55
*** Longgeek has joined #openstack07:55
*** kashyapk has joined #openstack07:56
*** giorgiodinapoli has quit IRC07:57
*** noobtube has quit IRC07:57
*** pbrooko has joined #openstack07:57
*** noobtube has joined #openstack07:57
*** janslow has quit IRC07:57
*** orzel has joined #openstack07:59
*** sep has quit IRC07:59
*** spandhe has quit IRC07:59
*** dtx00ff_ has quit IRC08:00
*** pelix has joined #openstack08:01
*** r0j4z0 has quit IRC08:03
*** mindpixel has joined #openstack08:04
*** Thumper650 has joined #openstack08:05
*** noobtube has quit IRC08:05
Thumper650Greets all, I was wondering which of the openstack #'s would be the best place to discus a slightly unconventional console configuration08:06
*** engkur has quit IRC08:06
odyssey4mehalbert - generally speaking, I think so - I haven't personally done any ml2 implementations. My last implementation from the docs was on Grizzly.08:06
*** sep has joined #openstack08:06
odyssey4mehalbert - I take it that you have the neutron agent on your compute node? perhaps you can pastein the full trace?08:07
odyssey4meThumper650 - this is the usage channel, so if it's a usage/operations discussion, then this would be the right channel.08:07
odyssey4meie this would be a good starting point - we can always refer you elsewhere08:08
Thumper650cool...08:08
*** pixelb has quit IRC08:09
troyais possible to move my cinder to another openstack machine ?08:09
*** janslow has joined #openstack08:09
odyssey4metroya - do you mean the cinder service? or do you mean something else?08:10
troyayes, cinder service08:10
troyais it possible to move to another openstack machine ?08:10
*** Longgeek has quit IRC08:10
Thumper650I'm working on rolling out a redunant OS environemnt with most services being reachable via a HA'd floating IP address and a loadbalancer. Pretty much everything is working well, but I'm fighting with Console. If I 'down' one track of the HA (controller-01 and compute-01) I can get console just fine, but if I enable all controllers  and compute nodes, console breaks, probably because I've set novncproxy_base_url to a balanced virtual IP.08:11
*** Longgeek has joined #openstack08:11
odyssey4metroya - you can run multiple cinder services on multiple servers, each service is stateless. The only trouble may be with currently mounted volumes. I'm not sure if you can just switch off the previous service without affecting currently mounted volumes.08:11
odyssey4meI think that may be something to determine on a driver by driver basis.08:12
*** syslink has joined #openstack08:12
*** dizquierdo has joined #openstack08:13
*** janslow has quit IRC08:13
odyssey4meThumper650 - if you have multiple nova-consoleauth services running, then the scheduler allocates them on a round robin basis... resulting in a successful connection once for every n agents08:13
odyssey4meSo if you have two agents, you may find that you're successfully connecting every two attempts?08:13
troyaodyssey4me: is not possible to just a copy ? not replicate08:14
*** toddnni_ has joined #openstack08:14
odyssey4meThe way to get it successful every time is to ensure that you implement memcached on the hosts running nova-consoleauth, and to configure nova-consoleauth to refer to all instances of memcached. This way the tokens are referrable on all of them.08:14
*** eglynn_ has joined #openstack08:15
*** Longgeek has quit IRC08:16
*** toddnni has quit IRC08:16
odyssey4meThumper650 - another way is to disable the service through the cli/API on the consoleauth agents you're not using at the time (ie implement active/passive HA). You can then script the enable/disable when the VIP transitions.08:16
*** engkur has joined #openstack08:16
*** sushils has joined #openstack08:17
*** Longgeek has joined #openstack08:19
odyssey4metroya - you can run as many cinder-api/cinder-volume processes as you want, and the config for cinder-volume would be for each back-end. If the back-end interacts with a storage API (eg: NetApp/IBM/etc) then instance volume connections shouldn't be interrupted if one of the cinder-volume services go down.08:19
*** enarciso has joined #openstack08:19
odyssey4me(this is because the actual connection from the hypervisor goes directly to the storage, cinder-volume simply facilitates it)08:20
*** syslink has quit IRC08:20
*** aniket has quit IRC08:20
*** toddnni_ has quit IRC08:21
*** jeffrey4l has quit IRC08:21
odyssey4metroya - a pretty good overview of the above is here: http://www.slideshare.net/avishaytraeger/cinder-havana08:22
Thumper650Thanks Od, will get back to you with how it goes08:22
odyssey4me(dunno if that helps)08:22
odyssey4meThumper650 - sure, no problem. Hope that helps.08:23
*** enarciso has quit IRC08:23
*** toddnni has joined #openstack08:24
troyaodyssey4me: so i can't do backup and restore, right ? just can replicate08:24
*** yamamoto_ has quit IRC08:25
odyssey4metroya - if by replicate you mean run multiple agents, that's an option. You can backup/restore too if you don't want to do an HA implementation.08:25
odyssey4me(why choose when you can do both?)08:26
troyacod: i just want to backup/restore08:26
troyaany reference for that ?08:26
odyssey4metroya - alright. reference in terms of what's important to backup?08:26
*** ramishra has quit IRC08:26
*** jcoufal has joined #openstack08:27
troyajust reference about step by step to do that08:27
*** jcoufal has quit IRC08:27
*** jcoufal has joined #openstack08:28
troyabut in my case, i backup on openstack on machine1, then can i restore to openstack on machine2  ?08:28
*** bbart has quit IRC08:28
odyssey4metroya - step by step, not really. The Operations Guide gives you guidance, but step-by-step would be too deployment specific.08:28
*** ramishra has joined #openstack08:28
odyssey4meOps Docs: http://docs.openstack.org/trunk/openstack-ops/content/backup_and_recovery.html08:28
*** bbart has joined #openstack08:30
*** goodes has joined #openstack08:30
odyssey4metroya - you don't really need to back things up, except the configs, logs and /var/lib/cinder.... to restore, simply implement the packages, restore the configs and /var/lib/cinder, then start the service08:30
odyssey4methat's covered in general in the docs08:30
*** D30 has quit IRC08:31
odyssey4menote that this is just the service backup/restore - not instance/volume data backup/restore08:31
*** D30 has joined #openstack08:31
*** masahito has joined #openstack08:31
*** Thumper650 has quit IRC08:32
*** kushal has quit IRC08:32
*** syslink has joined #openstack08:32
*** mkoderer has quit IRC08:32
*** Thumper650 has joined #openstack08:33
*** bilco105 is now known as bilco105_08:34
troyais possible to backup and restore volume data ?08:34
*** jeffrey4l has joined #openstack08:35
*** kossy has quit IRC08:39
*** Thumper650 has left #openstack08:39
*** vicky has quit IRC08:40
*** vicky has joined #openstack08:40
odyssey4metroya - sure, you can use any standard backup tooling and method for that08:41
*** kossy has joined #openstack08:41
odyssey4meyou can either do it from inside the instances, or you can do it on the back-end if your block storage subsystem supports a method to do so08:41
*** maxdml has joined #openstack08:42
*** jeffrey4l has quit IRC08:43
*** prad has quit IRC08:44
*** kitp has joined #openstack08:45
*** bbart has quit IRC08:46
*** cdent has joined #openstack08:47
*** alekibango_ has quit IRC08:47
*** bbart has joined #openstack08:47
*** RoozbehShafiee has joined #openstack08:48
*** jamie_h has quit IRC08:48
*** kitp has quit IRC08:50
*** nacim has quit IRC08:55
*** MarcMorata has joined #openstack08:55
*** amarao has joined #openstack08:56
*** pberis has quit IRC08:57
*** bbcmicrocomputer has joined #openstack08:58
*** bbcmicrocomputer has joined #openstack08:58
*** _cjones_ has joined #openstack08:59
*** anish_ has joined #openstack09:00
*** pberis has joined #openstack09:00
*** karimb has joined #openstack09:00
*** devnull1_ has joined #openstack09:02
*** _cjones_ has quit IRC09:03
*** cedrics has joined #openstack09:04
*** egallen has quit IRC09:04
*** mbernacc has joined #openstack09:05
*** salgado has joined #openstack09:05
*** D30 has quit IRC09:05
*** devnull1 has quit IRC09:05
*** D30 has joined #openstack09:06
*** f13o has joined #openstack09:06
*** MaxV has quit IRC09:06
*** MaxV has joined #openstack09:06
*** bbart has quit IRC09:07
*** tvb has joined #openstack09:07
*** bbart has joined #openstack09:07
tvbhi how can I see the actual quota of my tenant?09:07
tvbram quota09:08
*** f13o has quit IRC09:08
tvbquota-show shows me a number which does not add up to the actual quota for all the instances combined.09:08
*** moha_hunt has quit IRC09:10
*** jasonni has quit IRC09:11
halbertodyssey4me: I can pastebin the full debug output, do you want the neutron-agent or do you want the nova-compute ?  I have the debug output but I don't think that's exactly what you want09:11
odyssey4mehalbert - do both, try to capture the time from launching the instance through to the error for both agents09:12
halbertI can do that.09:12
*** m_j_h_away has quit IRC09:13
*** egallen has joined #openstack09:13
*** nsquare has quit IRC09:14
*** RoozbehShafiee has quit IRC09:15
*** m_j_h has joined #openstack09:15
*** jaosorior has joined #openstack09:15
*** m_j_h has quit IRC09:16
*** m_j_h has joined #openstack09:17
*** devnull1_ has quit IRC09:17
*** ahale has joined #openstack09:18
*** devnull1 has joined #openstack09:18
*** jasonni has joined #openstack09:18
*** D30_ has joined #openstack09:19
*** D30 has quit IRC09:19
*** D30_ is now known as D3009:19
*** flaper87|afk is now known as flaper8709:19
*** kashyapk has quit IRC09:19
halbertodyssey4me: nova debug logs: http://pastebin.com/ZgGmURBQ09:20
*** kashyapk has joined #openstack09:20
*** todayman has quit IRC09:20
*** todayman_ has joined #openstack09:20
*** dizquierdo is now known as dizquierdo_out09:21
halberthttp://pastebin.com/PzRYuunH09:22
halbertneutron server debug logs09:22
*** aburan28 has quit IRC09:22
*** arezmerita has quit IRC09:22
*** ramishra has quit IRC09:23
*** kashyapk has quit IRC09:24
*** furybeat has joined #openstack09:25
*** arezmerita has joined #openstack09:25
*** snowboarder04 is now known as snowboardr04|afk09:25
*** nj3ma_Zzz has quit IRC09:25
*** mkollaro has joined #openstack09:26
*** kashyapk has joined #openstack09:27
*** igordcard has joined #openstack09:27
tvbit seems I am having an issue with 'reserved' ram quota_usage. what does the reserved quota_usage mean?09:27
*** aburan28 has joined #openstack09:29
*** nj3ma_Zzz has joined #openstack09:29
*** julianwa has quit IRC09:33
*** bfschott has joined #openstack09:33
*** vicky has quit IRC09:36
halbertodyssey4me: sorry about the spam, this is a more complete set:09:37
*** syslink has quit IRC09:37
*** bfschott has quit IRC09:37
*** syslink has joined #openstack09:37
halberthttp://pastebin.com/ArgGjFbq neutron-server log09:37
*** derekh_ has joined #openstack09:37
*** Zack_Deee has quit IRC09:37
halberthttp://pastebin.com/Mf0eKku5 nova-compute log09:37
halberthttp://pastebin.com/5hBX98Aa neutron-agent log09:38
halbertjust reams and reams of this crap09:38
*** flaper87 is now known as flaper87|afk09:38
*** egallen has quit IRC09:38
*** julianwa has joined #openstack09:39
*** kolesovdv has joined #openstack09:39
odyssey4mehalbert - will check it now, just finishing something else up09:42
halbertthanks man09:42
*** D30 has quit IRC09:42
*** syslink has quit IRC09:43
*** jtomasek has quit IRC09:43
*** RoozbehShafiee has joined #openstack09:44
*** fester05 has joined #openstack09:44
*** janslow has joined #openstack09:45
*** sputnik13 has quit IRC09:45
*** Ange7 has joined #openstack09:45
halberttvb: you said your resources defined and used don't add up, what do you mean?09:45
Ange7hey all09:45
halbertdo you have vms using more or less than what you thought you could ?09:45
tvbhalbert: so I am getting this error09:45
tvbERROR: Quota exceeded for ram: Requested 64512, but already used 139264 of 153600 ram (HTTP 413) (Request-ID: req-03b0d044-040b-4f20-87fb-5a046a31bd25)09:45
tvbhowever09:45
Ange7someone can explain how type of request that i need to do to store one picture with swift ?09:46
tvbwhen I calculate the actual usage of my instances it does not add up09:46
*** kitp has joined #openstack09:46
halbertahhh okay.  how far are you short ?09:46
tvbI am using 9126 mb09:47
tvbin real09:47
mAniAk-_-Ange7: you put your fingers on the keyboard and push them down09:47
tvbbut found the following09:47
mAniAk-_-e09:47
tvbhalbert: https://gist.github.com/anonymous/967f5ce1fb0b6a3cbaf409:47
*** janslow has quit IRC09:47
halbertAnge7: assuming you have your openstack credentials, you can just check source your openstackrc file, do a swift stat, and see if you can log in09:47
*** julianwa has quit IRC09:48
tvbwhen you add up the in-usage and reserved column it will give you the 139264 value.09:48
tvbso where does the reserved values are coming from?09:48
*** djalil has joined #openstack09:48
halbertAnge7: once you can do that, you should refer to here as your reference for pushing and pulling to swift via the swift cli tool: http://docs.openstack.org/user-guide/content/swift_commands.html09:48
halbertaight tvb, I'll check09:48
*** fester05 has quit IRC09:49
Ange7thank halbert09:49
*** syslink has joined #openstack09:49
djalilsomeone can help me09:49
djalil?09:49
*** egallen has joined #openstack09:50
odyssey4mehalbert - odd, I don't see anything in the nova log instructing the actual build... all I see is the one ERROR log line indicating that the instance disappeared before it finished building09:50
djalili got a problem on rabbitmq09:50
*** aburan28 has quit IRC09:50
odyssey4medjalil - ask your question, it generally gets no response if you ask if you can ask :)09:50
*** kitp has quit IRC09:51
odyssey4mehalbert - just a question though, which ml2 plugin are you using? openvswitch?09:51
*** jasonni has quit IRC09:51
halbertodyssey4me: it errors out as it tries to spawn the build, and it errors consistently when it asks for the network09:51
halbertyeah man09:51
halbertI use openvswitch...09:51
odyssey4meand you have nova.conf configured to tell it to use neutron?09:52
halbertyeah odyssey4me09:52
halbertI can paste you the config files if you want.09:52
halberts/paste/pastebin09:52
halbert /g09:52
djalili'm installing openstack ice single node on debian without debconf and until a configure nova rabbitmq was working but now when i try to do nova list th server responding connection refused09:52
*** mkoderer has joined #openstack09:53
*** Abhijeet has quit IRC09:53
*** troya has quit IRC09:53
*** pixelb has joined #openstack09:53
halberttvb: I'm perplexed.  I've never seen that shit before in grizzly or in folsom09:53
halbertI'm looking at the api page for the reserved quotas here:  http://docs.openstack.org/developer/nova/api/nova.quota.html09:54
tvbhalbert: I am using icehouse09:54
halberttvb: I have a fresh but borked icehouse install09:54
halbertwhich table is this at ?09:55
*** Ange7 has quit IRC09:55
*** farsonic has joined #openstack09:55
*** starmer has quit IRC09:55
farsonicevening all09:55
tvbmysql> select * from quota_usages where project_id = 'xxx' and resource = 'ram';09:55
farsonicwondering if anyone can help me with API access09:56
*** spandhe has joined #openstack09:56
farsonicspecifically looking to be able to access my openstack server from the local LAN and also from an external public IP address through NAT09:56
odyssey4medjalil - you'll need to be clearer. I don't understand the situation and the problem.09:57
farsonicthe problem is, if I reconfigure the public_url etc it breaks all my internal LAN access09:57
halberttvb: all my reserved as 0s09:57
halberthave you been doing migrations from host to host ?09:57
*** janslow has joined #openstack09:57
tvbhalbert: I have had 2 resizes stuck in resize_prep state which eventually were being manually terminated by me.09:58
odyssey4mefarsonic - you could use a split horizon dns to solve that. public endpoints are configured with DNS names, external DNS points to the pubilc IP and internal DNS points to the private IP09:58
tvbguess, those could be causing the issue.09:58
odyssey4mefarsonic - or you could use a reverse proxy which rewrites the endpoint's for the public exposure09:58
halberttvb: were you resizing them to be larger ?09:59
tvblarger, yes.09:59
odyssey4mefarsonic - or you could configure all the services to use the internal endpoints only, and then the public endpoints can be configured to have the public addresses09:59
*** starmer has joined #openstack09:59
*** xianghui has quit IRC09:59
*** janslow has quit IRC10:00
halberttvb: when you resize, what you are actually doing is a migration.  Consider the reservation for clearing a space for you to migrate to, and if your quotas weren't roomy enough, then you couldn't migrate10:00
farsonicok, so I have an internal IP address of 192.168.1.25 (for example)10:00
*** geekyogi has joined #openstack10:00
*** xmltok_ has quit IRC10:00
farsonicand a public Ip address of 200.0.0.10 (for example)10:00
*** spandhe has quit IRC10:00
*** xmltok_ has joined #openstack10:00
halbertin this case, you borked the migrate in a manner where the middle ware never went back to the table to clear up the mess10:00
halbertso you have stuff reserved, for nothing10:00
tvbhalbert: I do think the quota's were roomy enough.10:00
farsonicso, reconfigure everthing for a hostname....10:00
halbertwell, what did you opt to resize to?10:00
*** nlevinki_ has joined #openstack10:00
farsonicconfigure external DNS and internal DNS or static host entires?10:01
farsonicI've reconfigured public endpoints (public_url) to be the public address, but it totally broke internal access10:01
*** corXi has joined #openstack10:01
farsonicnot sure if that is correct10:01
halbertIt's 5 in the morning over here, and it's been a terribly long night tvb so forgive me if I am not understanding you properly.10:02
tvbhalbert: no worries. go to bed then.10:02
*** pradipta_away is now known as pradipta10:02
tvbhalbert: if I run quota-show10:03
*** djalil has quit IRC10:03
tvbit will show me the current quota of RAM in mb's right?10:03
halbertI believe so.10:03
*** nlevinki has quit IRC10:03
*** nshaikh has quit IRC10:03
tvbhmm so when it says 153600 it would mean I have a quota of 153GB?10:03
halbertI think the unit is in ram10:04
farsonichalbert - I'm updating the public/admin/internal URL's directly in the mysql DB10:04
farsonicshoudl I be doing this some other way10:04
halbertfarsonic: golly NO10:04
farsonicdifficult to find good references to how to this10:04
farsonic:)10:04
halbertuse keystone endpoint-related commands10:04
farsonicso, just chante the public_url to a DNS entry then?10:05
halbertYou could do it in mysql, I think it's normally faster if you know exactly what you are doing, but you can associate more than one endpoint to a service10:05
*** xianghui has joined #openstack10:05
halbertkeystone endpoint-create the new one and blow away the old one after you are done by keystone endpoint-delete is also a perfectly appropriate way10:06
farsonicI have all the mysql commands all ready to go…..but I'm still learning here10:06
farsoniclast time I created a new one it basically locked me out10:06
farsonicas I had two overlapping entries10:06
farsonicok10:06
*** ramishra has joined #openstack10:06
farsonicso, should I just change the public_url entry to a public DNS nam10:07
farsonice10:07
halberttvb: yeah, the ram unit seems to be in megs10:07
tvbhalbert: ok. So I have a quota of 153GB10:08
tvbdid an resize to a flavor of 64GB.10:08
*** mbernacc has quit IRC10:08
tvbtwo times10:08
halbertI think that's what it says...10:08
halbertAhh hah10:08
halbertso that's 128 declared10:08
tvbjep10:08
tvbapperanlty10:08
halbertand you had 25 left10:08
*** r0j4z0 has joined #openstack10:09
tvbit does not release the reserved mem when you terminate an instance which has state resize_prep10:09
halbertyeah it does that.10:09
halbertyou're gonna find that stopping most actions midway manually might leave the tables in a funky state10:10
halbertlike snapshotting10:10
tvbwouldn't this be a bug?10:10
*** yamahata has quit IRC10:10
halbertwell, I consider it a feature if you enjoy punching yourself in the nuts10:10
tvbhah10:10
*** penguinRaider has joined #openstack10:11
halbertBut I'm just a user of free shit, so there needs to be some sort of 'garbage collection', and I'm not smart enough to implement it.10:11
halbertgzuz look at that grammar10:11
halbertI gotta bounce, odyssey4me, who is a good point of contact in the morning where I can plead for someone to go over my neutron configs10:12
*** michaelneale has quit IRC10:12
tvbhalbert: thanks.10:12
halberttvb: np10:12
*** lcavassa has quit IRC10:13
odyssey4mefarsonic - yeah, use the keystone cli to change the public endpoint to the dns name that resolves both externally and internally - just ensure that internal and external resolution go to different IP's and that the services are listening on both IP's (or use a NAT from the public to the internal)10:14
farsonicyep, using NAT for external access10:14
odyssey4mehalbert - take a break, then work back through the installation steps again to confirm your nova and neutron configs on your controllers and computes10:14
*** egallen has quit IRC10:14
odyssey4mehalbert - otherwise, not sure... I've used config mgmt tooling (Chef) to do my configs for ages, doing it manually is the 'hard way' ;)10:15
*** Shmouel`away has quit IRC10:16
odyssey4mefarsonic - you could use hosts entries for the internal resolution, yeah10:16
halbertaight, I'll come back...  this is so hilarious.  I got a full ceph install going, quad bond nics going and everything except for this took me 2 days.  I've been stuck with the vm spawning and erroring out for over a week.  I'm not sure what the fuck I'm doing wrong :)10:16
halbertgood night10:16
*** egallen has joined #openstack10:16
farsonicthansk10:16
*** halbert is now known as halbert-away10:16
farsonicsee ya10:17
*** bilco105_ is now known as bilco10510:17
*** tvb has left #openstack10:17
odyssey4mefarsonic - generally, with grizzly or above, you don't need to dig in the DB to change/fix things.... rather use the cli tools to enact changes10:18
*** Albert_13 has left #openstack10:18
farsonicyeah10:18
farsonicI need a crash course on this stuff10:18
farsonicthis is running grizzly10:18
farsonicI'll work out the corresponding changes using the keystone app now10:19
odyssey4mefarsonic - the safest would be to register the new endpoints, confirm they're working, then remove the old ones10:20
farsonicyep10:20
farsonicthanks10:20
farsonicwill do10:20
odyssey4meyou can also actually just have two sets of endpoints :)10:20
*** underyx is now known as Underyx|off10:21
farsonicyeah10:21
farsonicI tried that and it ended up locking me out of logging in to the system10:21
*** cedrics has quit IRC10:21
farsonicwell, authenticating against keystone10:22
farsonicbut, I'm learning10:22
*** goodes has quit IRC10:22
*** aldavud has joined #openstack10:22
farsonicI'm sure your right as thats the first thing I tried - as it looked obvious10:22
*** pbrooko has quit IRC10:22
odyssey4mefarsonic - if you have two endpoints for each service you may need to specify which one you want to use when you auth...10:22
*** maxdml has quit IRC10:22
odyssey4mewhen changing the endpoints you can choose to use the service token and the service endpoint, that'll allow you to speak through the back-end10:23
*** renlt has quit IRC10:24
*** kashyapk has quit IRC10:24
*** giorgis has joined #openstack10:24
*** Zack_Deee has joined #openstack10:25
*** kashyapk has joined #openstack10:25
*** naveen has joined #openstack10:25
*** acathrow has joined #openstack10:26
*** xianghui has quit IRC10:26
*** bilco105 is now known as bilco105_10:26
*** amuller has joined #openstack10:27
*** bilco105_ is now known as bilco10510:27
*** pantea has quit IRC10:28
*** kong has quit IRC10:28
*** matsuhashi has quit IRC10:31
*** kashyapk has quit IRC10:32
*** matsuhashi has joined #openstack10:34
*** ProT-0-TypE has joined #openstack10:35
*** tomoe_ has quit IRC10:36
*** paragan has quit IRC10:38
*** naveen has quit IRC10:38
*** fritzroy15 has joined #openstack10:40
*** rotbeard has quit IRC10:40
*** xianghui has joined #openstack10:43
fritzroy15hello, I'm running into the "Could not find service or region in service catalog". I've set the region to RegionOne, and here is my keystone service-list, endpoint-list and nova.conf: http://pastebin.com/YseyUH0f10:43
*** salgado has quit IRC10:44
*** nlevinki has joined #openstack10:44
fritzroy15can anyone provide a pointer in the right direction? :)10:44
fritzroy15anand_ts you around? :D10:45
*** aveek has quit IRC10:45
*** nlevinki_ has quit IRC10:45
*** OffTheRails has joined #openstack10:45
anand_tsfritzroy15, hello, yes10:46
fritzroy15anand_ts can you cast your wise gaze into what my newbishness is doing wrong? ^_^10:47
*** kitp has joined #openstack10:47
*** egallen has quit IRC10:48
*** rotbeard has joined #openstack10:49
*** drussell has quit IRC10:49
*** gildub has joined #openstack10:50
anand_tsfritzroy15: what issue you are facing exactly?10:50
fritzroy15anand_ts in my nova.log file I get Could not find service or region in service catalog10:51
*** kitp has quit IRC10:51
*** vkmc has joined #openstack10:51
*** vkmc has quit IRC10:51
*** vkmc has joined #openstack10:51
*** naveen has joined #openstack10:52
*** lcavassa has joined #openstack10:53
*** neeti has quit IRC10:54
*** talluri has quit IRC10:55
*** talluri has joined #openstack10:56
*** talluri has quit IRC10:56
*** talluri has joined #openstack10:56
*** jamie_h has joined #openstack10:56
*** bmurt has joined #openstack10:58
*** fester05 has joined #openstack11:00
*** _cjones_ has joined #openstack11:00
*** simon-AS559 has quit IRC11:01
*** drussell has joined #openstack11:02
*** jtomasek has joined #openstack11:02
*** kashyapk has joined #openstack11:03
*** deepakcs has quit IRC11:04
*** matsuhashi has quit IRC11:06
*** r3pl4y has quit IRC11:06
*** palar has joined #openstack11:06
*** matsuhashi has joined #openstack11:06
*** _cjones_ has quit IRC11:07
*** aparna_ has joined #openstack11:08
*** kashyapk has quit IRC11:08
*** r3pl4y has joined #openstack11:08
*** janslow has joined #openstack11:09
*** Supriya_ has joined #openstack11:09
*** Zack_Deee has quit IRC11:10
*** Zack_Dee_ has joined #openstack11:10
*** matsuhashi has quit IRC11:10
*** Supriya_ has quit IRC11:10
*** rbak has joined #openstack11:11
*** janslow has quit IRC11:12
*** krypto has quit IRC11:12
*** dfarrell-41678 has joined #openstack11:14
*** rbak has quit IRC11:14
*** yamahata has joined #openstack11:15
*** goodes has joined #openstack11:15
*** Harry51S has joined #openstack11:15
*** slogan has joined #openstack11:16
*** pantea has joined #openstack11:18
*** aparna_ has quit IRC11:19
*** simon-AS559 has joined #openstack11:19
*** rdas has joined #openstack11:19
*** aniket has joined #openstack11:19
*** dizquierdo_out is now known as dizquierdo11:19
*** nosnos has quit IRC11:20
*** aniket has quit IRC11:21
*** aparna_ has joined #openstack11:21
*** IanGovett has joined #openstack11:22
*** Zack_Dee_ has quit IRC11:22
*** r3pl4y has quit IRC11:22
*** talluri has quit IRC11:22
*** r3pl4y has joined #openstack11:22
*** simon-AS559 has quit IRC11:23
*** FunnyLookinHat has joined #openstack11:23
*** matsuhashi has joined #openstack11:24
*** matsuhashi has quit IRC11:24
*** matsuhashi has joined #openstack11:24
*** simon-AS559 has joined #openstack11:26
*** slogan has quit IRC11:26
*** dgrig has joined #openstack11:27
*** starmer has quit IRC11:28
*** ajc_ has quit IRC11:28
*** dgrig has left #openstack11:28
*** naveen has quit IRC11:28
*** vpanizo has quit IRC11:29
*** dgrig has joined #openstack11:29
*** kashyapk has joined #openstack11:29
*** matsuhashi has quit IRC11:29
*** jamie_h has quit IRC11:29
*** atraylen has joined #openstack11:30
*** aparna_ has quit IRC11:30
*** aniket has joined #openstack11:30
*** starmer has joined #openstack11:30
*** arezmerita has quit IRC11:32
*** HenryG has joined #openstack11:32
*** salgado has joined #openstack11:32
*** mwichmann has joined #openstack11:32
*** cedrics has joined #openstack11:33
*** devnull1 has quit IRC11:33
*** bmurt has quit IRC11:33
*** bfschott has joined #openstack11:34
*** talluri has joined #openstack11:35
*** simon-AS559 has quit IRC11:36
*** starmer has quit IRC11:37
*** bfschott has quit IRC11:38
*** RoozbehShafiee has quit IRC11:40
*** drussell has quit IRC11:41
*** sumanth has quit IRC11:43
*** rfolco has joined #openstack11:44
*** starmer has joined #openstack11:44
*** ttrumm has quit IRC11:45
*** rtheis has joined #openstack11:46
*** sgordon has joined #openstack11:46
*** kitp has joined #openstack11:48
*** kolesovdv has quit IRC11:48
*** nkhare has quit IRC11:48
*** afazekas has joined #openstack11:49
*** furybeat has quit IRC11:50
*** nshaikh has joined #openstack11:50
*** ramishra has quit IRC11:51
*** kitp has quit IRC11:52
*** julim has joined #openstack11:52
*** ramishra_ has joined #openstack11:53
*** yocum has joined #openstack11:54
*** k4n0 has quit IRC11:54
*** morazi has joined #openstack11:58
*** jamie_h has joined #openstack11:59
*** egallen has joined #openstack11:59
*** mbernacc has joined #openstack11:59
*** cdent_ has joined #openstack11:59
*** mindpixel has quit IRC11:59
*** paragan has joined #openstack11:59
*** Infitialis has quit IRC12:00
*** cdent has quit IRC12:00
*** cdent_ is now known as cdent12:00
*** mindpixel has joined #openstack12:01
*** flaper87|afk is now known as flaper8712:02
*** devnull1 has joined #openstack12:02
*** kolesovdv has joined #openstack12:02
*** arezmerita has joined #openstack12:03
*** koolhead17 has quit IRC12:03
*** simon-AS559 has joined #openstack12:03
*** omachace has quit IRC12:04
*** lblanchard has joined #openstack12:04
*** jmh has joined #openstack12:08
*** tan has quit IRC12:08
*** jmh is now known as Guest7388112:08
*** simon-AS559 has quit IRC12:08
*** bilco105 is now known as bilco105_12:08
*** r3pl4y has quit IRC12:09
*** egallen has quit IRC12:09
*** ahasenack has joined #openstack12:10
*** jamie_h has quit IRC12:10
*** egallen has joined #openstack12:10
*** r3pl4y has joined #openstack12:10
*** aveek has joined #openstack12:10
*** Underyx|off is now known as underyx12:11
*** tkramer has joined #openstack12:12
*** Longgeek has quit IRC12:12
*** Longgeek has joined #openstack12:12
*** rmartinelli_ has joined #openstack12:13
*** coolsvap is now known as coolsvap|afk12:15
*** pravins has quit IRC12:17
*** galstrom_zzz is now known as galstrom12:17
*** koolhead17 has joined #openstack12:18
*** mindpixel has quit IRC12:18
*** rdas has quit IRC12:18
*** santanu has joined #openstack12:18
*** tan has joined #openstack12:19
*** mindpixel has joined #openstack12:19
*** lborda has joined #openstack12:20
*** moha_hunt has joined #openstack12:21
*** santanu has quit IRC12:21
*** furybeat has joined #openstack12:22
*** blomquisg has joined #openstack12:23
*** rbak has joined #openstack12:24
*** tomoe_ has joined #openstack12:24
*** stronghere has joined #openstack12:25
*** corXi has quit IRC12:25
*** naveen has joined #openstack12:26
*** pantea has quit IRC12:27
*** l_a_m has quit IRC12:29
*** jamie_h has joined #openstack12:29
*** palar has quit IRC12:30
*** ahasenack has quit IRC12:30
*** HenryG has quit IRC12:31
*** corXi has joined #openstack12:31
*** hdd_ has joined #openstack12:31
*** WackoRobie has joined #openstack12:32
*** ahasenack has joined #openstack12:32
*** kashyapk has quit IRC12:33
*** WackoRob_ has joined #openstack12:33
*** yfauser has joined #openstack12:33
*** yfauser has left #openstack12:33
*** psharma has quit IRC12:33
*** aveek has quit IRC12:33
*** kashyapk has joined #openstack12:34
*** ircuser-1 has quit IRC12:34
*** achampion has joined #openstack12:34
*** bilco105_ is now known as bilco10512:35
*** Barker has joined #openstack12:36
*** talluri has quit IRC12:36
*** anande has quit IRC12:36
*** talluri has joined #openstack12:36
*** Ile has quit IRC12:37
*** WackoRobie has quit IRC12:37
*** weshay has joined #openstack12:37
*** kashyapk has quit IRC12:38
*** WackoRob_ has quit IRC12:38
*** cedrics has quit IRC12:38
*** WackoRobie has joined #openstack12:39
*** FunnyLookinHat has quit IRC12:39
*** aniket has quit IRC12:39
*** aveek has joined #openstack12:40
*** WackoRobie has quit IRC12:41
*** WackoRob_ has joined #openstack12:41
*** talluri has quit IRC12:41
*** pantea has joined #openstack12:42
*** dfarrell has quit IRC12:42
*** dfarrell-41678 has quit IRC12:43
*** Infitialis has joined #openstack12:43
*** FunnyLookinHat has joined #openstack12:43
*** mtrisoline1 has quit IRC12:43
*** madjar has joined #openstack12:43
*** nstrug has quit IRC12:44
*** HenryG has joined #openstack12:44
*** amitpp has joined #openstack12:45
*** ircuser-1 has joined #openstack12:45
*** adalbas has joined #openstack12:45
*** epcim has quit IRC12:46
*** amitpp has left #openstack12:47
*** jamie_h has quit IRC12:47
*** amitpp has joined #openstack12:47
*** naveen has quit IRC12:47
*** amitpp has left #openstack12:48
*** kitp has joined #openstack12:48
*** amitry has joined #openstack12:49
*** farsonic has quit IRC12:49
*** amitpp has joined #openstack12:49
*** l_a_m has joined #openstack12:49
*** goodes has quit IRC12:50
*** cedrics has joined #openstack12:50
*** wink has joined #openstack12:50
*** crandquist has joined #openstack12:50
|splat|fixed my novnc issue. had to add iptables rules to allow the nodes to talk over their internal subnet.12:51
winkHey, can I just add a logical volume for something else to the cinder-volumes VG or will cinder tamper with it?12:51
|splat|I used packstack to install which only used the headnode external IP12:51
*** stronghere has quit IRC12:51
*** jamie_h has joined #openstack12:51
*** crandquist has quit IRC12:52
larskswink: I think you should be able to add an lv to the cinder vg without ill effect.12:52
larsks|splat|: yay!12:52
*** kitp has quit IRC12:53
*** radez_g0n3 is now known as radez12:53
*** coredump has quit IRC12:54
*** amitry has quit IRC12:54
*** itarchitectkev has joined #openstack12:54
*** tomoe_ has quit IRC12:55
winklarsks: thanks.12:56
*** amitpp has left #openstack12:56
*** anish_ has quit IRC12:57
Infitialiswhat kind of monitoring tools do you guys use for Openstack?12:59
*** dguitarbite has quit IRC12:59
*** ramishra_ has quit IRC12:59
*** bmurt has joined #openstack13:00
*** simon-AS559 has joined #openstack13:00
*** neeti has joined #openstack13:00
*** andreas__ has joined #openstack13:00
*** IanGovett has quit IRC13:00
*** IanGovett1 has joined #openstack13:00
*** ramishra has joined #openstack13:01
*** flaper87 is now known as flaper87|afk13:02
*** liam__ has joined #openstack13:02
*** liam__ has quit IRC13:02
*** jamespage_ has joined #openstack13:03
*** engkur has quit IRC13:04
*** jamespage_ has quit IRC13:04
*** _cjones_ has joined #openstack13:04
*** simon-AS559 has quit IRC13:04
*** ahasenack has quit IRC13:05
*** scuttlemonkey has quit IRC13:05
*** noslzzp has joined #openstack13:06
*** zz_gondoi is now known as gondoi13:07
*** jmckind has joined #openstack13:07
*** jergerber has joined #openstack13:07
|splat|hmm. fedora, centos, and cirros have no issue using both the internal network and external network. but the windows vm i made with cloudbase-init seems to only be working on the internal network. and strangely, i can't ping it using ip netns13:08
*** HenryG has quit IRC13:08
*** caleb_ has joined #openstack13:08
|splat|by external i mean a floating ip13:08
*** _cjones_ has quit IRC13:09
*** stronghere has joined #openstack13:10
*** TnG has quit IRC13:11
*** sroy_ has joined #openstack13:12
*** georgem2 has joined #openstack13:13
*** egallen has quit IRC13:13
*** dizquierdo is now known as dizquierdo_afk13:14
*** Sivan has joined #openstack13:14
*** ramishra has quit IRC13:14
*** galstrom is now known as galstrom_zzz13:14
*** fnaval has joined #openstack13:15
*** Sivan has quit IRC13:15
*** ramishra has joined #openstack13:15
*** mattgriffin has joined #openstack13:16
*** nkhare has joined #openstack13:16
*** ajc_ has joined #openstack13:17
*** kaizer has joined #openstack13:17
*** marcusvrn has joined #openstack13:18
*** aeperezt has joined #openstack13:19
kaizerHi, does anyone knows if its legal or not to run OSX VM on non Apple machines?  My first tought would be to say its not legal, but im not sure..13:19
*** meylor has joined #openstack13:19
*** mostly_d34dh0r53 is now known as d34dh0r5313:20
meylorwhen starting an instance; is there a way to pass in the hostname info other than through a user-data script?13:20
mat128ianal, but iirc you could legally run OSX vms on Apple machines but not anywhere else.13:20
mat128meylor: cloudinit should take the instance name and set it as your hostname13:20
*** egallen has joined #openstack13:21
*** kashyapk has joined #openstack13:21
*** ayoung has joined #openstack13:21
meylormat128: my hostname is being set as the {instance_name}.{region_name}13:21
*** nschroeder has joined #openstack13:21
meylorso the only option is to set the region_name to be the domain?13:21
*** ivan`` has quit IRC13:21
*** jpomero has quit IRC13:22
mat128meylor: I usually spin up vms with a fqdn such as web1.example.com13:22
*** thehybridtech has joined #openstack13:22
mat128and this gets set as my hostname13:22
*** thehybridtech has quit IRC13:22
mat128what are you using to configure cloudinit? metadata api? config drive?13:22
*** jergerber has quit IRC13:22
meylormetadata api i believe13:22
mat128I suggest looking at what the data is13:23
*** katmandoo has joined #openstack13:23
*** bfschott has joined #openstack13:23
*** rkdemon has joined #openstack13:23
mat128try a curl to http://169.254.169.254/13:23
*** shibby has joined #openstack13:24
*** choirboy has joined #openstack13:24
*** ivan`` has joined #openstack13:25
kaizermat128: so for this post http://blog.definedcode.com/osx-qemu-kvm, it would be only possible to do it on Apple machine right?13:26
nschroederHello, i am new to openstack and triing a setup following the debian install guide. I am at a point where I can run my first vm. When i boot a vm it goes to error state with "The request you have made requires authentication.". I think this comes from compute node. Is there a way to track down my mistake? To my knowlege I entered a correct keystone account for nova compute.13:26
*** mdim has joined #openstack13:26
*** rkdemon2 has joined #openstack13:27
*** bknudson has joined #openstack13:27
*** ahasenack has joined #openstack13:28
*** rkdemon has quit IRC13:28
*** epcim has joined #openstack13:28
*** aveek has quit IRC13:29
*** andreas__ has quit IRC13:29
*** doug-fish has joined #openstack13:29
*** cedrics has quit IRC13:29
*** HenryG has joined #openstack13:29
*** gregmark has joined #openstack13:30
georgem2nschroeder:check the keystone logs, if the error is caused by failed authentication you should see it in there13:30
*** abbrown has joined #openstack13:31
*** danielbruno has quit IRC13:32
nschroedergeorgem2: Thank you for answering. Yes I can see it in the keystone logs: "Authorization failed. The request you have made requires authentication. from 10.150.20.21". But it is not clear to me which user is used (I think the one in /etc/nova/nova.conf on the compute node). Also I do not know what to do to allow the user the request.13:33
*** srlang has joined #openstack13:33
*** jagee has joined #openstack13:33
*** rbowen has joined #openstack13:34
*** yfauser has joined #openstack13:34
*** rotbeard has quit IRC13:34
*** wcomartin has quit IRC13:35
*** balajiiyer has joined #openstack13:36
*** sayan has quit IRC13:36
*** goodes has joined #openstack13:36
*** FunnyLookinHat has quit IRC13:37
*** devnull1_ has joined #openstack13:38
*** salgado has quit IRC13:38
*** devnull1_ has quit IRC13:39
*** itarchitectkev_ has joined #openstack13:39
*** devnull1_ has joined #openstack13:39
*** devnull1 has quit IRC13:40
*** cbader has joined #openstack13:40
*** kaizer has quit IRC13:41
*** signed8bit has joined #openstack13:41
*** jobewan has joined #openstack13:41
georgem2nschroeder:that sounds to me more like a mysql auth error13:42
*** itarchitectkev has quit IRC13:42
georgem2nschroeder:make sure the mysql user you created for keystone is allowed to connect to mysql from that IP address13:42
|splat|do i need to do anything special to get windows to recognize the floating ip?13:43
*** dangers_away is now known as dangers13:43
nschroedergeorgem2: I am pretty sure that works. I connected to the mysql and can see a database named kexstone. Also I can create new users without problems13:44
*** pberis has quit IRC13:44
*** starmer_ has joined #openstack13:44
georgem2nschroeder:try to connect to mysql as user keystone from the keystone node13:44
*** pradipta is now known as pradipta_away13:44
nschroedergeorgem2: ok thank you I will check that13:45
*** anand_ts has quit IRC13:45
*** starmer has quit IRC13:45
*** kitp has joined #openstack13:45
*** ericgoncz_ has joined #openstack13:47
*** habib has joined #openstack13:47
*** sandywalsh_ has joined #openstack13:48
*** kolesovdv has quit IRC13:48
*** kashyapk_ has joined #openstack13:48
*** thangp has joined #openstack13:49
*** kashyapk has quit IRC13:49
*** fnaval has quit IRC13:49
nschroedergeorgem2: I checked it, the db credentials from keystone are correct. I think this can not be the problem because I can add new users to keystone and all other authentification works fine.13:50
*** kbringard has joined #openstack13:50
*** katmandoo has quit IRC13:50
*** kashyapk_ has quit IRC13:50
*** prad has joined #openstack13:50
*** meylor has quit IRC13:51
*** kashyapk has joined #openstack13:51
georgem2nschroeder:ok, then enable debug and verbose in nova.conf on the compute node and keystone.conf on the controller and try again, then paste the logs in pastebin13:51
*** salgado has joined #openstack13:51
*** salgado has joined #openstack13:51
*** hrybacki has joined #openstack13:51
nschroedergeorgem2: I think my nova admin_user or admin_tenant_name has no right to execute the the stuff, keystone denies that. But I am not sure how to allow this operation. How can I allow nova user to start vms? Do I have to add him to the admin role?13:51
*** pberis has joined #openstack13:51
nschroedergeorgem2: ok I will do that13:52
*** xianghui has quit IRC13:53
*** meylor has joined #openstack13:53
*** goodes has left #openstack13:54
*** goodes has joined #openstack13:54
*** kashyapk has quit IRC13:55
*** eghobo has joined #openstack13:55
*** yaguang has quit IRC13:55
*** sballe has joined #openstack13:55
*** eguz has quit IRC13:56
*** eghobo has quit IRC13:56
*** arnaud__ has joined #openstack13:57
*** kashyapk has joined #openstack13:57
giorgisiptables -t nat -I POSTROUTING -o eth1 -j MASQUERADE13:57
giorgishas to be inserted every time I start an instance! Any ideas how to resolve this?13:57
*** jpomero has joined #openstack13:58
*** sigint88 has joined #openstack13:58
georgem2nschroeder:the installation doc should mention that you have to create a user for nova that has the admin role in the "services" tenant (step 8 in here http://docs.openstack.org/icehouse/install-guide/install/apt/content/nova-controller.html)13:58
*** sigint88 has joined #openstack13:59
*** spzala has joined #openstack14:00
*** jasonni has joined #openstack14:00
*** caleb_ has quit IRC14:00
*** sigint88 has joined #openstack14:00
*** ramki has quit IRC14:02
*** ericReeves has joined #openstack14:03
*** nacim has joined #openstack14:03
*** mmagr has quit IRC14:05
*** rkdemon2 has quit IRC14:06
*** goodes has quit IRC14:06
*** goodes has joined #openstack14:07
*** joesavak has joined #openstack14:07
*** mu5k17u has joined #openstack14:07
*** arezmerita has quit IRC14:07
*** ajc_ has quit IRC14:07
*** paraa has quit IRC14:07
*** balajiiyer has quit IRC14:08
*** tsekiyama has joined #openstack14:08
*** grfisher has joined #openstack14:09
*** nshaikh has quit IRC14:09
*** jsavak has joined #openstack14:09
*** rkdemon has joined #openstack14:09
*** ramishra has quit IRC14:09
*** vpanizo has joined #openstack14:09
*** vpanizo has quit IRC14:09
*** joesavak has quit IRC14:12
*** balajiiyer has joined #openstack14:12
*** rsmitty has joined #openstack14:12
*** fnaval has joined #openstack14:14
*** jasonni has quit IRC14:14
*** syslink has quit IRC14:14
*** troytoman has quit IRC14:15
rsmittyhi all - quick question. I hot-attached a second nic to a guest instance using nova interface-attach. now they are both visible, both have IPs, but I can't SSH into the instance from both interfaces, only the second one works14:15
*** itarchitectkev_ has quit IRC14:15
*** syslink has joined #openstack14:15
rsmittyboth nics are on the same network btw14:15
*** mattgriffin has quit IRC14:15
*** jwalcik has joined #openstack14:16
*** sigint88 has quit IRC14:16
|splat|giorgis: service iptables save14:17
*** jamie_h has quit IRC14:17
*** FunnyLookinHat has joined #openstack14:18
giorgissplat it doesn't make any difference14:18
giorgisI have even put it in the rc.local file14:19
*** jckasper has joined #openstack14:19
giorgisbut every time I start an instance I have to put it again14:19
*** cedrics has joined #openstack14:19
nschroedergeorgem2: I think my problem is that nova has not the admin role, please have a look: http://pastebin.com/uu4cHUgB   But I did the user-role-add you mentioned...14:19
*** itarchitectkev_ has joined #openstack14:19
|splat|giorgis: you have to reinsert that on the baremetal?14:19
giorgissplat: yes!14:19
*** mmagr has joined #openstack14:19
*** tmclaugh[work] has joined #openstack14:20
*** syslink has quit IRC14:20
*** diegows has joined #openstack14:20
|splat|sounds to me like it's getting inserted at the bottom of the iptables chain and every time you start a new instance they insert rules above it14:20
*** jckasper has quit IRC14:20
dmitrymersmitty: while poking around wiki I’ve stumbled upon the following blueprint: https://blueprints.launchpad.net/nova/+spec/2-if-1-net14:20
|splat|manually edit /etc/sysconfig/iptables, add your line to the top of the chain, restart iptables?14:21
*** jckasper has joined #openstack14:21
_nicktoken_flush should work with keystone-manage in havana, correct?14:21
_nickif so, anyone know why i'm seeing a NotImplemented exception?14:21
giorgissplat: I have done that!14:21
*** achampio1 has joined #openstack14:21
giorgissplat: I have even put it14:21
giorgisin the /etc/rc.local file14:21
dmitrymersmitty: so I guess the answer is, currently it is not possible to have to nics in a single net for a single VM14:21
dmitrymes/to/two/14:21
*** janslow has joined #openstack14:21
rsmittyhmm, okay weird. guess I'll have to figure something else out for now. Thanks for the help!14:22
|splat|then i'm out of ideas. sorry.14:22
*** badiane_ka has quit IRC14:22
giorgissplat: thanks for your help14:23
*** primemin1sterp is now known as primeministerp14:23
georgem2nschroeder:the role assignment looks good, anything useful in the keystone logs with debug enabled?14:23
*** primeministerp has quit IRC14:24
*** primeministerp has joined #openstack14:24
*** achampion has quit IRC14:24
georgem2giorgis:I think you mentioned that you're running nova-network with icehouse...not a very well tested combination probably14:24
*** sigint88 has joined #openstack14:24
*** marcelodieder has quit IRC14:24
*** jkienitz has quit IRC14:25
giorgisgeorgem2: I am  back to havana it has the same behavior14:25
georgem2giorgis: but you said that Havana was working fine14:25
giorgisgeorgem2: In a previous installation of Havana14:25
*** sigint88 has joined #openstack14:25
*** jckasper has quit IRC14:25
giorgisnow I have the latest Havana and latest CentOS release (in terms of kernel etc.)14:26
*** r3pl4y has quit IRC14:26
|splat|giorgis: have you tried doing the initial install using RDO since you are on centos?14:26
nschroedergeorgem2: sorry I am such a noob. For some reason the output did not change but I think I have set the logging level to debug, here is my /etc/keystone/logging.conf : http://pastebin.com/qSzRSRTX14:26
*** yfauser has joined #openstack14:26
*** balajiiyer has left #openstack14:26
*** FunnyLookinHat has quit IRC14:27
*** jsullivandigs has joined #openstack14:27
*** troytoman has joined #openstack14:28
*** yfauser has left #openstack14:28
*** esheffield has quit IRC14:28
georgem2nschroeder:enable debug in keystone.conf and restart the keystone service14:29
giorgissplat: no! I haven't...but why this would make any difference?14:29
nschroedergeorgem2: You said my role assignment looks good. Just to clarify: I am using the nova user and service tenant _not_ admin. Does he really have the rights? I think my user-role-list (see http://pastebin.com/uu4cHUgB) implies that only the user with id ...b0a7 has admin role. As far as I understand nova user has no role ...14:30
*** jtomasek has quit IRC14:30
georgem2nschroeder: you have to run "keystone user-role-list --user XX --tenant XXX" as admin if you want to see role assignments for other users, by default it shows your own user's roles14:31
*** blackboxsw has joined #openstack14:31
*** FunnyLookinHat has joined #openstack14:31
*** rmoe has quit IRC14:31
*** choirboy has quit IRC14:32
*** Longgeek has quit IRC14:33
georgem2giorgis:it's been  a few release since I deployed with nova-network, but no manual iptables changes should be required, so it's very possible is a configuration issue somewhere14:33
giorgisgeorgem2: I am trying to resolve this with wireshark now14:33
*** djalil has joined #openstack14:34
giorgiswhat I am seeing is that if I don't put the NAT rule then the source IP is the 192.* which is the internal IP of the FlatDHCP bridge interface14:34
*** janslow has quit IRC14:34
giorgiswhen I insert the rule the source IP is getting to be 153.* (an external IP address of the external ethernet)14:34
*** zerick has joined #openstack14:34
*** aspiers_ has joined #openstack14:34
*** paraa has joined #openstack14:35
*** troytoman has quit IRC14:35
giorgisso my guess is that without that rule the packets are not routed from the 192.* internal to the 153.* external nic14:35
*** jgrimm has joined #openstack14:35
giorgisI would go with neutron but I need auto assign of floating IPs when an instance is started14:36
_nickcan anyone shed any light on why i'm seeing a NotImplemented error with keystone-manage token_flush on havana?14:36
giorgissomething that to my knowledge is still a blueprint for neutron14:36
giorgisam I right?14:36
*** choirboy has joined #openstack14:36
djalilhy everybody i have a little question with openstack ice house there is no need of multiple rabbitmq account ?14:36
*** rbowen has quit IRC14:37
nschroedergeorgem2: ah ok thank you. I managed to enable debug. Here is the keystone output after a nova delete $instancename: http://pastebin.com/eRu9rPM1 I think i found the problem on my own: The error is my neutron user settings. There is no user called neutron. I will create one and tell you if it works ....14:37
*** koolhead17 has quit IRC14:37
*** mmagr has quit IRC14:37
djalilhy everybody i have a little question with openstack ice house there is no need of multiple rabbitmq account ?14:38
*** ramishra has joined #openstack14:39
*** ktaube has joined #openstack14:40
*** goodes has quit IRC14:41
georgem2giorgis:I don't think there is auto assign floating IPs in Neutron now, but maybe you can change the way you do things to fit in the more mainstream Openstack networking options14:41
*** pmathews has joined #openstack14:41
georgem2nschroeder:cool, I guess you rushed to start the first instance before setting up all components :)14:41
*** janslow has joined #openstack14:41
*** troytoman has joined #openstack14:41
*** goodes has joined #openstack14:42
giorgisgeorgem2: I am afraid that this is not an option at the moment!  I would like to keep in pace with the recent developments14:42
*** egallen has quit IRC14:42
giorgisbut not right now...and I am still wondering why the Havana version is not working either :(14:42
*** egallen has joined #openstack14:42
*** pballand has joined #openstack14:43
georgem2rsmitty: about the second NICs connected to the same subnet, check the routing table inside the instance14:43
*** danwest has quit IRC14:43
*** dims_ has joined #openstack14:44
*** janslow has quit IRC14:44
*** aspiers_ has quit IRC14:44
*** deepakcs has joined #openstack14:44
rsmittygeorgem2 - yeah, I think that's what's happening. default gw is using the eth1 interface (the one I can SSH into). So it seems like maybe I'm not getting traffic back when I try to SSH into eth0?14:44
*** djalil has quit IRC14:44
*** ramishra has quit IRC14:45
*** jaypipes has joined #openstack14:45
*** rmoe has joined #openstack14:45
*** jsullivandigs has quit IRC14:45
*** achampion has joined #openstack14:45
rsmittythat may be okay. I can just set the gateway to the eth0 interface in its ifcfg file.14:46
*** achampio1 has quit IRC14:46
*** jamesa has joined #openstack14:47
*** jamesa is now known as janslow14:47
georgem2rsmitty:you have a default gw set for the subnet in the dhcp settings of the subnet, so the second interface will win14:47
*** sayan has joined #openstack14:47
*** kashyapk has quit IRC14:48
*** jprovazn has quit IRC14:48
georgem2djalil:there is no need for multiple rabbitmq accounts, but you can create them for security purposes14:48
*** jckasper has joined #openstack14:48
*** IanGovett1 has quit IRC14:48
rsmittyah bummer. okay thanks14:48
*** jsullivandigs has joined #openstack14:49
*** galstrom_zzz is now known as galstrom14:49
*** janslow has quit IRC14:50
*** vdo has quit IRC14:50
*** janslow has joined #openstack14:51
*** mikeoutland has joined #openstack14:51
*** mdomsch has joined #openstack14:51
*** yamamoto has joined #openstack14:52
*** ktaube has quit IRC14:52
*** mmagr has joined #openstack14:52
*** coolsvap|afk is now known as coolsvap14:53
*** jecarey has joined #openstack14:53
*** nvmme has joined #openstack14:53
*** jgrimm has quit IRC14:53
*** goodes has quit IRC14:54
*** ericgoncz_ has quit IRC14:54
*** odyssey4me_ has joined #openstack14:55
*** gildub has quit IRC14:55
*** esheffield has joined #openstack14:55
*** jthorne has joined #openstack14:56
giorgisgeorgem2 + splat: It seems that without that rule the packets are not going from the flat dhcp interface to the external interface14:56
*** nvmme has quit IRC14:56
giorgisany reason why this might be blocked??14:56
*** jues has joined #openstack14:56
*** r3pl4y has joined #openstack14:56
*** nileshb has joined #openstack14:57
*** fritzroy15 has quit IRC14:57
*** lcavassa has quit IRC14:58
*** odyssey4me has quit IRC14:58
*** jistr has quit IRC14:58
*** mrjazzcat has joined #openstack14:58
*** ramishra has joined #openstack14:59
*** jistr has joined #openstack15:00
*** salgado has quit IRC15:00
*** furybeat has quit IRC15:00
*** hdd_ has quit IRC15:01
*** nacim has quit IRC15:01
*** sudhi_murthy has joined #openstack15:01
*** goodes has joined #openstack15:01
*** dschultz has joined #openstack15:02
nschroedergeorgem2: Thank you very much, the error is gone now. I learned a lot today, so really thanks.15:02
*** WackoRob_ has quit IRC15:02
*** bkopilov has quit IRC15:02
*** WackoRobie has joined #openstack15:02
*** enarciso has joined #openstack15:03
*** vt102 has quit IRC15:03
*** uksysadmin has joined #openstack15:04
*** kbringard has quit IRC15:04
*** melmoth has quit IRC15:04
*** joesavak has joined #openstack15:05
drankis_offHello. Where I can find list of available keys for commands like "cinder type-key" or "cinder qos-key"?15:05
*** itarchitectkev_ has quit IRC15:05
*** sayan has quit IRC15:06
*** anish_ has joined #openstack15:06
*** rbak has quit IRC15:06
*** koolhead17 has joined #openstack15:07
*** jsavak has quit IRC15:07
georgem2nschroeder:welcome15:07
*** mrjazzcat has quit IRC15:08
*** nkhare has quit IRC15:08
*** sayan has joined #openstack15:08
*** sudhi_murthy has quit IRC15:08
*** atiwari has joined #openstack15:08
*** sudhi_murthy has joined #openstack15:08
*** eharney has joined #openstack15:09
*** r3pl4y has quit IRC15:09
*** nvmme has joined #openstack15:09
*** coredump has joined #openstack15:10
*** jamie_h has joined #openstack15:10
georgem2giorgis:I don't know, but maybe larsks can help :)15:10
larsksgeorgem2: giorgis: help with what now?15:11
*** cjellick has joined #openstack15:11
*** cjellick has quit IRC15:11
giorgishi larsks!15:11
larskso/15:11
*** cjellick has joined #openstack15:11
*** berendt has quit IRC15:11
giorgisI have a very weird problem! My instances cannot get internet access unless I put the iptables -t nat -I POSTROUTING -o eth1 -j MASQUERADE  rule15:11
giorgisthe problem is that this is needed every time an instance is started15:12
larsksgiorgis: is eth1 part of your external bridge?15:12
*** uksysadmin has quit IRC15:12
*** nvmme has quit IRC15:12
*** ericgoncz has joined #openstack15:12
giorgislarsks: eth1 is the external interface (no bridge)15:12
giorgiseth0 is the internal bridged with br10015:12
*** radez is now known as radez_g0n315:13
larsksgiorgis: oh, you're using nova-network.  I'm much less familar with that; I've been working primarily with neutron.15:13
*** sudhi_murthy has quit IRC15:13
larsksYou shouldn't need to add that rule every time an instance is started -- is it disappearing when you start a new instance?15:13
*** kevinc_ has joined #openstack15:13
giorgislarsks: yes it's nova :( I wish neutron had the auto-assing ip functionality :)15:13
*** Infitial_ has joined #openstack15:14
giorgislarsks: is going below the new rules in the nat tables15:14
*** pck has quit IRC15:14
georgem2giorgis: I grepped for MASQUERADE in a centos with the openstack-nova-network rpm installed, and the only mention I found is in /usr/lib/python2.6/site-packages/packstack/puppet/templates/provision.pp15:15
*** starmer_ has quit IRC15:15
*** jsavak has joined #openstack15:15
georgem2giorgis: and it looks like the puppet manifest used by packstack actually adds that rule15:15
giorgislarsks: I have tried putting it in the top of /etc/sysconfig/iptables15:15
*** amuller has quit IRC15:15
giorgislarsks: and also in the /etc/rc.local  but nothing worked :(15:15
*** uksysadmin has joined #openstack15:16
*** mmichie has joined #openstack15:16
larsksgiorgis: so when that rule is, say, the first rule in the POSTROUTING chain, what happens when you create a new instance?15:16
giorgislarsks: both the old and the new instance don't have external network connectivity until I re-insert it15:16
larsksgiorgis: Can you show me what your POSTROUTING chain looks like (a) after booting a new instance but before fixing things and (b) after fixing things?15:17
giorgissure!15:17
giorgisjust give me a second15:17
*** sumanth has joined #openstack15:17
*** Infitialis has quit IRC15:17
*** dspano has joined #openstack15:18
*** achampio1 has joined #openstack15:18
*** Infitial_ has quit IRC15:18
giorgisany idea how to paste the lines one below the other directly here?15:18
giorgisChain POSTROUTING (policy ACCEPT)15:19
*** joesavak has quit IRC15:19
giorgistarget     prot opt source               destination15:19
giorgisnova-compute-POSTROUTING  all  --  anywhere             anywhere15:19
giorgisnova-network-POSTROUTING  all  --  anywhere             anywhere15:19
larsksgiorgis: please use pastebin or similar. don't paste in channel!15:19
*** mbernacc has quit IRC15:19
giorgisthought about that...15:19
giorgisdoing it right now...15:19
giorgissorry ...15:19
larsksYou could: iptables -t nat -S | curl -s -T- chunk.io15:19
*** mrjazzcat has joined #openstack15:20
*** pck has joined #openstack15:20
giorgishttp://chunk.io/f/8d35c5f33d19466b8c49a4e26203105015:20
*** danielbruno has joined #openstack15:20
*** matiu has quit IRC15:20
*** achampion has quit IRC15:21
*** jwalcik has quit IRC15:21
*** devoid has joined #openstack15:21
giorgislarsks: with these rules right now the cirros instance doesn't have internet access15:21
*** nileshb has quit IRC15:22
giorgislarsks: should I put my rule and paste the new rules again?15:22
*** nileshb has joined #openstack15:22
larsksgiorgis: What ip range are your instances using?15:22
*** pck is now known as pckizer15:23
*** artem_panchenko has quit IRC15:23
larsksgiorgis: there is already a NAT rule for traffic going out eth1:15:23
giorgislarsks: for the internal or external net?15:23
larsksgiorgis: Both, I guess, just to be sure...15:23
*** coolsvap is now known as coolsvap|afk15:23
*** reidrac has quit IRC15:23
giorgislarsks: the rule there is because it's now in the /etc/sysconfig/iptables15:23
giorgisso it comes up with the machine15:23
giorgisthe machine has an external interface15:24
giorgisat a 255.255.255.240 subnet15:24
giorgisan internal at 192.168.0.1115:24
giorgisand the bridged network is 10.0.0.0/2415:24
*** bdpayne has joined #openstack15:24
*** kbringard has joined #openstack15:25
larsksgiorgis: Okay, so it looks like the existing nat rule should do the right thing?15:25
larsks-A nova-network-snat -s 10.0.0.0/24 -o eth1 -j SNAT --to-source 192.168.0.1115:25
larsksThis is called from POSTROUTING -> nova-bostrouting-bottom -> nova-network-snat15:25
*** scott_w has joined #openstack15:25
larsksThat will SNAT any traffic out eth1 from 10.0.0.0/24 to 192.168.0.11.15:25
larsksIs that not doing what you expect?15:25
*** rmoe has quit IRC15:25
giorgislarsks: it's not doing it right now15:26
giorgisI have to re-insert it15:26
giorgisshould I do it to check it ?15:26
*** r3pl4y has joined #openstack15:27
larsksgiorgis: I'm having a hard time following you...the rule seems to be there, and it looks correct.  Is it (a) not triggering (packet count is not increasing) or (b) is it triggering but apparently not doing the right thing?15:27
*** mdim has quit IRC15:27
giorgislarsks: sorry for confusing you!15:28
giorgisfrom my compute node15:28
giorgisI can ssh to the cirros instance15:28
giorgisssh cirros@10.0.0.215:28
*** _ale_ has joined #openstack15:28
*** Gamekiller77 has joined #openstack15:28
giorgiswhen I am in the cirros instance15:28
*** gargola has quit IRC15:29
giorgisI cannot PING anything outside the compute node15:29
*** pckizer has quit IRC15:29
*** moha_hunt has quit IRC15:29
giorgisping compute node's public IP is working15:29
*** ade_b has quit IRC15:29
giorgisbut nothing beyond that15:29
*** FunnyLookinHat has quit IRC15:29
giorgisleaving the instance running15:29
*** gargola has joined #openstack15:30
larsksgiorgis: Right.  So, if you start a "ping" in the instance to something outside the compute node, and then run "tcpdump -n -i eth1 icmp", do you see the icmp traffic? If so, what does the source address look like?15:30
*** rodrigods_ has joined #openstack15:30
giorgisand putting the rule again (it goes on top of the chain) and I can ping from the VM15:30
giorgisthe source if I remember correctly is 192.*15:30
*** corXi has quit IRC15:31
larsksgiorgis: ...which is what you want, right? Because your host's address is 192.168.0.11.  Is that correct?15:31
giorgisyes! the internal15:31
*** taj has quit IRC15:31
giorgisbut is not routed to the external15:31
larsksOn which interface is the "external" address?15:31
giorgiseth115:32
*** achampion has joined #openstack15:32
larsks...so which interface is 192.168.0.11?15:32
*** nlevinki has quit IRC15:32
giorgiseth015:32
*** a_le has joined #openstack15:32
*** bluenemo has joined #openstack15:32
*** pckizer has joined #openstack15:33
larsksAh, okay.15:33
*** achampio1 has quit IRC15:33
larsksgiorgis: what is public_interface in your nova.conf?15:34
*** galstrom is now known as galstrom_zzz15:34
*** FunnyLookinHat has joined #openstack15:34
*** koolhead17 has quit IRC15:34
*** nacim has joined #openstack15:34
giorgiseth115:34
larsksgiorgis: Is my_ip set to your internal or external address?15:36
*** ttrifonov is now known as ttrifonov_zZzz15:36
*** jwalcik has joined #openstack15:36
giorgisinternal15:36
*** coolsvap|afk is now known as coolsvap15:36
*** Hithgor has joined #openstack15:36
larsksgiorgis: if you change it to your external address and restart your nova services, what do the iptables rules look like?15:36
giorgislarsks: let me do it15:37
TeduardoIs there a seperate project (other than Nova) for HA/automatically migrating VMs with disks on reliable storage from a failed hypervisor to an available hypervisor? or is the OpenStack HA mechanism focused more on having many many instances with the same application and using load balancing to ensure availablity of that application?15:37
*** eghobo has joined #openstack15:38
*** RabiesCombat has joined #openstack15:38
*** arnaud__ has quit IRC15:38
*** RabiesCombat is now known as yo15:38
kbringardcloud arch in general is more geared toward horizontal scale-out for HA of applications15:38
larsksTeduardo: mostly the latter, although Heat autoscaling groups may also help out.15:38
odyssey4me_Teduardo - there have been some code bits, but nothing has firmed up yet.15:38
*** weshay has quit IRC15:39
*** yo is now known as Guest5511215:39
*** yrabl has quit IRC15:39
*** odyssey4me_ is now known as odyssey4me15:39
giorgislarsks: http://chunk.io/f/fcbe05a9d99348fca356add52b9aeceb15:39
giorgislarsks: this is the new15:39
*** Guest55112 is now known as CroxNbazooka15:39
*** MarcMorata has quit IRC15:39
larsksgiorgis: So that SNAT rule now looks like it should do the right thing.  Do you see any different behavior from inside the instance?15:39
*** leeantho has joined #openstack15:39
larsksThat is: -A nova-network-snat -s 10.0.0.0/24 -o eth1 -j SNAT --to-source 153.120.67.21515:39
larsksThat should SNAT any traffic going out eth1 from 10.0.0.0/24 to your external ip address.15:40
giorgislarsks: YES!!! It can ping!!!!15:40
*** geekyogi has quit IRC15:40
larsksgiorgis: Awesome.15:40
*** a_le has quit IRC15:40
giorgislarsks: so do I have to put that rule every time??15:40
giorgislarsks: I mean should I leave it in the iptables?15:41
larsksgiorgis: No, that rule is maintained by nova network.15:41
larsksgiorgis: It was already working; you just had my_ip set incorrectly for what you want to do.15:41
TeduardoSo assuming that someone wanted to create a horizontal scale out (which is different than VM HA) scenario in Openstack where each hypervisor had an instance with the same application how can you tell the scheduler that is what you are doing so that it doesn't put all of the VMs on a single hypervisor? It doesn't look like in Horizon a tenant has visibility to which HVs his instances exist15:41
Teduardoon.15:41
*** neeti has quit IRC15:41
giorgislarsks: I have another installation15:41
giorgiswith the same settings15:42
giorgisand it's working...15:42
larsksTeduardo: Possibly affinity filters would help with that: http://docs.openstack.org/grizzly/openstack-compute/admin/content/scheduler-filters.html15:42
giorgisnot really knowing whey...15:42
Teduardolarsks: and that is something a user can do in horizon while creating their instances?15:42
giorgislarsks: so should I put under my ip always the external IP ?15:42
*** fpatwa has joined #openstack15:42
larsksTeduardo: ...maybe?  It's not something I've actually tried.15:43
*** fpatwa has left #openstack15:43
giorgislarsks: and does the same apply to vncserver_proxyclient_address??15:43
larsksgiorgis: I believe you should have my_ip set to whatever address you want to be used in that SNAT rule.  I'm not sure what other implications there are in that setting.15:43
*** devnull1_ has quit IRC15:43
*** spandhe has joined #openstack15:43
*** eghobo has quit IRC15:44
*** eguz has joined #openstack15:44
*** zerick has quit IRC15:44
larsksI don't think you need to change vncserver_proxyclient_address.15:44
giorgislarsks: OK! I am removing this rule from the iptables configuration file and let's check what is going to happen15:44
odyssey4meTeduardo - no, HV visibility is not appropriate for cloud. The way to do that is with Affinity Groups and the appropriate scheduler filter15:44
*** eguz has quit IRC15:44
*** StuartMI has quit IRC15:44
*** eghobo has joined #openstack15:44
*** rturk|afk is now known as rturk15:44
*** rmoe has joined #openstack15:45
*** rodrigods_ has quit IRC15:45
*** robsparker has quit IRC15:45
*** jistr has quit IRC15:46
*** a_le has joined #openstack15:46
*** afazekas has quit IRC15:47
*** jistr has joined #openstack15:47
*** stanchan has quit IRC15:47
*** amuller has joined #openstack15:48
*** bdpayne has quit IRC15:49
*** jcoufal has quit IRC15:49
*** brian has joined #openstack15:49
*** brian is now known as Guest1526315:50
*** ramishra has quit IRC15:50
*** rrubins has joined #openstack15:51
*** Guest15263 has quit IRC15:51
*** che-arne has joined #openstack15:51
*** radez_g0n3 is now known as radez15:51
*** balacafalata-bil has joined #openstack15:53
*** balacafalata has joined #openstack15:53
*** rcarrillocruz has quit IRC15:53
*** odyssey4me_ has joined #openstack15:53
*** devlaps1 has joined #openstack15:54
*** mindpixel has quit IRC15:55
*** aimon has quit IRC15:56
*** alekibango has joined #openstack15:56
*** odyssey4me has quit IRC15:56
*** coolsvap is now known as coolsvap|afk15:56
*** tim|mint has quit IRC15:56
*** nschroeder has quit IRC15:57
*** mohits has joined #openstack15:57
juesusing nova network flat manager can i expose the virtual machines direct access using public ip address's not using a NAT15:57
*** ade_b has joined #openstack15:57
*** msgodf has quit IRC15:57
*** rcarrillocruz has joined #openstack15:58
*** badiane_ka has joined #openstack15:59
*** sergmelikyan has quit IRC15:59
*** egallen has quit IRC16:00
*** ramishra has joined #openstack16:00
*** robsparker has joined #openstack16:00
*** Ruetobas has quit IRC16:01
*** dizquierdo_afk is now known as dizquierdo16:01
*** jaosorior has quit IRC16:02
*** nileshb has quit IRC16:02
*** marun_afk is now known as marun16:02
*** yottatsa has joined #openstack16:03
*** yottatsa has quit IRC16:03
*** Ruetobas has joined #openstack16:03
*** yottatsa has joined #openstack16:03
*** kevinc_ has quit IRC16:04
*** glzhao has quit IRC16:04
*** odyssey4me has joined #openstack16:04
*** glzhao has joined #openstack16:04
*** angdraug has joined #openstack16:05
*** sergmelikyan has joined #openstack16:05
*** starmer has joined #openstack16:05
*** blackboxsw has quit IRC16:05
*** odyssey4me_ has quit IRC16:05
*** ramishra has quit IRC16:05
*** weshay has joined #openstack16:06
*** kevinc_ has joined #openstack16:06
*** IanGovett has joined #openstack16:07
*** jrussell has joined #openstack16:07
*** navid__ has joined #openstack16:07
*** BAKfr has quit IRC16:07
*** scott_w has quit IRC16:07
*** goodes has quit IRC16:07
*** _afazekas is now known as afazekas16:08
*** rodrigods_ has joined #openstack16:08
*** jcook has joined #openstack16:08
*** Ruetobas has quit IRC16:09
*** alexlindenlevy has joined #openstack16:09
*** jcook has quit IRC16:09
*** sputnik13 has joined #openstack16:10
*** jcook has joined #openstack16:10
*** starmer has quit IRC16:10
*** sandywalsh_ has quit IRC16:11
*** galstrom_zzz is now known as galstrom16:12
*** pantea has quit IRC16:12
*** p5ntangle has joined #openstack16:12
*** _cjones_ has joined #openstack16:12
*** pballand has quit IRC16:12
*** StuartMI has joined #openstack16:13
*** bluenemo has quit IRC16:14
*** Ruetobas has joined #openstack16:14
*** sergmelikyan has quit IRC16:14
*** p5ntangle has quit IRC16:14
*** balacafalata-bil has quit IRC16:14
*** balacafalata has quit IRC16:14
*** rossk has joined #openstack16:14
*** skirk has joined #openstack16:16
*** drankis has joined #openstack16:17
*** goodes has joined #openstack16:17
lrrI have an issue where openstack thinks there is an instance, but it cannot find it on the hypervisor, and I cannot delete it16:17
*** sputnik13 has quit IRC16:17
*** gyee has joined #openstack16:17
lrrthe log says "Found 1 in the database and 0 on the hypervisor."16:17
*** peret has quit IRC16:17
lrrhow can i remove that instance?16:17
*** bdpayne has joined #openstack16:17
*** jrwren has quit IRC16:18
*** blackboxsw has joined #openstack16:18
*** StuartMI has quit IRC16:18
*** sputnik13 has joined #openstack16:18
*** rodrigods_ has quit IRC16:19
juesusing nova network flat manager can i expose the virtual machines direct access using public ip address's not using a NAT16:19
*** Trixboxer has joined #openstack16:20
*** starmer has joined #openstack16:20
*** deepakcs has quit IRC16:20
*** jgrimm has joined #openstack16:21
*** navid__ has quit IRC16:22
*** aimon__ has joined #openstack16:22
*** weshay has quit IRC16:22
magicrobotmonkeylet's say half my compute nodes have ssds and the other half dont. Is it possible to prefer one or the other when starting an instance?16:23
giorgislarsks + gerogem2 : thanks a lot for your help16:23
giorgisbut it appears that after I have changed my_ip I cannot start a new instance16:23
*** elrarun has joined #openstack16:24
*** cedrics has quit IRC16:24
*** rbak has joined #openstack16:25
giorgisI cannot create and boot16:25
*** rturk is now known as rturk|afk16:25
*** starmer has quit IRC16:26
*** jmckind has quit IRC16:26
*** sballe has quit IRC16:26
*** scheuran has quit IRC16:27
*** skirk has quit IRC16:27
*** bvandenh has quit IRC16:28
*** ayoung is now known as ayoung-lunch16:28
*** Infitialis has joined #openstack16:28
*** mohits has quit IRC16:28
*** jmickle has joined #openstack16:28
*** che-arne has quit IRC16:29
*** StuartMI has joined #openstack16:30
*** mdomsch has quit IRC16:30
*** jsidhu has joined #openstack16:30
*** vuil has joined #openstack16:31
*** jistr has quit IRC16:31
*** grfisher has quit IRC16:32
*** jkienitz has joined #openstack16:33
*** r0j4z0 has quit IRC16:33
*** sigint881 has joined #openstack16:33
*** fester05 has quit IRC16:34
*** sigint88 has quit IRC16:34
*** jsavak has quit IRC16:34
*** jsavak has joined #openstack16:34
*** vermarah_ has joined #openstack16:35
*** vermarah has joined #openstack16:35
*** starmer has joined #openstack16:35
*** TobyFlenderson has joined #openstack16:36
*** vfiduccia has joined #openstack16:37
*** rcarrillocruz has quit IRC16:37
*** elo1 has joined #openstack16:38
*** asselin_ has quit IRC16:38
*** ade_b has quit IRC16:39
*** a_le has quit IRC16:39
*** devnull1 has joined #openstack16:40
*** starmer has quit IRC16:40
*** a_le has joined #openstack16:40
*** zzelle has joined #openstack16:40
*** elo1 has quit IRC16:40
*** abbrown has quit IRC16:40
*** signed8bit is now known as signed8bit_ZZZzz16:41
*** rbowen has joined #openstack16:41
*** elo1 has joined #openstack16:41
*** weshay has joined #openstack16:41
*** ppradhan has joined #openstack16:41
*** emagana has joined #openstack16:42
*** spandhe_ has joined #openstack16:42
*** sputnik13 has quit IRC16:42
*** devnull1 has quit IRC16:42
*** spandhe has quit IRC16:42
*** spandhe_ is now known as spandhe16:42
*** spandhe has quit IRC16:42
*** rcarrillocruz has joined #openstack16:42
*** devnull1 has joined #openstack16:43
*** sigint881 has left #openstack16:43
*** Infitialis has quit IRC16:43
*** sputnik13 has joined #openstack16:43
*** asselin has joined #openstack16:43
*** vnguyen has joined #openstack16:44
TobyFlendersontrying to boot my first instance.  getting an error 500 MessagingTimeout from nova-api when POSTing to /v2/##tenant uuid##/servers... not sure where to go from here.16:44
*** jwalcik has quit IRC16:45
*** MaxV has quit IRC16:46
*** melmoth has joined #openstack16:46
*** sballe has joined #openstack16:46
*** mmagr has quit IRC16:47
*** spandhe has joined #openstack16:48
*** sputnik13 has quit IRC16:48
*** coolsvap|afk is now known as coolsvap16:48
*** grfisher has joined #openstack16:48
*** stanchan has joined #openstack16:48
*** jareddlc has joined #openstack16:48
*** itarchitectkev_ has joined #openstack16:48
*** yamamoto has quit IRC16:49
*** harlowja_away is now known as harlowja16:50
*** fsimonce has quit IRC16:50
*** jaypipes has quit IRC16:50
*** Ananci has joined #openstack16:50
*** starmer has joined #openstack16:50
*** marcelodieder has joined #openstack16:51
*** uksysadmin has quit IRC16:51
*** rkdemon has quit IRC16:51
*** mrunge has quit IRC16:51
*** d34dh0r53 is now known as mostly_d34dh0r5316:52
*** jrwren has joined #openstack16:54
*** jrwren has joined #openstack16:54
*** fsimonce has joined #openstack16:54
*** starmer has quit IRC16:55
*** ayoung-lunch is now known as ayoung16:56
*** habib has quit IRC16:56
*** radez is now known as radez_g0n316:57
*** grfisher has quit IRC16:57
*** jsidhu has quit IRC16:58
*** suresh12 has joined #openstack16:58
*** lenrow has joined #openstack16:58
*** kevinc_ has quit IRC16:58
*** sarob has joined #openstack16:58
*** jlibosva has quit IRC16:59
*** jcook has quit IRC17:00
*** amuller has quit IRC17:01
*** bilco105 is now known as bilco105_17:01
*** sumanth has quit IRC17:01
*** rbak has quit IRC17:01
*** marcelodieder has quit IRC17:02
*** eghobo has quit IRC17:02
*** gszasz_ has quit IRC17:03
*** sandywalsh_ has joined #openstack17:03
*** syslink has joined #openstack17:05
*** melmoth has quit IRC17:05
*** starmer has joined #openstack17:06
*** evanz has joined #openstack17:06
*** derekh_ has quit IRC17:06
*** ramishra has joined #openstack17:06
*** omachace has joined #openstack17:06
larsksgiorgis: what do you see in your nova logs when you try to boot an instance?  Are instances failing to boot with an error or getting stuck spawning?17:07
larsksTobyFlenderson: First stop: your nova logs, probably in /var/log/nova.17:08
*** jang has quit IRC17:08
giorgislarsks: I think I have managed to locate the problem...17:08
giorgislarsks: It was a two nodes network and the controller node was having the internal IP as my_ip17:09
choirboyis this an appropriate place to ask operator questions? I have a question about ethernet vs. infiniband for tenant networking17:09
giorgislarsks: Now I am able to boot properly17:09
larskschoirboy: this is an appropriate place, but kashyap's suggestion re: the openstack-operators mailing list will probably get you better answers.17:09
*** barclaac has quit IRC17:09
*** syslink has quit IRC17:10
*** starmer has quit IRC17:10
giorgislarsks + georgem2 : Thank you very much for all your help!!!!17:10
*** amarao has quit IRC17:10
giorgislarsks + georgem2 : very much appreciated!!!17:10
choirboyyeah, just subscribed, but was hoping for a quicker answer... I'm building my answer file17:10
*** jamie_h has quit IRC17:10
*** ramishra has quit IRC17:10
larskschoirboy: Intuitively, I would say that inifiniband makes a perfectly fine choice for tenant networking, if you expect your instances to be driving a lot of traffic.  It would be even better for storage connectivity.  Maybe both?17:11
choirboylarsks: the root of my questions is really ignorance of how much traffic is expected to go over which network...17:11
choirboyI *assume* that the tenant networks would carry a fair amount of traffic, but I could certainly be wrong since this is my first time building this17:12
*** spandhe has quit IRC17:12
*** nsquare has joined #openstack17:12
*** devnull1 has quit IRC17:12
larskschoirboy: A question only you can answer!  "tenant networks" carry all the network traffic going to and from your instances.  So if you're running a popular website, that may be a lot of traffic.  If you're just running compute jobs, it might be close to zero.17:12
*** neetu has joined #openstack17:12
*** Guest73881 has quit IRC17:12
choirboyheh - fair point. Right now, this is really just my home network... but I'm trying to make sure I build it the "right way" so that when I do it for real I do it right.17:13
larskschoirboy: The thing is, "doing it right" means different things for different deployments.17:13
*** tms__ has quit IRC17:13
choirboyof course.17:13
*** rbowen has quit IRC17:13
larsksE.g., if you expect your users to be running memory and storage intensive jobs, you're going to to make different decisions than if you expect everyone to be running externally available web services.17:14
*** Sir_Desi has joined #openstack17:14
choirboyreally, trying to make sure I understand some of the terminology...17:14
choirboylarsks: that makes sense17:14
*** spandhe has joined #openstack17:14
TobyFlendersonlarsks: sure, I have been checking all of the nova logs, but I'm not finding anything useful besides the 500 error in nova-api.log17:15
larsksTobyFlenderson: Can you pastebin the error (and any traceback leading up to it)?17:15
*** paragan has quit IRC17:16
larsksTobyFlenderson: Also, other than booting instances, do other things seem to work correctly?  uploading/listing images, creating/listing volumes, etc.17:16
choirboygiven that I want one node to run management services and three compute nodes, the nova conductor service should run on that management node, right?17:16
larskschoirboy: That's correct.17:16
*** omachace has left #openstack17:17
larsksGenerally, the only thing running on "compute" nodes is nova-compute (and potentially something like neutron-openvswitch-agent).17:17
choirboycool... so when I'm telling packstack to configure it, I should define the ip address which is on the management network, correct?17:17
TobyFlendersonlarsks: sure, I'll pastebin the trace.  everything else seems to be working, from what I can tell so far.17:17
*** MarkAtwood has joined #openstack17:17
choirboyok17:17
larskschoirboy: Define *which* ip address?17:17
choirboysorry, in the packstack answer file, CONFIG_NOVA_CONDUCTOR_HOST17:17
*** reed has joined #openstack17:18
*** ProT-0-TypE has quit IRC17:18
*** Sir_Desi has quit IRC17:18
*** bilco105_ is now known as bilco10517:18
larsksYes.  In fact, other than NOVA_COMPUTE_HOSTS, all of your _HOST variables should probably point at the same thing.17:18
larsksThis is actually required in recent packstack releases, where all the _HOST settings have been replaced by a singel CONFIG_CONTROLLER_HOST.17:19
*** dtx00ff has joined #openstack17:19
*** yottatsa has quit IRC17:19
choirboystill trying to wrap my head around a couple of things... since there are three networks - one for external access, one for tenant networking, and one for management traffic, I *assume* that I should define all the management services to use ip addresses on the management network. Is that a sane assumption?17:20
*** tshefi has quit IRC17:20
*** karimb has quit IRC17:20
larsksYes.17:20
*** galstrom is now known as galstrom_zzz17:20
*** starmer has joined #openstack17:20
*** vnguyen has quit IRC17:21
*** p5ntangle has joined #openstack17:21
*** budman has joined #openstack17:22
*** nkrinner has quit IRC17:22
*** r0j4z0 has joined #openstack17:23
*** andrewa2a has joined #openstack17:23
*** starmer has quit IRC17:25
|splat|i seem to have 1 instance stuck in a table somewhere. it doesn't show up on any instance list thru nova, but on the webui on the overview page it says there is 1 instance17:25
*** sballe has quit IRC17:25
choirboyso if my public address on my management node is 172.31.100.x, my management network is 192.168.x.y and my tenant network is 10.0.0.x, pretty much everything should be on the 192.168.x.y network then, except for the compute nodes which should be on the 182.31.100.x network.17:25
*** esv has joined #openstack17:26
choirboysorry typo - compute nodes which should be on the 172.31.100.x network17:26
*** twoflowers has joined #openstack17:26
|splat|choirboy: i just went thru that same thing.17:27
|splat|I have all services on my headnode using my EXT network17:27
choirboywouldn't you want them on the management network, though?17:27
|splat|that's what i thought, and ther emight be a way to get more fine grained with it17:28
*** bilco105 is now known as bilco105_17:28
*** galstrom_zzz is now known as galstrom17:28
|splat|but i was getting pretty hung up on what goes where. so for right now this is how i got it working yesterday17:29
choirboy|splat|: for my install, I'm defining everything in my answer file on the management network17:29
choirboyexcept the compute nodes, and they are on the tenant network (I think that's right)17:29
|splat|basically i just followed this http://oddbit.com/rdo-hangout-multinode-packstack-slides/  then added in http://openstack.redhat.com/Neutron_with_existing_external_network17:29
choirboyoooh, nice17:29
choirboythanks!17:29
|splat|then to fix the webvnc, i added rules to all the firewalls to open up the ports on INT17:30
choirboyok17:30
|splat|i just did -A INPUT -s <int>/24 -j ACCEPT17:30
*** coolsvap is now known as coolsvap|afk17:30
|splat|and now it's working.17:30
|splat|everything works. finally.17:31
*** noslzzp has quit IRC17:31
|splat|well. except windows VMs17:31
|splat|they're halfway there.17:31
choirboyit seems like you'd want to set the ip addresses for all management functions on the management network, then all the compute node addresses on the tenant network, and the CONFIG_NOVA_VNCPROXY_HOST as the public network address17:31
choirboyis that right?17:31
*** jmickle has quit IRC17:31
*** mostly_d34dh0r53 is now known as d34dh0r5317:31
|splat|you don't want anything on tenant network. that's all through the br-int IIRC17:32
|splat|i was thinking things like rabbitmq, mysql you'd only want on INT17:32
choirboyok, so then define CONFIG_NOVA_COMPUTE_HOSTS on the management network?17:32
|splat|yes public17:32
*** jcook has joined #openstack17:32
|splat|that might work17:33
choirboywait - on the management network, or the public network?17:33
*** nacer_ has joined #openstack17:33
*** eghobo has joined #openstack17:33
choirboyin my network, there are three subnets - one for public access (e.g. the folks using the OS environment), one for management traffic (rabbit and the like), and one for tenant networking17:34
*** katmandoo has joined #openstack17:34
*** sarob has quit IRC17:34
*** eghobo has quit IRC17:34
*** fnaval has quit IRC17:35
*** ongolaBoy has quit IRC17:35
larsksCONFIG_NOVA_COMPUTE_HOSTS would be on the "management" network.  This is for api traffic between the compute hosts and the controller.17:35
*** starmer has joined #openstack17:36
choirboyah, ok17:36
larsksThe only place the "public" network would show up would be for (a) floating ips and (b) external access to your web interface/api services.17:36
larsksThe "tenant" network would typically have your GRE or VXLAN tunnels between compute hosts and the neutron host.17:36
choirboyok17:36
choirboythanks!17:36
*** eghobo has joined #openstack17:37
*** nacer has quit IRC17:37
*** comptona has joined #openstack17:37
*** Mixostuff has quit IRC17:37
*** CristianF has joined #openstack17:37
*** ArcTanSusan has joined #openstack17:37
*** rturk|afk is now known as rturk17:37
*** WackoRobie has quit IRC17:37
*** kevinc_ has joined #openstack17:37
*** WackoRobie has joined #openstack17:38
*** giorgis has quit IRC17:38
*** dosaboy has quit IRC17:38
*** nacer_ has quit IRC17:39
*** sniperd has quit IRC17:39
*** ramishra has joined #openstack17:40
*** starmer has quit IRC17:40
*** dosaboy has joined #openstack17:41
*** WackoRobie has quit IRC17:42
*** neetu has quit IRC17:43
*** Hithgor has quit IRC17:43
*** Zack_Deee has joined #openstack17:43
*** ramishra has quit IRC17:44
*** rbenali has joined #openstack17:44
*** Hithgor has joined #openstack17:44
*** drankis has quit IRC17:45
*** masayukig has quit IRC17:46
*** pelix has quit IRC17:47
*** choirboy has quit IRC17:47
*** eguz has joined #openstack17:48
*** nvmme has joined #openstack17:48
*** MarcMorata has joined #openstack17:48
*** kevinc_ has quit IRC17:48
*** rushil has joined #openstack17:49
*** rushil has left #openstack17:49
*** underyx is now known as Underyx|off17:50
*** starmer has joined #openstack17:50
*** masayukig has joined #openstack17:51
*** eghobo has quit IRC17:51
*** grfisher has joined #openstack17:52
*** jtomasek has joined #openstack17:53
*** goodes has quit IRC17:53
*** Sam-I-Am has quit IRC17:53
*** jmckind has joined #openstack17:54
*** p5ntangle has quit IRC17:54
*** vnguyen has joined #openstack17:54
*** sniperd has joined #openstack17:55
*** starmer has quit IRC17:55
*** sputnik13 has joined #openstack17:55
*** nvmme has quit IRC17:55
*** budman has quit IRC17:55
*** marun has quit IRC17:56
*** marun has joined #openstack17:56
*** g_306396236 has joined #openstack17:56
*** Romik has joined #openstack17:57
*** drankis has joined #openstack17:58
*** kurt__ has joined #openstack17:59
*** shohel has joined #openstack17:59
*** emagana has quit IRC17:59
*** elrarun has quit IRC17:59
*** BurntEnds has joined #openstack17:59
*** anish_ has quit IRC17:59
*** sniperd has quit IRC18:00
*** jecarey_ has joined #openstack18:00
*** arnaud__ has joined #openstack18:00
*** sniperd has joined #openstack18:00
*** jcook has quit IRC18:01
*** Infitialis has joined #openstack18:01
*** g_306396236 has quit IRC18:01
*** emagana has joined #openstack18:01
*** Sam-I-Am has joined #openstack18:01
*** odyssey4me has quit IRC18:02
*** signed8bit_ZZZzz is now known as signed8bit18:02
*** signed8bit is now known as signed8bit_ZZZzz18:02
*** Zack_Deee has quit IRC18:03
*** jecarey has quit IRC18:03
*** Ananci has quit IRC18:03
*** jwalcik has joined #openstack18:03
*** nvmme has joined #openstack18:03
*** amcrn has joined #openstack18:03
*** mikeoutl_ has joined #openstack18:03
*** Infitialis has quit IRC18:04
*** nbouthors has joined #openstack18:04
*** g_306396236 has joined #openstack18:04
*** mikeoutland has quit IRC18:04
*** g_306396236 has left #openstack18:05
*** elrarun_ has joined #openstack18:05
*** jehb has joined #openstack18:05
*** starmer has joined #openstack18:05
*** nbouthors has quit IRC18:06
*** cdent has quit IRC18:06
*** bouthors has joined #openstack18:06
*** rsmitty has quit IRC18:06
*** jmckind has quit IRC18:07
*** mgiampapa has joined #openstack18:07
*** jmckind has joined #openstack18:08
*** J_Man has joined #openstack18:08
*** nati_ueno has joined #openstack18:08
*** Zack_Deee has joined #openstack18:08
*** signed8bit_ZZZzz is now known as signed8bit18:09
J_Manhello all!  Question....if you're using legacy nova-network, is there any way to have floating IP's on separate networks?18:09
*** starmer has quit IRC18:10
J_Manthose separate networks being on different ethernet interfaces (or tagged vlans)18:10
*** melmoth has joined #openstack18:10
*** signed8bit has quit IRC18:11
*** cmtime has joined #openstack18:11
*** WackoRobie has joined #openstack18:12
*** rkdemon has joined #openstack18:13
*** dtx00ff has quit IRC18:14
*** jehb has quit IRC18:14
*** eguz has quit IRC18:14
*** ashepelev has quit IRC18:14
*** dtx00ff has joined #openstack18:14
*** eghobo has joined #openstack18:14
*** achampion has quit IRC18:14
*** bkopilov has joined #openstack18:14
*** reed has quit IRC18:15
*** reed has joined #openstack18:16
*** vnguyen has quit IRC18:16
*** ashepelev has joined #openstack18:16
*** jrb has joined #openstack18:16
*** moha_hunt has joined #openstack18:16
*** ttrifonov_zZzz is now known as ttrifonov18:16
halbert-awayJ_Man: you don't have any control on the API when you request a public ip, which subnet you are getting it from though.18:17
*** halbert-away is now known as halbert18:17
*** kevinc_ has joined #openstack18:17
halbertyou're just asking from the service to assign you one from the pool18:17
*** rturk is now known as rturk|afk18:18
*** bkopilov has quit IRC18:18
*** rturk|afk is now known as rturk18:18
J_Manhalbert - if you have separate pools for each network, tho?18:18
J_ManI know with FlatDHCP mode...you have a single interface that is designated as the public interface18:19
*** bilco105_ is now known as bilco10518:19
J_Manbut these separate subnets would be available to the compute nodes on different interfaces, depending on which subnet18:19
*** signed8bit has joined #openstack18:19
halbertright J_Man, exactly.18:19
J_Manis that doable tho?18:19
halbertLet's walk this through18:20
J_Mancause all the docs I've read you can only specify one interface as the "public" interface18:20
*** starmer has joined #openstack18:20
halbertyou have 10 vms on a few compute nodes, these vms are part of three different tenants18:20
halbertin nova network, a vm can only below to one tenant at a time18:20
*** nvmme has quit IRC18:21
*** sarob has joined #openstack18:21
halbertso in nova-network with vlans, what happens is you would have created a vlan device per tenant on a compute node, and this vlan device would share a bridge with all vms that belong to the tenant that owns that vlan18:22
J_Manthat's what I've read in regard to the fixed network info18:22
J_Manso you segregate vm's for that tenant into their own fixed network18:22
halbertnow all your packets that come out of the vm veth device, goes to the bridge, gets tagged, and then leaves the bridge via the vlan device.18:23
halberthear me out :)18:23
J_ManOK18:23
juesusing nova network flat manager can i expose the virtual machines direct access using public ip address's not using a private address18:23
halbertonce your layer 2 packets get tagged and leave the compute node, they go back to the nova-network node, as generally that's where you set your vm's default gw18:24
J_Manwith you so far18:24
J_Mannova-network does snat and dnat at that stage18:24
*** jtomasek has quit IRC18:25
*** starmer has quit IRC18:25
halbertpretty much, if you leave the confines of your private network, you leave via the designated gw of the nova-network node18:25
*** rbowen has joined #openstack18:25
halbertHOWEVER, and this is a big caveat18:25
*** bluenemo has joined #openstack18:25
*** bluenemo has joined #openstack18:25
halbertwhile you can stick public network ips of different subnets18:25
*** sputnik13 has quit IRC18:25
halberton nova-network's networking node, and you would vlan that shit however which way you want.18:25
*** balajiiyer has joined #openstack18:26
halbertthe packets will pass, however, there's no way for you to say 'this vm, gets this public ip from this range, this vm, gets this public ip from that other range'18:26
halbertby way of the euca or nova apis18:26
*** galstrom is now known as galstrom_zzz18:27
halbertyou'd have to write your own thing.18:27
J_Manhmm...so you can't specify which floating network a particular VM gets it's IP from18:27
*** balajiiyer has left #openstack18:27
halbertI don't think you can.18:27
*** jehb has joined #openstack18:27
*** budman has joined #openstack18:27
J_Manhonestly, part of me is wondering if we shouldn't just go to neutron18:27
*** sarob has quit IRC18:27
*** jaimef has quit IRC18:28
halbertWell, some people have gotten neutron to work18:28
halbertI haven't18:28
halbertI'm stuck there right now.18:28
J_Manbut from everything I'm reading, neutron depends on a dedicated network host, and best you can do is an active/passive setup18:28
*** bocaneri has quit IRC18:28
jidarI'm not sure doing DNAT/SNAT in a compute node is the right solution for lots and lots of shops :(18:28
jidarbut I'm new to openstack, so take that with a grain of salt18:28
halbertJ_Man: yeah, if you are using openvswitch sure18:29
halbertbut there's got to be a vendor out there that talks to neutron, like the bigswitch dudes, who has something more enterprise ready18:29
J_Manour concern with neutron is two-fold:  1) we want to try to avoid single-point-of-failure and 2) we worry about saturating the network link on a single dedicated network node18:29
*** sarob_ has joined #openstack18:29
WormManJ_Man: luckily we only want a Unicorn... :)18:30
halbertJ_Man: well, don't quote me on this, but...  I'm not sure if you are limited to one network node.18:30
halbertyou are limited to one network node, per network...18:30
*** kbringard has quit IRC18:30
halbertahhh wait, nevermind18:30
halbertjust thinking out loud...18:30
J_Maneverything I read indicates best you can do for HA with neutron is active/passive18:30
halbertyeah, J_Man that's what it looks like on the guides18:31
halbertwhat's your userbase gonna be looking like?18:31
*** sarob_ has quit IRC18:31
WormManthere is distributed HA coming.... eventually. But for today you're gonna be talking to vendors18:31
*** shohel has quit IRC18:31
J_Man10-15 tenant groups currently...each group will most likely get it's own floating pool18:31
*** vt102 has joined #openstack18:32
*** dizquierdo has quit IRC18:32
halberthow much bandwidth do they need coming and going to other networks?18:32
*** igordcard has quit IRC18:32
*** sarob_ has joined #openstack18:32
J_Maneach tenant will probably end up at least in the gigabit/s range18:32
*** jaimef has joined #openstack18:33
*** emaganap has joined #openstack18:33
*** jtomasek has joined #openstack18:34
halbertWormMan: can you have more than one nova-network node, and seperate out your nova infrastructure by regions?18:34
halbertthat way J_Man can split out his tenants across regions and he can scale horizontally?18:35
*** emagana has quit IRC18:35
J_Manfyi...our current demo cluster is running nova-network multi-host (nova-network on each compute node)18:35
*** starmer has joined #openstack18:36
J_Manbut with only a single floating pool18:36
J_Manusing FlatDHCP18:36
J_Manthe way I envision it...we bring more subnets to the public interfaces via tagged vlans, set up multiple bridges, and let the selection of which floating pool determine which bridge the traffic goes out of18:38
*** shradd_ has joined #openstack18:38
*** rturk is now known as rturk|afk18:38
halbertJ_Man: hrmn...18:39
*** bouthors has quit IRC18:39
*** yang has quit IRC18:39
halbertsuppose you have zones set up per tenants...18:39
*** jtomasek has quit IRC18:40
*** nati_ueno has quit IRC18:40
J_Manjust not sure that will work, since all the configs I've seen have a specific interface designated as the public interface18:40
*** starmer has quit IRC18:40
J_Manand to the linux compute nodes, tagged vlans essentially are independent interfaces18:40
*** ramishra has joined #openstack18:41
halbertand you have nova-network flat-dhcp multi-host going, so you rope x nodes for a specific tenant.18:41
halbertand each tenant has exclusive rights to their compute nodes18:41
halbertwell...18:42
J_Manhmmm...I think I know what you're getting at there18:42
halbertyou still can't really make sure that you pick the right ip from the floating pool...18:42
halbertbut18:42
*** gyee has quit IRC18:42
*** moha_hunt has quit IRC18:43
halbertsuppose you don't care, you just wanna filter on layer 2.18:43
halbertthose tenants can't see one another, but your upstream router can see all of them.18:43
*** bbcmicrocomputer has quit IRC18:43
*** shradd_ has quit IRC18:43
*** baoli has quit IRC18:43
halbertthen your public interface probably can just going into a tagged rather than a trunk port for that tenant...18:44
halbertI dunno...  sounds very hackish and it would be a mess to troubleshoot18:44
J_Manso basically...you're saying "Compute1&2 for tenant1, Compute3&4 for tenant2"18:44
*** jsidhu has joined #openstack18:45
halbertsomething like that...18:45
*** ramishra has quit IRC18:45
J_Manand only connect those compute nodes to the network they need to be on18:45
*** caleb_ has joined #openstack18:45
halbertand you have multi node flatdhcp running, and connect them to the network they need to be on18:45
halbertI've never done this before, and it sounds like it ...could...  work ?18:45
*** tkramer has quit IRC18:45
J_Manyeah, i think it could...but it's not exactly what we were envisioning originally18:46
halbertIf you can't feel the hesitation from my keystrokes, I feel really uneasy that you might interpret this as a recommendation rather than just a mere possibility :)18:46
*** jtomasek has joined #openstack18:46
J_ManI understand18:46
*** jtomasek has quit IRC18:46
J_ManI just feel that, as complex as we already are in our network....to fit the new cluster into what we already have, we're going to have to go to neutron18:47
*** kevinc_ has quit IRC18:47
J_Manand we're going to have major issues with scale at that point, PLUS the additional hardware cost of buying dedicated network nodes18:47
halbertJ_Man: I think you should go with the canonical examples (I mean the word rather than the brand)18:47
WormManhttps://blueprints.launchpad.net/neutron/+spec/neutron-ovs-dvr18:47
*** jmckind has quit IRC18:47
WormManthere's the blueprint, but it's still mostly hypothetical18:48
halbertJ_Man: it's rather hazardous to do this politically18:48
*** kevinc_ has joined #openstack18:48
halbertbut you might want to deploy a testing prototype that you expose to clients18:48
halberton a trial basis ?18:48
halbertand if they like it, then upgrade the network node with a real vendor solution ?18:49
J_ManI've been working on that...it's only internal to our team right now - the networking issue is the only real sticking point...we really don't feel comfortable letting the other groups play until we resolve that18:49
*** nati_ueno has joined #openstack18:50
halbertJ_Man: are you happy with the performance now?18:50
*** starmer has joined #openstack18:50
J_ManSo far, it seems pretty good.  I haven't done much stress testing on it however18:51
cmtimehalbert: I work with J_Man our problem is our setup is simply complex with multiple networks and that is our wall we keep hitting.18:51
WormManneutron will solve all your problems... someday :)18:52
cmtimeYes but not till multi node18:52
*** comay has joined #openstack18:53
WormManwe've looked at some vendors, but haven't yet found anyone in our budget and does exactly what we want(which is basically just multihost in neutron)18:53
*** vnguyen has joined #openstack18:53
cmtimebrocade looks like a option but not sure18:53
*** peret has joined #openstack18:53
*** galstrom_zzz is now known as galstrom18:54
WormManyea, that's the other problem, weeding through all the buzzwords on vendors sites18:54
*** rturk|afk is now known as rturk18:54
cmtimeRight now we are Front-end multi VLAN and back-end multi VLAN and can not easily get away from that.18:54
*** yang has joined #openstack18:54
*** fnaval has joined #openstack18:54
*** starmer has quit IRC18:54
WormManthere's stuff like OpenDaylight and OpenContrail, but once again I can't figure out what they actually DO18:55
cmtimeWith many hardware load balances and ya its complex18:55
*** bilco105 is now known as bilco105_18:56
WormMan(well, short of spending a week installing and testing them and finding all the features and missing features)18:56
halbertWormMan: yeah, especially like, the whole combination of loading indigo firmware on switches, that talk to floodlight, that you then interface neutron with18:56
cmtimeYa I think we need to pay for a consultant that knows at this point but it seems like the options are not around less we hardware route this with a device that talks with openstack18:57
*** aldavud has quit IRC18:57
WormManI would love to find 'Neutron in an HA box' but I also haven't found one of those... maybe you'll have better luck18:58
halbertcmtime and J_Man, would you prefer another virtualization platform at this point ?18:58
*** sarob_ has quit IRC18:58
*** lori is now known as lori|away18:59
halbertI guess what I wanna say is, why openstack?18:59
cmtimeYa any option is okay18:59
halbertwhat does openstack give you now that some of the other free stuff doesn't ?18:59
cmtimeHere is why18:59
*** kevinc_ has quit IRC18:59
*** a_le has quit IRC19:00
*** arnaud__ has quit IRC19:00
*** a_le has joined #openstack19:00
*** sarob has joined #openstack19:01
cmtimeWe just wanted to have a controlled VM solution where our customers could manage what they have.  And we could over see the larger picture.  Right now we are having to manage 50+ racks and be to involved.  Our goal is gluster backed storage with a web interface to allow people to turn up nodes when they want.19:01
*** caleb_ has quit IRC19:01
*** scuttlemonkey has joined #openstack19:01
* WormMan spends a few hours cursing at his ceph install for 'fun'19:01
cmtimeno thank you19:02
WormManat least it's not gluster :)19:02
*** n0n3 has quit IRC19:02
cmtime=P19:02
*** amit__ has joined #openstack19:02
halbertMy ceph install is actually functional19:02
cmtimeI think gluster gets a bad name but not hear to fight that fight =P19:02
WormManmost of my fun is just getting our puppet speaking properly for Ubuntu 14.0419:03
halbertgluster has improved tremendously in the last few years.19:03
cmtimeWe have 2 500TB glusters that are working well.19:03
halbertthat's good to hear.19:03
halbertmore options is more better19:03
*** adalbas has quit IRC19:04
cmtimebut I say that after bashing my head into a wall all week to get windows working with it =P19:04
halbertHow did you get windows to talk nice to it19:04
halbert?19:04
cmtimectdb and samba19:04
*** amit__ has quit IRC19:04
halbertoh, so you had a gluster client that in turned shared it out by samba ?19:04
cmtime2 of them ya19:05
*** jsavak has quit IRC19:05
*** Diplomat has joined #openstack19:05
*** amit__ has joined #openstack19:05
*** starmer has joined #openstack19:05
*** CristianF has quit IRC19:05
cmtimeperformance is equal to a standalone samba server19:05
Diplomatguys, any ideas how somebody can hack an instance ?19:05
*** Diplomat is now known as Guest4011219:05
*** nvmme has joined #openstack19:06
*** amit__ has quit IRC19:06
halbertGuest40112: uhhh...  they are just vms man.19:06
*** shibby has quit IRC19:06
*** amit__ has joined #openstack19:06
Guest40112yea, but somebody sent me a funny grub message "echo you got owned"19:06
Guest40112lol19:06
*** OffTheRails has quit IRC19:06
Guest40112my passwords are pretty difficult..19:07
halbertGuest40112: what services are you running on the vm?19:07
*** nati_ueno has quit IRC19:07
Guest40112cpanel only19:07
cmtimeDo you have any advice on what other cloud solution we should look at?19:07
halbertcmtime: not with what you want.  Openstack is perhaps the most stable.19:07
*** nvmme has quit IRC19:07
Guest40112damn, i cant change my username lol19:08
Guest40112but anyway yea.. is there a way for me to see how they are able to restart my vm and um.. view this grub thing19:08
halbertif you didn't need a nice interface (web and api) for clients, a buddy of really likes the free version of xenserver.  there are all manners of command line utils to talk to it.19:08
halbertbut19:08
halbertthat's neither here nor there.19:08
*** kbringard has joined #openstack19:09
halbertGuest40112: they managed to get your grub config, which means they either got the compute node at the bottom, paused your vm, mounted your vm drives and editted the grub config, or your cpanel install is borked.19:09
*** jaypipes has joined #openstack19:09
*** starmer has quit IRC19:10
Guest40112hmm19:10
*** paraa has quit IRC19:10
halbertand they managed to use that broken cpanel and leveraged that to get a local root hole.19:10
*** yang has quit IRC19:10
Guest40112i wonder how they got that access because i have really strong passwords and a paid cpanel license not some bs19:11
*** sarob has quit IRC19:11
halbertdo you have ssh running on that vm ?19:11
*** dslevin has left #openstack19:11
*** stmi has joined #openstack19:11
*** amit__ has quit IRC19:11
*** sarob has joined #openstack19:11
*** elrarun_ has quit IRC19:11
*** amit__ has joined #openstack19:11
*** ranger81 has joined #openstack19:12
*** anthonyv has joined #openstack19:13
*** achampion has joined #openstack19:14
*** CroxNbazooka has quit IRC19:14
*** evanz has quit IRC19:14
anthonyvhello all I am having an issue getting dns leases. I have a 3 node manual setup via openstack.org docs. I am running the latest icehouse on RHEL6..5. The only way to get leases working is to restart openstack services on the compute node19:15
anthonyvI have to do this every time I reboot my instance.19:15
*** stmi has quit IRC19:15
anthonyvAny clues on what could be wrong19:16
halbertdns or dhcp leases ?19:16
*** gigawhat has joined #openstack19:16
anthonyvsorry dhcp not dns19:16
*** sarob has quit IRC19:16
*** syslink has joined #openstack19:16
Guest40112halber: yes ssh is running19:16
*** jthorne has quit IRC19:16
Guest40112but i can check from logs, wtf is going on19:16
*** vuil has quit IRC19:17
*** nvmme has joined #openstack19:17
*** W00die has quit IRC19:17
*** gargola has quit IRC19:17
halbertGuest40112: I think that would be best...  You should let your openstack admin know what happened19:17
*** gargola has joined #openstack19:17
*** w00dy has joined #openstack19:17
halberthe or she would be interested in that.19:17
halbertanthonyv: let's run this back on a play by play19:18
*** w00dy is now known as Guest4380119:18
halbertyou start a vm...19:18
halbertit comes up19:18
halbertyou get a network assigned to it.19:18
halbert(or it wouldn't boot up)19:18
anthonyvit boot up fine19:18
halbertit boots up fine19:18
*** yang has joined #openstack19:18
anthonyvfails on getting a lease19:18
Guest40112interesting thing is other vms are all good..19:19
*** esv has quit IRC19:19
halbertwhat networking model are you using?  neutron gres ?  neutron vlans ?  nova-network ?19:19
*** bilco105_ is now known as bilco10519:19
anthonyvif I restart the services on the compute node; then ifup eth0 in the instance it come up right away19:19
anthonyvneutron ml2 -19:20
halbertokay19:20
*** r3pl4y has quit IRC19:20
anthonyvgre19:20
halbertI suck at neutron btw...19:20
*** stronghere has quit IRC19:20
*** syslink has quit IRC19:20
halbertdid you restart nova-compute or neutron-nova-agent ?19:20
anthonyvme too :-)19:20
*** starmer has joined #openstack19:21
*** sarob has joined #openstack19:21
*** dtx00ff has quit IRC19:21
anthonyvneutron-openvswitch-agent19:21
*** jsullivandigs has quit IRC19:21
ranger81Can someone tell me how much of service chaining is implemented in Neutron - https://wiki.openstack.org/wiki/Neutron/ServiceInsertionAndChaining19:21
*** shibby has joined #openstack19:22
Guest40112somebody tries to brute force login to my cpanel19:22
anthonyvwell I restart the compute node to beuase use openstack-service restart19:22
halbertanthonyv: I think this is where you go into the developers channel19:22
halbertokay19:22
halbertso you restarted both the neutron agent and the compute service19:22
anthonyvyes19:22
halbertokay19:22
*** vnguyen has quit IRC19:23
halbertthrow up a vm, and I think the neutron-agent is the culprit, but restart one service and see if it gets the dhcp ip19:23
halbertthen do the other one and see19:23
anthonyvlet me give it a try - brb19:24
halbertwhen you restart neutron-agent you rebuild all of your gre tunnels.19:24
anthonyvright19:24
halbertand when you restart nova-compute you re-register your compute service to the meta-data service, as well as other shit that gets set up19:24
anthonyvI think the issues lies there19:24
halbertso it could narrow it down on where you wanna look.19:25
*** starmer has quit IRC19:25
*** noslzzp has joined #openstack19:25
*** coolsvap|afk has quit IRC19:25
anthonyvk let me try restarting one service at time (brb)19:25
*** bluenemo has quit IRC19:26
WormManhmm, apache and wsgi and python hate me... whee19:27
*** Hasse has joined #openstack19:27
halberthey WormMan, I got a problem with neutron config, I keep getting these errors:19:27
*** Pursuit has joined #openstack19:27
halbertmessage": "Unexpected vif_type=binding_failed", "code": 500, "details":19:28
halbertand I get back weird errors from python-libvirt where the binding of the veth failed19:28
*** baylight has quit IRC19:29
WormManhalbert: hmm, I hit that, it turned out to be one of the 3700 configuration settings19:29
Pursuithello all! anyone have any idea why dhcpcd as installed in Arch and SuSE fails to get a default route? Instances seem to get all of the other routes specified in the subnet config, but not the default.19:29
halbertand I get an error on the neutron-server that says 'failed to bind instance....'19:29
Pursuitusing Neutron/OVS/Vlans if that makes any difference19:29
halbertWormMan: yeah I figured.  Which one was it for you?19:29
halbertcause I've been at this for about a week...19:30
*** vhoward has left #openstack19:30
*** vnguyen has joined #openstack19:30
*** achampion has quit IRC19:30
WormManhalbert: I don't remember, I just kept adding redundant settings... make sure the physnets are set properly, make sure all the nova-compute is properly set for nova make sure the proper flags are set on the subnet(or is it the nework) in the neutron db19:31
WormManer nova-compute is set properly for neutron19:31
halbertyeah...19:31
WormManmy neutron is not yet under config management so I don't have a nice pretty log of all the changes19:32
halbertso configuration by monte carlo19:32
*** erecio has quit IRC19:32
halbertand hulk smash keyboard19:32
*** erecio has joined #openstack19:32
*** coolsvap|afk has joined #openstack19:32
*** jsullivandigs has joined #openstack19:32
*** kevinc_ has joined #openstack19:33
WormManhmm, binding of the veth, using OpenVSwitch?19:33
*** stronghere has joined #openstack19:33
halbertyeah19:33
*** meylor has quit IRC19:34
WormManso, all the ovs stuff appears to be working correctly then? the proper kernel module loaded, etc. Also, be sure to check system logs, (syslog, messages) sometimes they have hints as to what really went wrong19:34
*** bilco105 is now known as bilco105_19:35
*** hrybacki has quit IRC19:35
halbertwell, I can see the gre tunnels going from the compute nodes to the network node19:35
*** starmer has joined #openstack19:35
halbertand that kernel mods are loaded19:35
halbertand the root-wrap stuff is returning 0 as a status19:36
*** bilco105_ is now known as bilco10519:36
*** nvmme has quit IRC19:36
*** afazekas is now known as _afazekas_slp19:37
*** fnaval has quit IRC19:38
*** nvmme has joined #openstack19:38
WormManhmm, no good suggestions then, I assume you checked the bug trackers then, could be a libvirt problem, version issue or bug19:39
*** matzie has joined #openstack19:39
halbertI'll go give it a look.  thanks dude19:39
juesok so i've asked a couple times in hopes someone would know, but heres another try at it.  I am trying to design up an openstack cluster.  Currently we are using SolusVM and are utilizings the linux bridging of interfaces to hand out public 205.x.x.x ip's directly to our vm's.  And then when it calls for multiple vm's we are throwing up a pfsense vm with dual nics creating an internal/external19:39
juesfor those customers and then all of the vm's behind that pfsense bridge to the internal interface of the pfsense.  Now i was hoping to migrate to OpenStack but with the current model i am using.  Is it possible to use Nova-networks and a Flat model ?19:39
*** starmer has quit IRC19:40
*** sushils has quit IRC19:41
*** RaginBaj_ has quit IRC19:41
*** rbenali has quit IRC19:41
matzieI’m having trouble finding docs on the command-line sytnax to launch an instance with a block device mapping.  Can anyone give me a hint please?19:41
*** ramishra has joined #openstack19:42
matziewant to create volume from image19:42
halberthave you created the volume from image yet ?  have you initiated the cinder command that downloads the raw image from glance and converts it ?19:42
matzieah I didn’t realise that was a necessary step?19:43
matzieI’ve just found http://docs.openstack.org/user-guide/content/create_volume_from_image_and_boot.html19:43
halbertyeah, to boot from volume, you need to make a bootable volume first.19:43
*** jsidhu has quit IRC19:43
halbertand you generally do that by converting something in the image store to the volume store.19:43
*** Romik has quit IRC19:44
*** myMINT has joined #openstack19:45
halbertmake sure that works before you experiment with the nova command line19:45
halbertthe command flags to do it is here: http://docs.openstack.org/trunk/openstack-ops/content/attach_block_storage.html19:45
*** arnaud__ has joined #openstack19:45
J_Manhalbert: WormMan: with neutron - could you have multiple neutron routers, each one handing the routing for it's own tenant?19:46
*** gyee has joined #openstack19:46
*** ramishra has quit IRC19:46
matzieok thx I’ll dig in that direction, appreciate your help19:46
halbertJ_Man: I think you really wanna go into #openstack-neutron and ask that19:46
J_ManOK19:46
*** amit__ has quit IRC19:46
*** Guest40112 has quit IRC19:47
*** noslzzp has quit IRC19:47
*** slamont has joined #openstack19:49
*** andreas__ has joined #openstack19:49
*** nvmme has quit IRC19:50
*** starmer has joined #openstack19:50
*** WackoRobie has quit IRC19:51
*** nati_ueno has joined #openstack19:51
*** nvmme has joined #openstack19:51
*** Harry51S has quit IRC19:52
*** ahasenack has quit IRC19:53
*** starmer has quit IRC19:55
*** achampion has joined #openstack19:55
*** jaimef has quit IRC19:56
*** yrabl has joined #openstack19:56
*** drankis has quit IRC19:56
*** jmickle has joined #openstack19:57
jmicklehey guys19:57
*** drankis has joined #openstack19:57
jmicklehas anyone had any issues with centos root partition resizing to the instance size19:58
Gamekiller77not sure any one follows my problem but i asked what the time out is for horizon it 30 or so minutes and the variable is missing but it SESSION_TIMEOUT= you have to add it to the dashboard settings19:58
Gamekiller77jmickle, via cloud-init yes19:58
jmickleGamekiller77: is there a fix?19:59
Gamekiller77what is your partition setup19:59
jmickleim using the public centos 6.5 image19:59
jmickleand it just uses a / partition with ext419:59
Gamekiller77not KVM19:59
jmickleits always 16 GB19:59
*** masayukig has quit IRC19:59
jmickleregardless of the image size19:59
*** emaganap has quit IRC20:00
*** WackoRobie has joined #openstack20:00
*** Hithgor has quit IRC20:00
*** emagana has joined #openstack20:01
*** Romik has joined #openstack20:01
*** esker has joined #openstack20:02
*** jaimef has joined #openstack20:02
*** erecio has quit IRC20:03
*** n0n3 has joined #openstack20:03
Gamekiller77do you see the cloud-init work at boot time20:03
*** nvmme has quit IRC20:03
*** masayukig has joined #openstack20:04
*** weshay has quit IRC20:04
*** pixelb has quit IRC20:04
*** WackoRobie has quit IRC20:04
*** emagana has quit IRC20:04
jmicklehmm let me check the cloud init log20:05
*** emagana has joined #openstack20:05
*** igordcard has joined #openstack20:05
*** Hithgor has joined #openstack20:05
*** starmer has joined #openstack20:05
*** Hithgor has left #openstack20:06
*** WackoRobie has joined #openstack20:06
*** goodes has joined #openstack20:07
jmickleyeah i just see a no modifications to fstab needed20:08
jmickleno errors though20:08
*** nati_ueno has quit IRC20:08
*** baoli has joined #openstack20:08
*** WackoRobie has quit IRC20:08
*** shibby has quit IRC20:09
*** WackoRobie has joined #openstack20:09
*** shenk has joined #openstack20:09
*** erecio has joined #openstack20:09
*** yrabl_ has joined #openstack20:10
*** starmer has quit IRC20:10
*** nvmme has joined #openstack20:10
*** myMINT has quit IRC20:10
*** rturk is now known as rturk|afk20:11
*** Ananci has joined #openstack20:11
*** d34dh0r53 is now known as mostly_d34dh0r5320:11
*** adalbas has joined #openstack20:11
*** shenk is now known as shenkz20:12
*** alekibango has quit IRC20:12
*** weshay has joined #openstack20:12
*** mischief_ is now known as mischief20:12
*** Barker has quit IRC20:13
*** andrewa2a has quit IRC20:13
*** rturk|afk is now known as rturk20:13
*** WackoRobie has quit IRC20:13
*** bilco105 is now known as bilco105_20:13
*** sroy_ has quit IRC20:13
*** yrabl has quit IRC20:13
*** hackoo has joined #openstack20:14
juesok so i've asked a couple times in hopes someone would know, but heres another try at it.  I am trying to design up an openstack cluster.  Currently we are using SolusVM and are utilizings the linux bridging of interfaces to hand out public 205.x.x.x ip's directly to our vm's.  And then when it calls for multiple vm's we are throwing up a pfsense vm with dual nics creating an internal/external20:14
juesfor those customers and then all of the vm's behind that pfsense bridge to the internal interface of the pfsense.  Now i was hoping to migrate to OpenStack but with the current model i am using.  Is it possible to use Nova-networks and a Flat model ?20:14
|splat|is there a way to clean out "ip netns"?  it's listen a bunch of qrouters and qdhcps that aren't in existence anymore20:15
|splat|s/listen/listing/20:15
*** alekibango has joined #openstack20:15
*** nvmme has quit IRC20:16
*** Sir_Desi has joined #openstack20:16
hackoowhat is the path of the VM snapshots in the OpenStack machine ? I want to migrate them to other environment. Is it /var/lib/glance/images ?20:16
*** cstaubli has joined #openstack20:18
*** karimb has joined #openstack20:18
*** cstaubli has quit IRC20:19
*** ttrifonov is now known as ttrifonov_zZzz20:19
*** HenryG has quit IRC20:19
*** rturk is now known as rturk|afk20:19
*** pballand has joined #openstack20:19
*** joesavak has joined #openstack20:19
*** rturk|afk is now known as rturk20:20
*** itarchitectkev_ has quit IRC20:20
*** starmer has joined #openstack20:20
*** Sir_Desi has quit IRC20:20
*** galstrom is now known as galstrom_zzz20:21
*** chyang2 has quit IRC20:21
*** alop has joined #openstack20:21
*** simon-AS559 has joined #openstack20:21
*** jcook has joined #openstack20:21
*** shibby has joined #openstack20:22
*** dtx00ff has joined #openstack20:22
*** nvmme has joined #openstack20:23
*** sputnik13 has joined #openstack20:23
*** galstrom_zzz is now known as galstrom20:24
*** starmer has quit IRC20:24
*** scuttlemonkey has quit IRC20:25
*** nstrug has joined #openstack20:26
*** shenkz has quit IRC20:26
*** yrabl has joined #openstack20:27
*** sroy has joined #openstack20:28
*** ericReeves has quit IRC20:28
*** melmoth has quit IRC20:29
*** Barker has joined #openstack20:29
*** mostly_d34dh0r53 is now known as d34dh0r5320:29
*** yrabl_ has quit IRC20:30
*** jwalcik has quit IRC20:30
*** marcusvrn has quit IRC20:31
*** budman has quit IRC20:31
*** vnguyen has quit IRC20:32
*** baylight has joined #openstack20:32
*** vnguyen has joined #openstack20:32
*** jaimef has quit IRC20:33
*** ajo|mac has joined #openstack20:34
*** julim has quit IRC20:34
*** HenryG has joined #openstack20:34
*** jsavak has joined #openstack20:34
*** nacer has joined #openstack20:35
*** goodes has quit IRC20:35
*** shenk has joined #openstack20:35
*** _ale_ has quit IRC20:35
*** starmer has joined #openstack20:36
*** shenk is now known as shenkz20:36
*** jecarey_ has quit IRC20:36
mischiefwell crap.20:36
mischiefi upgraded from 12.04->14.04 yesterday and havana->icehouse20:37
mischiefnow it seems my instances dont get their ip on boot20:37
*** jaimef has joined #openstack20:37
mischiefwhere can i look?20:37
*** jcook has quit IRC20:38
*** fnaval has joined #openstack20:38
*** maxdml has joined #openstack20:38
*** joesavak has quit IRC20:38
*** Barker has quit IRC20:38
*** J_Man has quit IRC20:38
*** erecio has quit IRC20:38
*** joesavak has joined #openstack20:39
*** Barker has joined #openstack20:39
*** d34dh0r53 is now known as mostly_d34dh0r5320:39
larsksmischief: Start probably with the nova-compute log, and possibly the neutron-openvswitch-agent log if you're using neutron.20:40
*** nacer has quit IRC20:40
*** vermarah__ has joined #openstack20:40
*** starmer has quit IRC20:40
larsksmischief: ...are the instances booting successfully and then just not getting an ip, or are they failing to boot with some sort of error?20:40
*** blomquisg has quit IRC20:40
*** jsavak has quit IRC20:41
mischieflarsks: they just dont get an ip20:41
mischiefand now i forgot my pw so i cant login to the console.. :|20:41
mischiefi'm using ubuntu 12.04 cloud image20:42
*** choirboy has joined #openstack20:42
halbertjues: in a word, maybe.  the nova-network node would have all the public ips.  All traffic to public ips would traverse to main external interface on the nova-network node20:42
mischiefi found https://ask.openstack.org/en/question/28297/cloud-init-nonet-waiting-and-fails/ ..20:42
magicrobotmonkeythey dont have a password20:42
*** IanGovett has quit IRC20:42
*** shenk has joined #openstack20:42
magicrobotmonkeyyou should use cirros until you get the networking worked out20:42
halbertthis gets snat and dnatted to the actual vms.20:42
*** shenk has quit IRC20:42
*** ramishra has joined #openstack20:42
halbertso in a way, you can give your vm with pfsense a lot of public ips, you can ask for more than one20:43
mischiefi guess i can mount the disk in the host and edit the networking config20:43
mischiefthis upgrade sucks20:43
*** jcook has joined #openstack20:43
*** en0x has joined #openstack20:43
halbertbut that means you will be doing a double nat.20:43
halbertit is technically feasible, but probably not what you want.20:43
larsksmischief: I would (a) get working console access and then (b) pull out tcpdump and figure out exactly what is happening with the dhcp requests.20:43
larsksmischief: boot a cirros image for testing if you don't remember your existing passwords.20:44
en0xhi, I installed openstack but the only issue i have is the networking. my network is 10.1.10.0/24 and i would like to have my virtual servers have external ips in this range. I have no idea how to set this up20:44
en0xi read all the docs but i'm confused20:44
*** Barker has quit IRC20:44
mischieflarsks: ok.. have to add it20:45
*** eglynn_ has quit IRC20:45
*** marcelodieder has joined #openstack20:45
*** bmurt has quit IRC20:45
*** sroy has quit IRC20:45
*** n0n3 has quit IRC20:46
*** ramishra has quit IRC20:47
*** timello has quit IRC20:47
*** balajiiyer has joined #openstack20:48
mischieflarsks: status: error20:49
mischiefgreat -.-20:49
*** starmer has joined #openstack20:50
*** weshay has quit IRC20:51
*** samolo has joined #openstack20:51
mischiefthe web ui shows this20:51
mischiefhttp://pastebin.com/raw.php?i=QMZGY53V20:51
*** vnguyen has quit IRC20:51
*** hackoo has quit IRC20:51
*** jcook has quit IRC20:52
halbertmischief: I have that error too20:53
mischiefglad to know i am not alone!20:53
*** Pursuit has left #openstack20:53
*** kevinc_ has quit IRC20:53
*** hs634 has joined #openstack20:54
*** samolo has quit IRC20:54
larsksmischief: I would take a close look through your neutron logs, in particular the openvswitch-agent log, to see if you spot any errors.20:54
*** michaelneale has joined #openstack20:54
*** starmer has quit IRC20:55
*** yrabl has quit IRC20:55
choirboylarsks: back to my earlier questions... if my private/management network is 192.168.x.y and my public network (the one I will be connecting from my "enterprise" from) is 172.31.100.x, I should define the horizon host on the public network, right? So that the management UI is available from the enterprise?20:56
larskschoirboy: That seems to make sense, yes.20:56
choirboycool20:56
mischieflarsks: http://sprunge.us/FEeC ovs-vswitchd.log20:57
*** morazi has quit IRC20:57
*** mmichie has quit IRC20:57
mischiefdoesn't look too good, but i didnt see any other files with errors. not any in neutron at least20:57
*** nacer has joined #openstack20:57
*** nacer has joined #openstack20:58
mischiefthis is the only content of neutron/server.log "2014-06-05 13:49:15.778 2142 WARNING neutron.plugins.ml2.managers [req-aebd9161-4f3c-44c8-b357-e379cca3cf6c None] Failed to bind port 9ab45389-1d48-413a-a4c7-c1b8bc1fd558 on host luh3417"20:58
*** balajiiyer has quit IRC20:58
choirboysame for CONFIG_NOVA_VNCPROXY_HOST - the public network so folks from the enterprise can access VNC, right?20:58
mischiefwhich seems bad too :)20:58
*** prologic has joined #openstack20:58
larsksmischief: not ovs-vswitchd.log.  neutron/openvswtich-agent.log20:58
larskschoirboy: yup!20:58
choirboycool20:58
mischieflarsks: empty20:58
*** prologic has left #openstack20:58
larsksmischief: on both the compute hosts *and* your controller?20:59
mischieflarsks: there's only one20:59
mischiefit's all on the same computer20:59
*** BurntEnds has quit IRC20:59
larsksmischief: Okay.  In that case it's very odd that the file is empty.20:59
larsksYou are using neutron, right?21:00
*** resker has joined #openstack21:00
*** jpomero has quit IRC21:00
*** jmickle has quit IRC21:00
*** jecarey has joined #openstack21:00
mischiefaha21:00
mischieflarsks: i restarted the neutron-plugin-openvswitch-agent21:00
mischiefhttp://sprunge.us/DSiY21:00
*** ndipanov has quit IRC21:01
*** esker has quit IRC21:01
larsksOkay.  Then try launching a new instance and see what happens.21:02
larsksConsider tailing that log and nova/compute.log while it boots.21:02
*** marcelodieder has quit IRC21:02
*** vfiduccia has left #openstack21:02
mischiefsame Unexpected vif_type=binding_failed21:02
*** prad has quit IRC21:03
mischiefthere's a stacktrace relating to vif_type=binding_failed in nova/nova-compute.log21:03
*** kevinc_ has joined #openstack21:03
*** galstrom has quit IRC21:04
mischiefhttp://sprunge.us/NUhV21:04
*** mquin has quit IRC21:05
*** yfauser has joined #openstack21:05
*** starmer has joined #openstack21:05
*** yfauser has left #openstack21:06
*** mquin has joined #openstack21:06
*** jagee has quit IRC21:06
*** rfolco has quit IRC21:07
halberthey mischief, I don't mean to butt in in larsks, but can you check your neutron and nova rootwrap commands and see if they actually return 021:07
*** galstrom_zzz has joined #openstack21:07
*** puffrfish has joined #openstack21:07
larskshalbert: feel free to butt in!  I'm distracted.21:07
*** rkdemon has quit IRC21:08
*** Barker has joined #openstack21:08
*** elo1 has quit IRC21:08
*** galstrom_zzz is now known as galstrom21:09
*** farsonic has joined #openstack21:09
*** vnguyen has joined #openstack21:09
*** elo1 has joined #openstack21:09
*** elo1 has quit IRC21:09
halbertI've seen it before where the rootwrap stuff getting called by sudo sometimes doesn't work21:10
halbertand you have to tweak your sudoers file21:10
mischiefhow do i use rootwrap21:10
halbertbut yeah, I'm having exactly the same error21:10
*** joesavak has quit IRC21:10
*** starmer has quit IRC21:10
zzellemischief, must of the time vif_type=binding_failed is a configuration mistake21:11
*** sgordon has quit IRC21:11
*** budman_ has joined #openstack21:11
*** giorgis has joined #openstack21:11
*** marcelodieder has joined #openstack21:11
giorgishi again people21:12
*** nihilifer has joined #openstack21:12
giorgisError: Package: openstack-utils-2014.1-1.el6.noarch (openstack-icehouse) requires crudini21:12
giorgisany ideas?21:12
*** jehb has quit IRC21:13
*** drankis has quit IRC21:14
larsksmischief: re zzelle 's comment: I call it "openstack's most useless error".  It generally means something incorrect in your network configuration (which is why I was suggesting watching your neutron logs carefully).21:14
*** jpomero has joined #openstack21:15
giorgisto answer my own problem epel repo was not enabled!!!21:15
*** dtrainor has joined #openstack21:15
*** blackboxsw has quit IRC21:15
dtrainorHowdy.  Are there any user-configurable directives that point to an ove/neutron host, or does that host simply talk to the controller and the controller then tells the other systems where/what the ovs/neutron host is?21:15
*** nstrug has quit IRC21:16
*** slamont has quit IRC21:16
mischiefhalbert21:16
mischiefi have never used rootwrap before21:16
mischiefhow do?21:16
*** sarob has quit IRC21:17
*** ericgoncz has quit IRC21:17
zzellemischief, could you dump your ml2 plugin config ?21:17
*** pballand has quit IRC21:17
mischief/etc/neutron/plugins/ml2/ml2_conf.ini ?21:18
*** sarob has joined #openstack21:18
*** timello has joined #openstack21:18
*** JordanRinke has joined #openstack21:18
*** marcelodieder has quit IRC21:18
*** JordanRinke has left #openstack21:19
*** kevinc_ has quit IRC21:19
zzelleyep21:19
*** vpanizo has joined #openstack21:19
*** anthonyv has quit IRC21:19
mischiefhttp://sprunge.us/Rdgg21:19
*** kevinc_ has joined #openstack21:19
zzellemechanism_drivers option is empty21:20
*** starmer has joined #openstack21:20
*** badiane_ka has quit IRC21:21
zzellemischief, if you are using neutron-plugin-openvswitch, iirc, you should set mechanism_drivers=openvswitch21:22
mischiefi just followed the upgrade guide :s21:22
*** nati_ueno has joined #openstack21:22
*** sarob has quit IRC21:22
*** vnguyen has quit IRC21:22
zzellecould you update it and restart neutron-server ?21:23
mischiefwait wait21:23
halbertzzelle: the mechaism_drivers option is right at the top21:23
larsksmischief: what is core_plugin in /etc/neutron/neutron.conf?  are you using ml2?21:23
halbertit's enabled21:23
mischiefit's at the top21:23
zzelleoups21:23
mischiefcore_plugin = ml221:23
larsksmischief: thanks.21:23
halbertmischief: it looks like what the install/upgrade guide tells you to do.21:24
mischiefbasically i followed http://docs.openstack.org/trunk/openstack-ops/content/upgrades_havana-icehouse-ubuntu.html21:24
larsksdtrainor: clients typically discover api endpoints through the service catalog maintained by keystone.21:24
mischiefto the best of my ability21:24
*** mmichie has joined #openstack21:24
dtrainorgot it. thanks.  trying to connect all of the two million dots.21:24
mischieftoo bad there's no one program to sanity check all of your configs. :)21:24
*** starmer has quit IRC21:25
*** rbowen has quit IRC21:27
zzellemischief, could you dump the associated neutron-plugin-openvswitch-agent stacktrace ?21:27
*** slamont has joined #openstack21:28
mischiefi'm being asked to take a photo with my team.. one moment >.>21:29
*** farsonic has quit IRC21:30
*** tomoe_ has joined #openstack21:30
*** stronghere has quit IRC21:30
*** sushils has joined #openstack21:31
*** nacim has quit IRC21:31
*** mkollaro has quit IRC21:31
*** Guest43801 is now known as Woodie21:32
*** Barker has quit IRC21:32
*** lblanchard has quit IRC21:32
mischiefzzelle: that would be neutron/openvswitch-agent.log ?21:32
*** prad has joined #openstack21:33
*** jues has quit IRC21:33
*** comay has quit IRC21:34
*** mkollaro has joined #openstack21:34
*** rmartinelli_ has quit IRC21:34
*** nacer has quit IRC21:35
*** arnaud__ has quit IRC21:35
zzellemischief, yep21:35
*** nacer has joined #openstack21:35
*** starmer has joined #openstack21:36
mischiefzzelle: it's the same as before.. i pasted it a bit earlier http://sprunge.us/gbAc21:36
zzelleERROR neutron.plugins.openvswitch.agent.ovs_neutron_agent [req-74866d6b-d512-4452-b758-987569bafbd7 None] Cannot provision gre network for net-id=38de312f-510c-42e6-bb00-0c6053a22883 - tunneling disabled21:36
zzellemischief, your node does not support gre !21:37
mischiefokay.. how do i ..21:37
mischief# lsmod | grep gre21:38
mischiefgre                    13796  1 openvswitch21:38
mischief:|21:38
*** nati_uen_ has joined #openstack21:39
*** nati_ueno has quit IRC21:39
*** kitp has quit IRC21:39
zzellemischief, is it a virtual machine or lxc machine ?21:39
mischiefthe guests i am trying to boot are VM21:39
mischiefthe compute and controller (basically all of the services) are on one computer21:40
*** starmer has quit IRC21:40
*** sarob has joined #openstack21:40
karimbis there any guide on how to configure rabbit mq for use within icehouse21:40
*** nacer has quit IRC21:40
*** masayukig has quit IRC21:40
zzellemischief, could you do the following command:21:41
*** rods has joined #openstack21:42
*** suresh12 has quit IRC21:42
*** sureshgv_ has quit IRC21:42
mischiefyes21:43
*** ramishra has joined #openstack21:43
zzelleovs-vsctl add-port br-tun taz -- set taz Interface type=gre21:43
*** tomoe_ has quit IRC21:43
zzelleovs-vsctl add-port br-tun taz -- set Interface taz type=gre21:43
mischiefovs-vsctl: unknown table "taz"21:43
*** coredump has quit IRC21:44
mischiefi have br-ex br-int and br-tun21:44
*** ramishra has quit IRC21:44
*** ramishra has joined #openstack21:45
zzelledid you try first or last command ?21:45
mischieffirst21:45
*** sarob has quit IRC21:45
*** mostly_d34dh0r53 is now known as d34dh0r5321:45
zzelleso try last :)21:45
mischiefok21:46
mischiefit worked21:46
*** masayukig has joined #openstack21:46
mischief        Port taz21:46
mischief            Interface taz21:46
mischief                type: gre21:46
*** hrybacki has joined #openstack21:46
mischiefso perhaps a configuration problem instead of lacking GRE21:46
*** cmtime has quit IRC21:46
*** Trixboxer has quit IRC21:47
*** rodrigods_ has joined #openstack21:48
zzellemischief, could you give me your ovs version ? last line of 'ovs-vsctl show" and your kernel version21:48
mischief    ovs_version: "2.0.1"21:49
mischiefLinux luh3417 3.13.0-27-generic #50-Ubuntu SMP Thu May 15 18:06:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux21:49
*** ramishra has quit IRC21:50
zzellecould enable debug on your plugin-agent and retry you test in order to get more details ?21:50
*** starmer has joined #openstack21:50
*** dims__ has joined #openstack21:51
*** g_306396236 has joined #openstack21:51
mischiefzzelle: stand by21:51
zzelleme ..........21:52
*** matzie has quit IRC21:52
*** g_306396236 has left #openstack21:53
*** dims_ has quit IRC21:53
*** a_le has quit IRC21:53
*** a_le has joined #openstack21:54
*** galstrom is now known as galstrom_zzz21:54
mischiefzzelle: by debug on plugin agent you mean ml2 or..?21:54
*** jcook has joined #openstack21:54
zzelleneutron plugin openvswitch21:54
halbertmischief: he means, set the debug = True in /etc/neutron/plugins/ml2/ml2_conf.ini21:54
mischiefoh21:55
*** Ananci has quit IRC21:55
zzellei would prefer in /etc/neutron/neutron.conf21:55
*** starmer has quit IRC21:55
*** jcook has quit IRC21:56
*** ranger81 has quit IRC21:56
*** jcook has joined #openstack21:57
*** comay has joined #openstack21:57
mischiefzzelle: http://sprunge.us/YQNR21:57
*** pberis has quit IRC21:57
*** jmickle has joined #openstack21:57
*** giorgis has quit IRC21:57
*** jcook has quit IRC21:58
*** ranger81_ has joined #openstack21:58
*** dspano has quit IRC21:59
zzellemischief, which version of neutron are you using trunk ? icehouse ?21:59
*** jcook has joined #openstack21:59
*** danielbruno has quit IRC22:00
mischiefzzelle: icehouse22:00
mischiefi just upgraded22:00
jmicklehas anyone had problems with cloud init not resizing a disk on launch with centos?22:00
*** katmandoo has quit IRC22:02
*** ajo|mac has quit IRC22:03
*** jcook has quit IRC22:03
*** thangp has quit IRC22:03
*** kbringard has quit IRC22:03
*** resker has quit IRC22:04
*** galstrom_zzz is now known as galstrom22:04
zzellei am not fluent with tunnels but it seems you should define AGENT.tunnel_types option22:04
*** gigawhat has quit IRC22:05
*** starmer has joined #openstack22:05
*** sarob has joined #openstack22:06
*** signed8bit has quit IRC22:06
*** frakt_ has quit IRC22:06
*** rodrigods_ has quit IRC22:07
zzellemischief, in ml2_conf.ini or neutron.conf ... set in [AGENT] sectin tunnel_types = gre22:07
chuckChi all, does anyone here know the devstack settings needed to get horizon vm console to work?22:07
mischiefzzelle: *or*?22:07
*** blackboxsw has joined #openstack22:08
*** jckasper has quit IRC22:08
mischiefzzelle: is AGENT a placeholder for ml2 here...?22:08
zzellemischief, choose which one you like most, the effect should be the same :)22:08
*** frakt has joined #openstack22:08
*** slamont has quit IRC22:09
*** promulo has joined #openstack22:09
*** starmer has quit IRC22:10
*** kitp has joined #openstack22:10
*** sarob has quit IRC22:11
*** MarkAtwood has quit IRC22:12
*** gondoi is now known as zz_gondoi22:12
*** suresh12 has joined #openstack22:12
*** matzie has joined #openstack22:13
*** signed8bit has joined #openstack22:13
*** nihilifer has quit IRC22:14
*** kitp has quit IRC22:14
mischiefzzelle: Tunneling cannot be enabled without a valid local_ip. Agent terminated!22:15
*** sarob has joined #openstack22:15
zzelleso define a local_ip in AGENT22:15
*** bknudson has quit IRC22:16
*** jgrimm has quit IRC22:16
*** syslink has joined #openstack22:16
mischiefzzelle: is that the public ip?22:16
*** gigawhat has joined #openstack22:16
*** suresh12 has quit IRC22:17
zzelleoups, no it is the ip used by gre tunnels22:17
*** lykinsbd has joined #openstack22:17
zzellei check, it is in local_ip in OVS section22:17
*** hrybacki has quit IRC22:18
*** aburan28 has joined #openstack22:18
mischiefzzelle: uh, i switched from ovs to ml2 (i think) as recommended by the openstack havana to icehouse upgrade guide22:18
*** karimb has quit IRC22:18
*** evanz has joined #openstack22:19
zzellemischief, OVS is still used22:19
zzellemischief, before you use OVS core_plugin and plugin-agent22:19
zzellemischief, now you use ML2 core plugin with plugin-agent22:20
mischief/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini has local_ip set in OVS section22:20
zzelleoup, s/plugin-agent/plugin-openvswitch-agent/s22:20
*** starmer has joined #openstack22:21
zzellemischief, on my deployment /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini is not used22:21
*** Woodie is now known as W00die22:21
zzelleprefer neutron.conf or ml2_conf.ini22:21
mischieferr, so i add a [OVS] section to ml2_conf.ini?22:21
*** syslink has quit IRC22:21
zzelleyep,22:21
*** n0n3 has joined #openstack22:21
*** n0n3 has quit IRC22:21
*** n0n3 has joined #openstack22:22
zzellemischief, if you are not sure of which options are loaded by a service, they are printed  in debug logs22:22
*** JordanRinke has joined #openstack22:23
mischiefhm22:24
mischiefi think its working now22:24
*** budman_ has quit IRC22:24
zzellemischief, everything is one node ?22:25
*** starmer has quit IRC22:25
mischiefyes22:25
mischiefnow i can at least boot the instance22:25
zzellemischief, so you don't need gre ...22:25
mischiefseems like dhcp is still messed up though22:25
zzellemischief, you could use local networks22:25
*** syslink has joined #openstack22:26
mischieflarsks: you suggest cirros earlier? how can i get to the console?22:28
mischiefah22:28
mischieffinally timed out22:28
*** badiane_ka has joined #openstack22:28
*** JordanRinke has quit IRC22:28
*** lborda has quit IRC22:28
*** syslink has quit IRC22:29
mischiefrebooting :|22:30
*** syslink has joined #openstack22:30
*** emagana has quit IRC22:30
*** emagana has joined #openstack22:30
*** mmichie has quit IRC22:30
*** ppradhan has left #openstack22:31
*** sayan has quit IRC22:31
halbertzzelle: do you know what this [agent] variable means ?  AGENT.l2_population22:34
*** slamont has joined #openstack22:34
zzellehalbert, yep, it is for gre/vxlan22:34
*** syslink has quit IRC22:34
*** kenhui has joined #openstack22:34
zzelle# (BoolOpt) Flag to enable l2-population extension. This option should only be22:36
zzelle# used in conjunction with ml2 plugin and l2population mechanism driver. It'll22:36
zzelle# enable plugin to populate remote ports macs and IPs (using fdb_add/remove22:36
zzelle# RPC calbbacks instead of tunnel_sync/update) on OVS agents in order to22:36
zzelle# optimize tunnel management.22:36
zzelle#22:36
*** starmer has joined #openstack22:36
mischiefoh shit22:36
halbertSo set that to True ?22:36
*** lsoares has quit IRC22:37
*** tmclaugh[work] has quit IRC22:37
*** engkur has joined #openstack22:38
*** jmickle has quit IRC22:38
*** digs has joined #openstack22:39
*** digs is now known as Guest7040722:39
zzellehalbert, you have multiples nodes ?22:39
*** starmer has quit IRC22:40
mischiefi'm beginning to think trying to use openstack was a mistake22:40
*** jobewan has quit IRC22:40
mischiefit's so complicated that it's barely worth the time for such a small use case22:41
*** eharney has quit IRC22:41
*** d34dh0r53 is now known as mostly_d34dh0r5322:41
*** jsullivandigs has quit IRC22:42
*** davelowe has quit IRC22:42
halbertzzelle: yeah I do22:42
halbertI've got 4 nodes22:42
*** suresh12 has joined #openstack22:42
*** OffTheRails has joined #openstack22:42
*** doug-fish has left #openstack22:43
zzellehalbert, you can set it to true ... but it is not mandatory22:43
halbertokay22:43
*** prad has quit IRC22:43
halbertzzelle: I'm still getting the same error mischief was getting22:43
zzelleit is a generic error linked to a configuration trouble22:44
zzellehalbert, look at mischief config22:44
zzellesoorry i have to leave22:44
*** zzelle has quit IRC22:44
*** Guest70407 has quit IRC22:45
*** essessv has joined #openstack22:45
*** jsullivandigs has joined #openstack22:45
*** ramishra has joined #openstack22:45
halbertzzelle, I will if he shares it :)22:46
halberthey mischief, you mind emailing me your neutron.conf, ml2_conf.ini and your nova.conf ?22:46
mischiefwill that fix my dhcp22:46
mischief^.^22:46
*** lykinsbd has quit IRC22:47
*** Barker has joined #openstack22:47
*** lykinsbd has joined #openstack22:47
*** jhesketh has quit IRC22:47
*** dschultz has quit IRC22:48
*** galstrom is now known as galstrom_zzz22:49
halbertnah, your dhcp-agent stuff is in a dhcp-agent.ini though right?22:50
*** jmickle has joined #openstack22:50
*** suresh12 has quit IRC22:50
*** ramishra has quit IRC22:50
*** fnaval has quit IRC22:50
*** starmer has joined #openstack22:50
*** lykinsbd has quit IRC22:52
*** dangers is now known as dangers_away22:52
*** kevinc_ has quit IRC22:52
*** syslink has joined #openstack22:53
*** katmandoo has joined #openstack22:54
*** rods has quit IRC22:54
mischiefhalbert: yes22:54
mischiefbut it no longer functions22:54
mischiefno vm gets ip22:54
mischiefneutron agent-list shows all is fine..22:55
*** baoli has quit IRC22:55
*** FunnyLookinHat has quit IRC22:55
*** starmer has quit IRC22:56
*** BurntEnds has joined #openstack22:56
halbertmischief: well, I am still stuck where you were 20 minutes ago22:57
halbertso...22:57
halbertthere was a guy who asked about this in this channel earlier this morning22:57
halbertI think #openstack has irc logs22:57
*** jckasper has joined #openstack22:58
mischiefhalbert: did you still want my configs22:58
*** nlahouti has joined #openstack22:58
*** newbie123 has joined #openstack22:59
*** OffTheRails has quit IRC22:59
halbertyeah mischief, I'll look over them if you don't mind22:59
halbertplease tarball them up and send them to my email address that I will msg to you22:59
mischiefstand by22:59
halbertthanks22:59
*** sputnik13 has quit IRC22:59
halbertyou are on centos right?23:00
*** gregmark has quit IRC23:00
*** BurntEnds has quit IRC23:00
*** sputnik13 has joined #openstack23:00
newbie123hello! I am attempting to install keystone on SLES11 and have added the repo per the documentation but i am having the same issue described in this bug report https://bugs.launchpad.net/openstack-manuals/+bug/1289280 I run   zypper search openstack and see openstack keystone has a srcpackage but no package. Is this normal behavior for the repo? help me i'm a noob23:01
*** engkur has quit IRC23:02
*** sputnik13 has quit IRC23:03
mischiefhalbert: no23:03
*** alop has quit IRC23:03
mischiefubuntu 14.04 lts server.23:03
*** amcrn has quit IRC23:03
*** devlaps1 has quit IRC23:03
*** Zack_Deee has quit IRC23:03
mischiefhalbert: see pm23:04
*** rodrigods_ has joined #openstack23:04
*** brokencycle has quit IRC23:05
*** starmer has joined #openstack23:05
*** ttt_ has joined #openstack23:07
*** fnaval has joined #openstack23:07
*** suresh12 has joined #openstack23:09
mischiefstarting to think i should just run docker ._.'23:09
*** ttt_ has quit IRC23:09
*** ranger81 has joined #openstack23:10
*** ranger81_ has quit IRC23:10
*** kitp has joined #openstack23:10
*** starmer has quit IRC23:10
*** gildub has joined #openstack23:11
*** kevinc_ has joined #openstack23:11
*** newbie123 has quit IRC23:13
*** essessv has quit IRC23:13
*** kitp has quit IRC23:13
*** grfisher has quit IRC23:13
*** kitp has joined #openstack23:14
*** srlang has quit IRC23:14
*** jhesketh has joined #openstack23:14
*** shibby has quit IRC23:15
*** stanchan has quit IRC23:16
*** pmathews has quit IRC23:17
*** rodrigods_ has quit IRC23:17
*** kitp has quit IRC23:18
*** n0n3 has joined #openstack23:18
*** rodrigods_ has joined #openstack23:19
*** stanchan has joined #openstack23:20
*** starmer has joined #openstack23:20
*** stanchan has quit IRC23:21
*** noslzzp has joined #openstack23:21
*** jcook has joined #openstack23:22
*** davelowe has joined #openstack23:23
*** radez_g0n3 is now known as radez23:24
*** starmer has quit IRC23:25
*** kenhui has quit IRC23:26
*** Barker has quit IRC23:28
*** nvmme has quit IRC23:28
*** rodrigods_ has quit IRC23:30
*** alexlindenlevy has quit IRC23:31
*** matzie has quit IRC23:31
*** tomoe_ has joined #openstack23:32
*** elonden has joined #openstack23:33
*** sushils has quit IRC23:33
*** achampion has quit IRC23:33
*** giulivo has quit IRC23:34
*** sputnik13 has joined #openstack23:34
*** fsimonce has quit IRC23:35
*** elonden has quit IRC23:35
*** starmer has joined #openstack23:36
*** sushils has joined #openstack23:36
*** MarcMorata has quit IRC23:36
*** starmer has quit IRC23:40
*** alekibango_ has joined #openstack23:40
*** vpanizo has quit IRC23:40
*** sungju has joined #openstack23:41
*** alekibango_ has quit IRC23:42
*** vpanizo has joined #openstack23:42
*** emagana has quit IRC23:43
*** alekibango has quit IRC23:43
*** tkramer has joined #openstack23:44
*** emagana has joined #openstack23:45
*** kevinc_ has quit IRC23:45
*** jrb has quit IRC23:46
*** tkramer has quit IRC23:46
*** tkramer has joined #openstack23:46
*** ramishra has joined #openstack23:46
*** tkramer has quit IRC23:47
*** maxdml has quit IRC23:48
*** jcook has quit IRC23:50
*** starmer has joined #openstack23:50
*** ramishra has quit IRC23:50
*** Gamekiller77 has quit IRC23:51
*** ozialien has quit IRC23:51
*** jaypipes has quit IRC23:52
*** aimon__ has quit IRC23:52
*** jrb has joined #openstack23:52
*** emaganap has joined #openstack23:54
*** sushils has quit IRC23:54
*** starmer has quit IRC23:55
*** tkramer has joined #openstack23:56
*** emagana has quit IRC23:56
*** atiwari has quit IRC23:57
*** tsekiyam_ has joined #openstack23:59
sarobmikal you online?23:59

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