*** glejeune_taf has quit IRC | 00:00 | |
*** elo has quit IRC | 00:00 | |
*** elo has joined #openstack | 00:01 | |
*** jmturner has quit IRC | 00:01 | |
*** angdraug has quit IRC | 00:02 | |
*** rmoe_ has joined #openstack | 00:03 | |
*** yamahata has joined #openstack | 00:03 | |
*** rmoe has quit IRC | 00:04 | |
*** melmoth has joined #openstack | 00:04 | |
*** lari__ has quit IRC | 00:04 | |
*** SumitNaiksatam has quit IRC | 00:05 | |
*** rnorwood1 has joined #openstack | 00:05 | |
*** lari_ has joined #openstack | 00:05 | |
*** StarBeast has joined #openstack | 00:06 | |
*** dims has quit IRC | 00:07 | |
*** elo has quit IRC | 00:07 | |
*** achampion has joined #openstack | 00:08 | |
*** danielbruno has quit IRC | 00:08 | |
*** glejeun__ has quit IRC | 00:09 | |
*** rmoe_ has quit IRC | 00:09 | |
*** fsimonce has quit IRC | 00:09 | |
*** desai has joined #openstack | 00:10 | |
*** dcramer_ has quit IRC | 00:10 | |
*** thingee is now known as thingee_zzz | 00:11 | |
*** glejeune_taf has joined #openstack | 00:11 | |
*** melmoth_ has joined #openstack | 00:12 | |
*** ryanpetrello has joined #openstack | 00:12 | |
*** glejeun__ has joined #openstack | 00:13 | |
*** glejeune_taf has quit IRC | 00:13 | |
*** melmoth has quit IRC | 00:13 | |
*** djbkd has quit IRC | 00:14 | |
*** glejeun__ has quit IRC | 00:14 | |
*** glejeune_taf has joined #openstack | 00:15 | |
*** zz_tsykoduk is now known as tsykoduk | 00:16 | |
*** glejeune_taf has quit IRC | 00:16 | |
*** thansen has joined #openstack | 00:16 | |
*** glejeune_taf has joined #openstack | 00:17 | |
*** glejeune_taf has quit IRC | 00:18 | |
*** blackboxsw has quit IRC | 00:18 | |
*** glejeun__ has joined #openstack | 00:19 | |
*** IlyaE has quit IRC | 00:19 | |
*** glejeune_taf has joined #openstack | 00:21 | |
*** glejeun__ has quit IRC | 00:21 | |
*** rmoe has joined #openstack | 00:22 | |
*** glejeune_taf has quit IRC | 00:23 | |
*** glejeune_taf has joined #openstack | 00:23 | |
*** dcramer_ has joined #openstack | 00:23 | |
*** vkmc has joined #openstack | 00:26 | |
*** vkmc has quit IRC | 00:26 | |
*** vkmc has joined #openstack | 00:26 | |
*** glejeune_taf has quit IRC | 00:27 | |
*** glejeune_taf has joined #openstack | 00:27 | |
*** itamarjp has quit IRC | 00:29 | |
*** glejeun__ has joined #openstack | 00:29 | |
*** matsuhashi has joined #openstack | 00:29 | |
*** ismlages has quit IRC | 00:30 | |
*** tsykoduk is now known as zz_tsykoduk | 00:31 | |
*** glejeune_taf has quit IRC | 00:31 | |
*** acathrow has left #openstack | 00:32 | |
*** jttam has joined #openstack | 00:32 | |
*** glejeun__ has quit IRC | 00:32 | |
*** julweber has joined #openstack | 00:32 | |
*** ewnd9 has joined #openstack | 00:33 | |
*** gmiller has joined #openstack | 00:34 | |
*** fifieldt_ has joined #openstack | 00:35 | |
*** julim has quit IRC | 00:35 | |
*** stevem has joined #openstack | 00:36 | |
*** jttam has quit IRC | 00:36 | |
*** BHRobinson has joined #openstack | 00:37 | |
*** markpeek has joined #openstack | 00:37 | |
*** joesavak has joined #openstack | 00:37 | |
*** rossk has quit IRC | 00:38 | |
*** L3tsXpl0it has left #openstack | 00:38 | |
*** fifieldt has quit IRC | 00:39 | |
*** Kupo24z has left #openstack | 00:39 | |
*** melmoth_ is now known as melmoth | 00:40 | |
*** glejeune_taf has joined #openstack | 00:40 | |
*** krotscheck has quit IRC | 00:41 | |
*** glejeune_taf has quit IRC | 00:41 | |
*** vuil has quit IRC | 00:41 | |
*** BHRobinson has quit IRC | 00:41 | |
*** glejeune_taf has joined #openstack | 00:42 | |
*** dcramer_ has quit IRC | 00:42 | |
*** glejeune_taf has quit IRC | 00:43 | |
*** glejeune_taf has joined #openstack | 00:44 | |
*** zz_paulczar is now known as paulczar | 00:44 | |
*** glejeun__ has joined #openstack | 00:45 | |
*** glejeune_taf has quit IRC | 00:45 | |
enarciso | Hello! I'm trying to setup my openvswitch properly; my external network traffic is vlan tag so the interface is eth1.$id | 00:46 |
---|---|---|
*** SumitNaiksatam has joined #openstack | 00:46 | |
enarciso | do I have to tag my physical NIC prior creating the net in quantum? | 00:46 |
enarciso | here's what I did so far: | 00:46 |
*** glejeun__ has quit IRC | 00:47 | |
enarciso | auto eth1 iface eth1 inet manual up ifconfig $IFACE 0.0.0.0 up up ip link set $IFACE promisc on down ip link set $IFACE promisc off down ifconfig $IFACE down | 00:47 |
enarciso | well the format sucks.... | 00:47 |
enarciso | my eth1 is set to manual | 00:47 |
*** SumitNaiksatam has quit IRC | 00:47 | |
*** glejeune_taf has joined #openstack | 00:48 | |
enarciso | then I created my net: quantum net-create --provider:network_type vlan --provider:physical_network physnet1 --provider:segmentation_id $VLANID --router:external=True | 00:48 |
*** dims has joined #openstack | 00:49 | |
enarciso | Is this is the proper way of doing this or do create the vlan right on my NIC (eth1.$VLANID) | 00:49 |
enarciso | and set my net-create as --provider:network_type flat? | 00:49 |
*** SumitNaiksatam has joined #openstack | 00:49 | |
*** glejeune_taf has quit IRC | 00:49 | |
*** glejeun__ has joined #openstack | 00:50 | |
enarciso | thanks | 00:50 |
*** julim has joined #openstack | 00:50 | |
*** julim has quit IRC | 00:50 | |
*** paulczar is now known as zz_paulczar | 00:51 | |
*** glejeun__ has quit IRC | 00:51 | |
*** glejeune_taf has joined #openstack | 00:52 | |
*** chinychinchin has quit IRC | 00:52 | |
*** chinychinchin has joined #openstack | 00:53 | |
*** julweber has quit IRC | 00:55 | |
*** dcramer_ has joined #openstack | 00:56 | |
*** sputnik13 has quit IRC | 00:56 | |
*** glejeune_taf has quit IRC | 00:57 | |
*** fandikurnia01 has quit IRC | 00:59 | |
*** chinychinchin has quit IRC | 01:00 | |
*** marclaporte has quit IRC | 01:00 | |
*** galstrom_zzz is now known as galstrom | 01:01 | |
*** rnorwood1 has quit IRC | 01:02 | |
*** reed has quit IRC | 01:02 | |
*** rnorwood1 has joined #openstack | 01:02 | |
*** michaelneale has joined #openstack | 01:02 | |
*** dtx00ff has quit IRC | 01:03 | |
*** evanjfraser has joined #openstack | 01:03 | |
*** nosnos has joined #openstack | 01:05 | |
*** joesavak has quit IRC | 01:05 | |
*** ewnd9 has quit IRC | 01:05 | |
*** dtx00ff has joined #openstack | 01:08 | |
*** reed_a has quit IRC | 01:09 | |
*** astwood has quit IRC | 01:10 | |
*** MrThePlague has joined #openstack | 01:10 | |
*** vlad_sta_ has joined #openstack | 01:10 | |
*** matsuhashi has quit IRC | 01:11 | |
*** jamiec has joined #openstack | 01:12 | |
*** brumit has joined #openstack | 01:12 | |
*** matsuhashi has joined #openstack | 01:12 | |
*** vlad_starkov has quit IRC | 01:12 | |
*** mikeoutland has joined #openstack | 01:17 | |
*** vkmc has quit IRC | 01:17 | |
*** vkmc has joined #openstack | 01:18 | |
*** BHRobinson has joined #openstack | 01:18 | |
*** frakt has quit IRC | 01:19 | |
*** frakt has joined #openstack | 01:19 | |
*** msekleta has quit IRC | 01:20 | |
*** carnaler has joined #openstack | 01:21 | |
carnaler | hello guys | 01:21 |
*** mikeoutland has quit IRC | 01:21 | |
*** mikeoutland has joined #openstack | 01:22 | |
*** devioslang has joined #openstack | 01:22 | |
*** twoputt has quit IRC | 01:23 | |
*** mikeoutland has quit IRC | 01:23 | |
*** mikeoutland has joined #openstack | 01:24 | |
*** twoputt_ has quit IRC | 01:24 | |
*** anderstj has quit IRC | 01:24 | |
*** colinmcnamara has quit IRC | 01:26 | |
*** mikeoutland has quit IRC | 01:26 | |
*** anderstj has joined #openstack | 01:26 | |
*** renebarbosa has quit IRC | 01:27 | |
*** julim has joined #openstack | 01:29 | |
*** julim has quit IRC | 01:29 | |
*** jttam has joined #openstack | 01:33 | |
*** fnaval_ has joined #openstack | 01:33 | |
*** foexle has joined #openstack | 01:34 | |
*** MrThePlague has quit IRC | 01:34 | |
*** galstrom is now known as galstrom_zzz | 01:35 | |
*** jttam has quit IRC | 01:37 | |
*** zsun has joined #openstack | 01:44 | |
*** dcramer_ has quit IRC | 01:47 | |
*** fandikurnia01 has joined #openstack | 01:48 | |
*** ccs has quit IRC | 01:48 | |
*** achampio1 has joined #openstack | 01:48 | |
*** Barker has quit IRC | 01:49 | |
*** esker has joined #openstack | 01:49 | |
*** achampion has quit IRC | 01:49 | |
*** KaZeR has quit IRC | 01:49 | |
*** stevem has quit IRC | 01:49 | |
*** KaZeR has joined #openstack | 01:50 | |
*** melwitt has quit IRC | 01:50 | |
*** Egyptian[Laptop] has joined #openstack | 01:50 | |
*** vkmc has quit IRC | 01:52 | |
*** doublerr has quit IRC | 01:53 | |
*** alop has joined #openstack | 01:54 | |
*** alop has quit IRC | 01:54 | |
*** bingbu has joined #openstack | 01:54 | |
*** KaZeR has quit IRC | 01:55 | |
*** xuhaiwei has joined #openstack | 01:55 | |
*** glejeun__ has joined #openstack | 01:56 | |
*** Egyptian[Laptop] has quit IRC | 01:56 | |
*** fandikurnia01 has quit IRC | 01:57 | |
*** bknudson has left #openstack | 01:57 | |
*** CaptTofu has quit IRC | 01:57 | |
*** zz_tsykoduk is now known as tsykoduk | 01:58 | |
*** fandikurnia01 has joined #openstack | 01:58 | |
*** CaptTofu has joined #openstack | 01:58 | |
*** glejeune_taf has joined #openstack | 01:58 | |
*** StuartMI has quit IRC | 01:58 | |
*** glejeun__ has quit IRC | 01:58 | |
*** coolsvap has quit IRC | 01:58 | |
*** glejeune_taf has quit IRC | 02:00 | |
*** CaptTofu has quit IRC | 02:00 | |
*** dtx00ff has quit IRC | 02:00 | |
*** CaptTofu has joined #openstack | 02:00 | |
*** dcramer_ has joined #openstack | 02:00 | |
*** Egyptian[Laptop] has joined #openstack | 02:01 | |
*** lnxnut_ has joined #openstack | 02:01 | |
*** lnxnut has quit IRC | 02:01 | |
*** glejeune_taf has joined #openstack | 02:02 | |
*** doublerr has joined #openstack | 02:02 | |
*** tmclaugh[lap] has quit IRC | 02:02 | |
*** glejeune_taf has quit IRC | 02:03 | |
*** lnxnut_ has quit IRC | 02:03 | |
*** glejeune_taf has joined #openstack | 02:04 | |
*** adalbas has joined #openstack | 02:04 | |
*** erkules_ has joined #openstack | 02:04 | |
*** gmiller has left #openstack | 02:05 | |
*** glejeune_taf has quit IRC | 02:05 | |
*** glejeune_taf has joined #openstack | 02:05 | |
*** judd7 has joined #openstack | 02:06 | |
*** glejeune_taf has quit IRC | 02:07 | |
*** erkules has quit IRC | 02:07 | |
*** glejeune_taf has joined #openstack | 02:07 | |
*** yocum has quit IRC | 02:07 | |
*** tsykoduk is now known as zz_tsykoduk | 02:08 | |
*** glejeune_taf has quit IRC | 02:09 | |
*** changbl has quit IRC | 02:11 | |
*** shwang has joined #openstack | 02:11 | |
*** changbl has joined #openstack | 02:12 | |
*** changbl has quit IRC | 02:13 | |
*** glejeune_taf has joined #openstack | 02:13 | |
*** jkf has joined #openstack | 02:13 | |
*** doublerr has quit IRC | 02:14 | |
*** glejeune_taf has quit IRC | 02:14 | |
*** glejeune_taf has joined #openstack | 02:14 | |
*** doublerr has joined #openstack | 02:15 | |
*** glejeune_taf has quit IRC | 02:16 | |
*** glejeune_taf has joined #openstack | 02:16 | |
*** andersonvom has joined #openstack | 02:17 | |
*** glejeune_taf has quit IRC | 02:18 | |
*** glejeune_taf has joined #openstack | 02:18 | |
*** KyleMacDonald has joined #openstack | 02:18 | |
*** Exdaix has quit IRC | 02:19 | |
*** dcramer_ has quit IRC | 02:19 | |
*** Exdaix has joined #openstack | 02:19 | |
*** engkur has joined #openstack | 02:21 | |
*** thingee_zzz is now known as thingee | 02:22 | |
*** StarBeast has quit IRC | 02:22 | |
*** glejeune_taf has quit IRC | 02:22 | |
*** tmclaugh[lap] has joined #openstack | 02:25 | |
*** changbl has joined #openstack | 02:30 | |
*** cf has joined #openstack | 02:30 | |
*** galstrom_zzz is now known as galstrom | 02:32 | |
*** jttam has joined #openstack | 02:33 | |
*** doublerr has quit IRC | 02:34 | |
*** satheesh has joined #openstack | 02:35 | |
*** CaptTofu has quit IRC | 02:36 | |
*** CaptTofu has joined #openstack | 02:37 | |
*** evanz_ has joined #openstack | 02:37 | |
*** jttam has quit IRC | 02:37 | |
*** evanjfraser has quit IRC | 02:37 | |
*** tombar has joined #openstack | 02:37 | |
*** KyleMacDonald has quit IRC | 02:38 | |
*** tombar has joined #openstack | 02:38 | |
*** foexle has quit IRC | 02:39 | |
*** evanz has quit IRC | 02:39 | |
*** dims has quit IRC | 02:41 | |
*** foexle has joined #openstack | 02:41 | |
*** colinmcnamara has joined #openstack | 02:42 | |
*** Egyptian[Laptop] has quit IRC | 02:43 | |
*** paragan has joined #openstack | 02:43 | |
*** paragan has quit IRC | 02:43 | |
*** paragan has joined #openstack | 02:43 | |
*** zz_paulczar is now known as paulczar | 02:43 | |
*** lmh has quit IRC | 02:43 | |
*** lmh has joined #openstack | 02:44 | |
*** rnorwood1 has quit IRC | 02:44 | |
*** lmh has quit IRC | 02:46 | |
*** lmh has joined #openstack | 02:46 | |
*** Egyptian[Laptop] has joined #openstack | 02:46 | |
*** MarkAtwood has quit IRC | 02:49 | |
*** mikeoutland has joined #openstack | 02:50 | |
*** pablosan has joined #openstack | 02:51 | |
*** rodrigovaldes has quit IRC | 02:52 | |
*** dcramer_ has joined #openstack | 02:56 | |
*** dims has joined #openstack | 02:56 | |
*** satheesh has quit IRC | 02:57 | |
*** vkozhukalov has joined #openstack | 02:58 | |
*** mikeoutland has quit IRC | 03:00 | |
*** KaZeR has joined #openstack | 03:00 | |
*** doublerr has joined #openstack | 03:02 | |
*** zz_tsykoduk is now known as tsykoduk | 03:04 | |
*** rodrigovaldes has joined #openstack | 03:04 | |
*** KaZeR has quit IRC | 03:04 | |
*** evanjfraser has joined #openstack | 03:05 | |
*** KaZeR has joined #openstack | 03:06 | |
*** paulczar is now known as zz_paulczar | 03:08 | |
*** xuan has joined #openstack | 03:08 | |
*** mikeoutland has joined #openstack | 03:09 | |
*** lastmikoi has joined #openstack | 03:09 | |
*** luisg has quit IRC | 03:11 | |
*** luisg has joined #openstack | 03:11 | |
*** pbarquero has joined #openstack | 03:12 | |
*** stevem has joined #openstack | 03:12 | |
*** satheesh1 has joined #openstack | 03:12 | |
*** MarkAtwood has joined #openstack | 03:16 | |
*** IlyaE has joined #openstack | 03:16 | |
*** xuhaiwei has quit IRC | 03:16 | |
*** satheesh1 has quit IRC | 03:17 | |
*** Egyptian[Laptop] has quit IRC | 03:18 | |
*** doublerr has quit IRC | 03:19 | |
*** tmclaugh[lap] has quit IRC | 03:19 | |
*** engkur has quit IRC | 03:20 | |
*** dcramer_ has quit IRC | 03:20 | |
*** MarkAtwood has quit IRC | 03:22 | |
*** vlad_starkov has joined #openstack | 03:22 | |
*** andersonvom has quit IRC | 03:24 | |
*** vlad_sta_ has quit IRC | 03:24 | |
*** sebaridolfi has joined #openstack | 03:24 | |
*** enmand has quit IRC | 03:25 | |
*** melmoth has quit IRC | 03:25 | |
*** ArminderS has joined #openstack | 03:27 | |
*** rnorwood1 has joined #openstack | 03:27 | |
*** jecarey has joined #openstack | 03:29 | |
*** rnorwood2 has joined #openstack | 03:30 | |
*** satheesh has joined #openstack | 03:30 | |
*** achampio1 is now known as achampion | 03:31 | |
*** xuan is now known as xuan-lunch | 03:31 | |
*** rnorwood1 has quit IRC | 03:32 | |
*** DandyPandy has quit IRC | 03:32 | |
*** dcramer_ has joined #openstack | 03:33 | |
*** damadhatter has quit IRC | 03:35 | |
*** satheesh has quit IRC | 03:35 | |
*** esker has quit IRC | 03:35 | |
*** klync has quit IRC | 03:36 | |
*** tsykoduk is now known as zz_tsykoduk | 03:36 | |
*** esker has joined #openstack | 03:36 | |
*** damadhatter has joined #openstack | 03:36 | |
*** vlad_sta_ has joined #openstack | 03:38 | |
*** cody-somerville has quit IRC | 03:39 | |
*** KyleMacDonald has joined #openstack | 03:39 | |
*** melmoth has joined #openstack | 03:40 | |
*** enarciso has quit IRC | 03:40 | |
*** vlad_starkov has quit IRC | 03:41 | |
*** tonyha has joined #openstack | 03:41 | |
*** damadhatter has quit IRC | 03:41 | |
*** BHRobinson has quit IRC | 03:41 | |
*** damadhatter has joined #openstack | 03:41 | |
*** BHRobinson has joined #openstack | 03:42 | |
*** souvik1 has joined #openstack | 03:42 | |
*** klync has joined #openstack | 03:42 | |
*** tmclaugh[lap] has joined #openstack | 03:42 | |
*** sebaridolfi has quit IRC | 03:43 | |
*** vipul is now known as vipul-away | 03:45 | |
*** BHRobinson has quit IRC | 03:47 | |
*** changbl has quit IRC | 03:47 | |
*** DandyPandy has joined #openstack | 03:48 | |
*** cody-somerville has joined #openstack | 03:48 | |
*** changbl has joined #openstack | 03:48 | |
*** souvik2 has joined #openstack | 03:49 | |
*** enarciso has joined #openstack | 03:50 | |
*** klync has quit IRC | 03:50 | |
*** retr0h has quit IRC | 03:50 | |
*** klync has joined #openstack | 03:50 | |
*** retr0h has joined #openstack | 03:51 | |
*** souvik1 has quit IRC | 03:51 | |
*** BHRobinson has joined #openstack | 03:51 | |
*** BHRobinson has joined #openstack | 03:52 | |
*** satheesh1 has joined #openstack | 03:53 | |
*** germanoak has joined #openstack | 03:53 | |
*** germanoak has joined #openstack | 03:54 | |
*** changbl has quit IRC | 03:54 | |
*** changbl has joined #openstack | 03:54 | |
*** dims has quit IRC | 03:56 | |
*** vuil has joined #openstack | 03:56 | |
*** ORD3R has joined #openstack | 03:58 | |
*** souvik2 has quit IRC | 03:58 | |
*** desai has quit IRC | 03:59 | |
*** satheesh1 has quit IRC | 03:59 | |
*** foexle has quit IRC | 04:00 | |
*** pmathews has joined #openstack | 04:01 | |
*** fifieldt_ has quit IRC | 04:02 | |
*** fifieldt has joined #openstack | 04:02 | |
*** praveenkumar has joined #openstack | 04:02 | |
*** changbl has quit IRC | 04:03 | |
*** MaxV has joined #openstack | 04:03 | |
*** changbl has joined #openstack | 04:03 | |
praveenkumar | Hi, any idea how I can detach compute node from controller, even I shutdown my compute node but it's still showing "nova host-list", I want to remove this node completely. | 04:04 |
*** bhrobins_ has joined #openstack | 04:04 | |
*** BHRobinson has quit IRC | 04:04 | |
*** changbl has joined #openstack | 04:05 | |
*** bhrobins_ has quit IRC | 04:07 | |
*** JuanDRay has joined #openstack | 04:07 | |
*** bhrobinson has joined #openstack | 04:07 | |
*** Coyo has joined #openstack | 04:07 | |
*** Coyo is now known as Guest17461 | 04:08 | |
*** IlyaE has quit IRC | 04:08 | |
*** bhrobins_ has joined #openstack | 04:10 | |
*** chudel has joined #openstack | 04:10 | |
*** zz_tsykoduk is now known as tsykoduk | 04:10 | |
*** bhrobinson has quit IRC | 04:10 | |
*** matsuhashi has quit IRC | 04:12 | |
*** jecarey has quit IRC | 04:12 | |
*** matsuhashi has joined #openstack | 04:13 | |
*** satheesh1 has joined #openstack | 04:15 | |
*** pmathews has quit IRC | 04:16 | |
*** matsuhashi has quit IRC | 04:17 | |
*** nosnos has quit IRC | 04:17 | |
*** nosnos_ has joined #openstack | 04:17 | |
*** bhrobins_ has quit IRC | 04:19 | |
*** bhrobinson has joined #openstack | 04:19 | |
*** dguerri_ has quit IRC | 04:19 | |
*** tsykoduk is now known as zz_tsykoduk | 04:20 | |
*** ccs has joined #openstack | 04:20 | |
*** evanjfraser has quit IRC | 04:20 | |
*** xuan-lunch is now known as xuan | 04:21 | |
*** nosnos_ has quit IRC | 04:22 | |
*** dguerri has joined #openstack | 04:22 | |
*** nosnos has joined #openstack | 04:23 | |
*** glejeune_taf has joined #openstack | 04:23 | |
*** bhrobinson has quit IRC | 04:24 | |
*** chudel has quit IRC | 04:24 | |
*** abcd has joined #openstack | 04:25 | |
*** glejeun__ has joined #openstack | 04:25 | |
*** abcd is now known as Guest88041 | 04:25 | |
*** nosnos has quit IRC | 04:26 | |
*** evanz_ has quit IRC | 04:26 | |
*** glejeu___ has joined #openstack | 04:27 | |
*** cody-somerville has quit IRC | 04:27 | |
*** glejeune_taf has quit IRC | 04:28 | |
*** glejeu___ has quit IRC | 04:28 | |
*** melmoth has quit IRC | 04:28 | |
*** glejeune_taf has joined #openstack | 04:29 | |
*** nosnos has joined #openstack | 04:29 | |
*** glejeun__ has quit IRC | 04:29 | |
*** glejeune_taf has quit IRC | 04:30 | |
*** glejeune_taf has joined #openstack | 04:30 | |
*** tombar has quit IRC | 04:32 | |
*** glejeune_taf has quit IRC | 04:32 | |
*** glejeune_taf has joined #openstack | 04:32 | |
*** ravikup has joined #openstack | 04:32 | |
*** neha has joined #openstack | 04:33 | |
*** nosnos_ has joined #openstack | 04:33 | |
*** glejeune_taf has quit IRC | 04:34 | |
*** jttam has joined #openstack | 04:34 | |
*** glejeune_taf has joined #openstack | 04:34 | |
*** badiane_ka has joined #openstack | 04:34 | |
*** thingee is now known as thingee_zzz | 04:35 | |
*** glejeune_taf has quit IRC | 04:35 | |
*** glejeune_taf has joined #openstack | 04:36 | |
*** cdub_ has quit IRC | 04:36 | |
*** sumanth has joined #openstack | 04:36 | |
*** nosnos has quit IRC | 04:37 | |
*** glejeune_taf has quit IRC | 04:37 | |
*** glejeune_taf has joined #openstack | 04:37 | |
*** jttam has quit IRC | 04:38 | |
*** glejeune_taf has quit IRC | 04:39 | |
*** glejeune_taf has joined #openstack | 04:39 | |
*** aeperezt has quit IRC | 04:40 | |
*** glejeune_taf has quit IRC | 04:40 | |
*** cody-somerville has joined #openstack | 04:40 | |
*** glejeune_taf has joined #openstack | 04:41 | |
*** melmoth has joined #openstack | 04:42 | |
*** glejeune_taf has quit IRC | 04:42 | |
*** souvik1 has joined #openstack | 04:42 | |
*** glejeune_taf has joined #openstack | 04:43 | |
*** colinmcnamara has quit IRC | 04:43 | |
*** enarciso has quit IRC | 04:44 | |
*** colinmcnamara has joined #openstack | 04:44 | |
*** glejeune_taf has quit IRC | 04:44 | |
*** glejeune_taf has joined #openstack | 04:45 | |
*** glejeune_taf has quit IRC | 04:46 | |
*** glejeune_taf has joined #openstack | 04:46 | |
*** colinmcnamara has quit IRC | 04:48 | |
*** glejeune_taf has joined #openstack | 04:48 | |
*** glejeune_taf has quit IRC | 04:50 | |
*** glejeune_taf has joined #openstack | 04:50 | |
*** nkhare has joined #openstack | 04:51 | |
*** glejeune_taf has quit IRC | 04:51 | |
*** klync has quit IRC | 04:52 | |
*** klync has joined #openstack | 04:52 | |
*** glejeune_taf has joined #openstack | 04:52 | |
*** mikeoutland has quit IRC | 04:53 | |
*** zerick has quit IRC | 04:53 | |
*** glejeune_taf has quit IRC | 04:53 | |
*** glejeune_taf has joined #openstack | 04:54 | |
*** psharma has joined #openstack | 04:54 | |
*** stevem has quit IRC | 04:55 | |
*** glejeune_taf has quit IRC | 04:55 | |
*** galstrom is now known as galstrom_zzz | 04:55 | |
*** MaxV has quit IRC | 04:55 | |
*** glejeune_taf has joined #openstack | 04:55 | |
*** markpeek has quit IRC | 04:56 | |
*** glejeune_taf has quit IRC | 04:57 | |
*** glejeune_taf has joined #openstack | 04:57 | |
*** glejeun__ has joined #openstack | 04:59 | |
*** glejeune_taf has quit IRC | 04:59 | |
*** alfredo77 has joined #openstack | 05:00 | |
*** glejeun__ has quit IRC | 05:00 | |
*** glejeune_taf has joined #openstack | 05:01 | |
*** satheesh1 has quit IRC | 05:01 | |
*** glejeune_taf has quit IRC | 05:02 | |
*** glejeune_taf has joined #openstack | 05:02 | |
*** jeflui has quit IRC | 05:03 | |
*** pravins has joined #openstack | 05:03 | |
*** matsuhashi has joined #openstack | 05:04 | |
*** glejeune_taf has quit IRC | 05:04 | |
*** glejeune_taf has joined #openstack | 05:04 | |
*** zerick has joined #openstack | 05:05 | |
*** jamespage has quit IRC | 05:05 | |
*** jeflui has joined #openstack | 05:05 | |
*** glejeune_taf has quit IRC | 05:06 | |
*** glejeune_taf has joined #openstack | 05:06 | |
*** vfiduccia has quit IRC | 05:06 | |
*** evanjfraser has joined #openstack | 05:07 | |
*** glejeune_taf has quit IRC | 05:07 | |
*** glejeune_taf has joined #openstack | 05:08 | |
*** glejeune_taf has quit IRC | 05:09 | |
*** glejeune_taf has joined #openstack | 05:10 | |
*** slick- has joined #openstack | 05:10 | |
*** MaxV has joined #openstack | 05:11 | |
*** glejeune_taf has quit IRC | 05:11 | |
slick- | nickserv identify carlos | 05:11 |
*** glejeune_taf has joined #openstack | 05:11 | |
*** slick- has quit IRC | 05:12 | |
*** satheesh1 has joined #openstack | 05:13 | |
*** HenryG has quit IRC | 05:13 | |
*** glejeune_taf has quit IRC | 05:13 | |
*** evanz_ has joined #openstack | 05:13 | |
*** ccustine has quit IRC | 05:13 | |
*** glejeune_taf has joined #openstack | 05:13 | |
*** ccustine has joined #openstack | 05:14 | |
*** glejeune_taf has quit IRC | 05:15 | |
*** glejeune_taf has joined #openstack | 05:15 | |
*** germanoak has quit IRC | 05:16 | |
*** zerick has quit IRC | 05:16 | |
wink | congratulalations on new password :) | 05:17 |
melmoth | :) | 05:17 |
*** tito_ has joined #openstack | 05:18 | |
*** jayahn has joined #openstack | 05:19 | |
*** bhrobinson has joined #openstack | 05:20 | |
*** glejeune_taf has quit IRC | 05:20 | |
*** k_stev1 has quit IRC | 05:20 | |
*** evanjfraser has quit IRC | 05:20 | |
*** neoguy has joined #openstack | 05:21 | |
*** tito_ has quit IRC | 05:22 | |
*** satheesh1 has quit IRC | 05:23 | |
*** vlad_starkov has joined #openstack | 05:24 | |
*** souvik1 has quit IRC | 05:25 | |
*** bhrobinson has quit IRC | 05:25 | |
*** jayahn has quit IRC | 05:26 | |
*** vlad_sta_ has quit IRC | 05:26 | |
*** jeflui has quit IRC | 05:27 | |
*** nosnos_ has quit IRC | 05:28 | |
*** nosnos has joined #openstack | 05:28 | |
*** anniec has joined #openstack | 05:30 | |
*** bhrobinson has joined #openstack | 05:30 | |
*** sayan has joined #openstack | 05:30 | |
*** anniec has quit IRC | 05:31 | |
*** jttam has joined #openstack | 05:35 | |
*** chandankumar has quit IRC | 05:35 | |
*** bhrobinson has quit IRC | 05:35 | |
*** nshaikh has joined #openstack | 05:35 | |
*** SushilKM has joined #openstack | 05:35 | |
*** sgviking has quit IRC | 05:37 | |
*** JuanDRay has quit IRC | 05:37 | |
*** yamahata has quit IRC | 05:37 | |
*** Anticimex has quit IRC | 05:38 | |
*** Anticimex has joined #openstack | 05:38 | |
*** jttam has quit IRC | 05:39 | |
*** anniec has joined #openstack | 05:39 | |
*** anniec has left #openstack | 05:39 | |
*** chandankumar has joined #openstack | 05:39 | |
*** satheesh1 has joined #openstack | 05:42 | |
*** pablosan has quit IRC | 05:44 | |
*** alfredo77 has quit IRC | 05:45 | |
*** rnorwood2 has quit IRC | 05:45 | |
*** sayan has quit IRC | 05:46 | |
*** comay has quit IRC | 05:47 | |
*** kushal has joined #openstack | 05:48 | |
*** dns42 has quit IRC | 05:49 | |
*** dns42 has joined #openstack | 05:49 | |
*** MaxV has quit IRC | 05:50 | |
*** KyleMacDonald has quit IRC | 05:51 | |
*** changbl has quit IRC | 05:51 | |
*** ryanpetrello has quit IRC | 05:51 | |
*** KyleMacDonald has joined #openstack | 05:55 | |
*** ravikup has quit IRC | 05:55 | |
*** devioslang has quit IRC | 05:55 | |
*** anniec_ has joined #openstack | 05:55 | |
*** pravins has quit IRC | 05:57 | |
*** zsun has quit IRC | 05:58 | |
*** satheesh1 has quit IRC | 05:58 | |
*** zsun has joined #openstack | 05:59 | |
*** vlad_sta_ has joined #openstack | 05:59 | |
*** judd7 has quit IRC | 06:00 | |
*** ravikup has joined #openstack | 06:02 | |
*** pravins has joined #openstack | 06:02 | |
*** vlad_starkov has quit IRC | 06:02 | |
wink | praveenkumar: nova-manage service disable HOST SERVICE | 06:03 |
*** KaZeR has quit IRC | 06:05 | |
wink | still trying to wrap my head around "compute node in different datacenter, not on the same private net as controller" - seeing as GRE isn't encrypted either, wouldn't it be best to connect controller/compute via openvpn and then use the openvpn private IP as local_ip inovs_quantum_plugin.ini ? | 06:06 |
*** satheesh has joined #openstack | 06:06 | |
*** nosnos_ has joined #openstack | 06:06 | |
*** ArcTanSusan has joined #openstack | 06:06 | |
*** jeremy has quit IRC | 06:07 | |
*** nosnos has quit IRC | 06:08 | |
*** ivan``_ has quit IRC | 06:08 | |
*** sdague has quit IRC | 06:08 | |
*** AmandaC has quit IRC | 06:08 | |
*** wastrel has quit IRC | 06:08 | |
*** jfield has quit IRC | 06:09 | |
*** ches has quit IRC | 06:09 | |
*** ArminderS has quit IRC | 06:11 | |
*** jfield has joined #openstack | 06:12 | |
*** jeremy has joined #openstack | 06:13 | |
*** wastrel has joined #openstack | 06:13 | |
*** AmandaC has joined #openstack | 06:13 | |
*** sdague has joined #openstack | 06:13 | |
*** ivan`` has joined #openstack | 06:13 | |
praveenkumar | wink: that will only disable the service but when you do "nova host-list" then host will still present there. | 06:14 |
praveenkumar | wink: I want to remove that host not only it's services. | 06:15 |
*** wastrel_ has joined #openstack | 06:15 | |
*** _ozstacker_ has joined #openstack | 06:15 | |
*** beginner_1 has quit IRC | 06:16 | |
wink | praveenkumar: yeah ok, but at least it should not be used for anything. certainly beats stopping the service ;) | 06:16 |
*** ozstacker has quit IRC | 06:17 | |
praveenkumar | wink: yes, so when I add a compute node then it's automatic added and present in host-list but there is no way from nova cli to remove it right? | 06:18 |
*** glejeune_taf has joined #openstack | 06:18 | |
*** krypto has joined #openstack | 06:18 | |
*** MaxV has joined #openstack | 06:18 | |
*** ravikup has quit IRC | 06:18 | |
*** makara has joined #openstack | 06:19 | |
wink | not sure, sorry | 06:19 |
*** wastrel_ has quit IRC | 06:19 | |
*** wastrel has quit IRC | 06:19 | |
*** glejeun__ has joined #openstack | 06:19 | |
*** jrb has joined #openstack | 06:20 | |
*** wastrel has joined #openstack | 06:20 | |
*** brumit has quit IRC | 06:20 | |
*** bhrobinson has joined #openstack | 06:20 | |
*** vlad_sta_ has quit IRC | 06:20 | |
*** marun has joined #openstack | 06:20 | |
*** vlad_starkov has joined #openstack | 06:21 | |
*** rushiagr has joined #openstack | 06:21 | |
*** glejeune_taf has quit IRC | 06:22 | |
praveenkumar | it's ok | 06:22 |
*** digges has joined #openstack | 06:22 | |
*** ravikup has joined #openstack | 06:22 | |
*** glejeun__ has quit IRC | 06:24 | |
*** ravikup has quit IRC | 06:24 | |
*** bhrobinson has quit IRC | 06:25 | |
*** marun_ has joined #openstack | 06:25 | |
*** marun has quit IRC | 06:25 | |
*** marun_ is now known as marun | 06:25 | |
*** rushiagr has quit IRC | 06:26 | |
*** ArminderS has joined #openstack | 06:27 | |
*** nexus_monkey has joined #openstack | 06:28 | |
*** rushiagr has joined #openstack | 06:30 | |
*** egallen has quit IRC | 06:31 | |
*** ade_b has joined #openstack | 06:33 | |
*** sayan has joined #openstack | 06:34 | |
*** chasmo has joined #openstack | 06:35 | |
*** jttam has joined #openstack | 06:35 | |
*** linuxfreck has joined #openstack | 06:35 | |
*** sushils has quit IRC | 06:37 | |
*** ravikup has joined #openstack | 06:37 | |
*** jttam has quit IRC | 06:39 | |
*** ahs3 has quit IRC | 06:39 | |
*** sayan has quit IRC | 06:40 | |
*** chasmo has quit IRC | 06:41 | |
*** ravikup has quit IRC | 06:42 | |
*** psharma_ has joined #openstack | 06:43 | |
*** vkozhukalov has quit IRC | 06:43 | |
*** MaxV has quit IRC | 06:43 | |
*** ravikup has joined #openstack | 06:44 | |
*** MaxV has joined #openstack | 06:44 | |
*** psharma has quit IRC | 06:44 | |
*** vlad_starkov has quit IRC | 06:44 | |
*** jkf has quit IRC | 06:44 | |
*** MaxV has quit IRC | 06:48 | |
*** yrabl has joined #openstack | 06:48 | |
*** MaxV has joined #openstack | 06:48 | |
*** tonyha has quit IRC | 06:49 | |
*** gdubreui has quit IRC | 06:49 | |
*** kbrierly has joined #openstack | 06:50 | |
*** jrb has quit IRC | 06:51 | |
balar | I deleted /usr/local/bin/lesscpy by mistake, do you know where this points to - looks like it is one of the python packages. | 06:53 |
*** MaxV has quit IRC | 06:53 | |
*** marun has quit IRC | 06:54 | |
*** SkyRocknRoll has joined #openstack | 06:54 | |
*** sayan has joined #openstack | 06:55 | |
*** nanjj has joined #openstack | 06:55 | |
wink | I don't have that on any of the boxes I jsut checked | 06:57 |
*** vlad_starkov has joined #openstack | 06:58 | |
balar | I am running Ubuntu 12.04.3 LTS with the latest devstack code. | 06:59 |
*** itarchitectkev has joined #openstack | 06:59 | |
wink | ah, lessc. in /usr/bin and /usr/share/openstack-dashboard/bin/less/ | 06:59 |
wink | which really is the LESS compiler, in node.js | 07:00 |
*** vlad_starkov has quit IRC | 07:00 | |
wink | and I don;t have devstack, only grizzly | 07:01 |
*** konrad-k has joined #openstack | 07:01 | |
balar | I do not have lessc in /usr/bin, and I do not have the directory /usr/share/openstack-dashboard | 07:02 |
*** odyssey4me has joined #openstack | 07:05 | |
*** ahs3 has joined #openstack | 07:07 | |
*** yaguang has joined #openstack | 07:09 | |
*** digges has quit IRC | 07:10 | |
*** Dga has joined #openstack | 07:10 | |
*** netto has joined #openstack | 07:12 | |
*** coolsvap has joined #openstack | 07:13 | |
*** ravikup has quit IRC | 07:15 | |
*** yaguang has quit IRC | 07:16 | |
*** vartom113 has joined #openstack | 07:16 | |
*** fifieldt has quit IRC | 07:16 | |
*** KaZeR has joined #openstack | 07:17 | |
*** yaguang has joined #openstack | 07:17 | |
*** netto has quit IRC | 07:20 | |
*** amerine has joined #openstack | 07:21 | |
*** KaZeR has quit IRC | 07:21 | |
*** bhrobinson has joined #openstack | 07:21 | |
*** glejeune_taf has joined #openstack | 07:22 | |
*** nosnos_ has quit IRC | 07:22 | |
*** reddix has joined #openstack | 07:22 | |
*** nosnos has joined #openstack | 07:22 | |
*** msekleta has joined #openstack | 07:22 | |
*** glejeun__ has joined #openstack | 07:24 | |
*** glejeune_taf has quit IRC | 07:24 | |
*** satheesh has quit IRC | 07:25 | |
*** glejeun__ has quit IRC | 07:25 | |
*** glejeune_taf has joined #openstack | 07:25 | |
*** glejeune_taf has quit IRC | 07:27 | |
*** glejeune_taf has joined #openstack | 07:27 | |
*** msekleta has quit IRC | 07:27 | |
*** bhrobinson has quit IRC | 07:28 | |
*** glejeune_taf has quit IRC | 07:28 | |
*** glejeune_taf has joined #openstack | 07:29 | |
*** rdnsget has joined #openstack | 07:29 | |
*** rdnsget has left #openstack | 07:29 | |
*** s51itxsyc has joined #openstack | 07:31 | |
*** glejeune_taf has quit IRC | 07:31 | |
*** glejeun__ has joined #openstack | 07:31 | |
*** rmoe has quit IRC | 07:31 | |
*** gmurphy has quit IRC | 07:31 | |
*** mrunge has joined #openstack | 07:31 | |
s51itxsyc | any one know the password for the fedora image <http://docs.openstack.org/image-guide/content/ch_obtaining_images.html> | 07:31 |
*** glejeun__ has quit IRC | 07:32 | |
*** jcoufal has joined #openstack | 07:32 | |
*** glejeune_taf has joined #openstack | 07:33 | |
*** jlibosva has joined #openstack | 07:33 | |
*** glejeune_taf has quit IRC | 07:34 | |
*** glejeune_taf has joined #openstack | 07:34 | |
ArminderS | s51itxsyc: i believe you need to login using key with username as fedora | 07:35 |
ArminderS | and fedora user has the sudo privileges | 07:35 |
*** berendt has joined #openstack | 07:35 | |
ArminderS | you can always go into single mode and change the password from console | 07:35 |
*** jttam has joined #openstack | 07:36 | |
*** jlibosva has quit IRC | 07:36 | |
*** jlibosva has joined #openstack | 07:36 | |
*** sushils has joined #openstack | 07:36 | |
ArminderS | For Fedora 18 and older releases the user is ec2-user | 07:36 |
*** amerine has quit IRC | 07:36 | |
s51itxsyc | AmandaC: there's key injection issue when trying to boot it, so... | 07:36 |
ArminderS | For Fedora 19 and newer releases, the user is fedora | 07:36 |
s51itxsyc | ArminderS: :) | 07:37 |
ArminderS | boot into single and you will be good | 07:37 |
s51itxsyc | ack, thanks | 07:37 |
*** glejeune_taf has quit IRC | 07:39 | |
*** jprovazn has joined #openstack | 07:39 | |
*** yamahata has joined #openstack | 07:39 | |
*** jttam has quit IRC | 07:40 | |
*** rushiagr has quit IRC | 07:41 | |
*** tzn has joined #openstack | 07:41 | |
*** jamespage has joined #openstack | 07:41 | |
*** makara has quit IRC | 07:41 | |
*** makara has joined #openstack | 07:41 | |
*** jodok has quit IRC | 07:41 | |
*** erkules_ is now known as erkules | 07:42 | |
*** dns42 has quit IRC | 07:43 | |
*** dns42 has joined #openstack | 07:43 | |
*** rods has quit IRC | 07:44 | |
*** rushiagr has joined #openstack | 07:45 | |
*** jlibosva has quit IRC | 07:47 | |
*** jlibosva has joined #openstack | 07:47 | |
*** belmoreira has joined #openstack | 07:48 | |
*** pbarquero has quit IRC | 07:49 | |
*** disappear has joined #openstack | 07:51 | |
*** tzn has quit IRC | 07:53 | |
*** pravins has quit IRC | 07:53 | |
*** egallen has joined #openstack | 07:53 | |
*** ArcTanSusan has quit IRC | 07:53 | |
*** ruo91 has quit IRC | 07:53 | |
*** ruo91 has joined #openstack | 07:54 | |
*** pantea has joined #openstack | 07:54 | |
*** xqueralt has joined #openstack | 07:57 | |
*** pravins has joined #openstack | 07:57 | |
*** sheldonh_ is now known as sheldonh | 07:57 | |
*** ArcTanSusan has joined #openstack | 07:58 | |
sheldonh | it's pretty annoying that the distros all use a different cloud boot user | 07:58 |
*** bangmin has joined #openstack | 07:59 | |
*** jhesketh__ has quit IRC | 07:59 | |
ArminderS | aye, thats why i prefer to create my own | 07:59 |
*** bangmin has left #openstack | 08:00 | |
*** Guest88041 has quit IRC | 08:00 | |
*** jodok has joined #openstack | 08:01 | |
*** franc has joined #openstack | 08:02 | |
*** xqueralt has quit IRC | 08:02 | |
*** dtx00ff has joined #openstack | 08:02 | |
*** rods has joined #openstack | 08:03 | |
*** boden has joined #openstack | 08:03 | |
*** flaper87|afk is now known as flaper87 | 08:03 | |
*** corXi has joined #openstack | 08:04 | |
*** vds has joined #openstack | 08:04 | |
Q310 | Anyone know if its possible to change the kvm cpu type per instance? say you want to run normal instances with the best performance but older instances can only work with say Nehalem bases processors and i'd rather not have to force the whole host into "Nehalem mode" | 08:05 |
*** anniec_ has quit IRC | 08:06 | |
*** maxdml has joined #openstack | 08:07 | |
*** mattymo has joined #openstack | 08:08 | |
*** tzn has joined #openstack | 08:08 | |
*** blamar_ has joined #openstack | 08:11 | |
*** davidhadas has quit IRC | 08:12 | |
*** blamar has quit IRC | 08:12 | |
*** blamar_ is now known as blamar | 08:12 | |
*** perror has joined #openstack | 08:13 | |
*** devvesa has joined #openstack | 08:13 | |
*** matsuhashi has quit IRC | 08:14 | |
*** KyleMacDonald has quit IRC | 08:14 | |
*** KyleMacDonald has joined #openstack | 08:15 | |
*** siso has joined #openstack | 08:16 | |
*** xqueralt has joined #openstack | 08:16 | |
*** michaelneale has quit IRC | 08:16 | |
*** KaZeR has joined #openstack | 08:17 | |
ArminderS | i think, you can do that within instance xml | 08:17 |
*** matsuhas_ has joined #openstack | 08:17 | |
*** vkozhukalov has joined #openstack | 08:18 | |
*** ArcTanSusan has quit IRC | 08:18 | |
*** sayan has quit IRC | 08:20 | |
*** xqueralt has quit IRC | 08:21 | |
*** xqueralt has joined #openstack | 08:21 | |
*** shardy_afk is now known as shardy | 08:22 | |
*** MaxV has joined #openstack | 08:23 | |
*** KaZeR has quit IRC | 08:23 | |
*** bhrobinson has joined #openstack | 08:24 | |
*** omachace has joined #openstack | 08:26 | |
*** fsimonce has joined #openstack | 08:27 | |
*** SushilKM has quit IRC | 08:28 | |
*** jistr has joined #openstack | 08:28 | |
*** bhrobinson has quit IRC | 08:29 | |
*** thorfinn has joined #openstack | 08:29 | |
*** jodok has quit IRC | 08:31 | |
*** ravikup has joined #openstack | 08:31 | |
*** sayan has joined #openstack | 08:32 | |
*** vkozhukalov has quit IRC | 08:32 | |
*** satheesh has joined #openstack | 08:34 | |
*** KyleMacDonald has quit IRC | 08:35 | |
*** matanya has joined #openstack | 08:35 | |
*** tzn has quit IRC | 08:37 | |
*** glejeune_taf has joined #openstack | 08:37 | |
*** chinychinchin has joined #openstack | 08:38 | |
*** ccs has quit IRC | 08:38 | |
*** glejeune_taf has quit IRC | 08:38 | |
*** glejeune_taf has joined #openstack | 08:39 | |
*** glejeun__ has joined #openstack | 08:40 | |
*** glejeune_taf has quit IRC | 08:40 | |
*** pravins has quit IRC | 08:41 | |
*** SkyRocknRoll has quit IRC | 08:41 | |
*** lsmola_ has joined #openstack | 08:41 | |
*** germanoak has joined #openstack | 08:42 | |
*** glejeun__ has quit IRC | 08:42 | |
*** glejeune_taf has joined #openstack | 08:42 | |
*** chinychinchin has quit IRC | 08:44 | |
*** germanoa_ has joined #openstack | 08:44 | |
*** chinychinchin has joined #openstack | 08:44 | |
*** vkozhukalov has joined #openstack | 08:44 | |
*** arif-ali has joined #openstack | 08:44 | |
muehsi | I got some problem with Neutron and bigswitch plugin... I cannot create Networks.. https://groups.google.com/a/openflowhub.org/forum/#!topic/floodlight-dev/tWqSgU_H1Dg | 08:44 |
muehsi | can anyone help? | 08:44 |
*** chinychinchin has quit IRC | 08:45 | |
*** egallen has quit IRC | 08:45 | |
geoffr | hi all, anyone tried out the VxLAN configuration with Neutron? Sounds very interesting | 08:45 |
*** glejeun__ has joined #openstack | 08:46 | |
*** glejeune_taf has quit IRC | 08:47 | |
*** germanoak has quit IRC | 08:47 | |
*** glejeune_taf has joined #openstack | 08:48 | |
*** choirboy has quit IRC | 08:48 | |
*** glejeune_taf has quit IRC | 08:49 | |
*** glejeune_taf has joined #openstack | 08:50 | |
*** tzn has joined #openstack | 08:50 | |
*** glejeun__ has quit IRC | 08:50 | |
*** nagyz has joined #openstack | 08:50 | |
nagyz | hey | 08:50 |
nagyz | so anybody using libvirt_images_type=rbd? | 08:51 |
*** glejeune_taf has quit IRC | 08:51 | |
*** jodok has joined #openstack | 08:51 | |
*** glejeune_taf has joined #openstack | 08:51 | |
*** satheesh has quit IRC | 08:53 | |
*** che-arne has quit IRC | 08:53 | |
*** mindpixel has joined #openstack | 08:53 | |
*** glejeun__ has joined #openstack | 08:53 | |
*** matsuhas_ has quit IRC | 08:54 | |
*** matsuhashi has joined #openstack | 08:55 | |
*** mbernacc has joined #openstack | 08:55 | |
*** glejeune_taf has quit IRC | 08:56 | |
*** SushilKM has joined #openstack | 08:56 | |
*** glejeun__ has quit IRC | 08:56 | |
*** glejeune_taf has joined #openstack | 08:57 | |
*** cocoadaemon has joined #openstack | 08:57 | |
*** mmagr has joined #openstack | 08:59 | |
*** mkerrin has joined #openstack | 08:59 | |
*** glejeune_taf has quit IRC | 08:59 | |
*** satheesh1 has joined #openstack | 08:59 | |
*** jodok has quit IRC | 08:59 | |
*** glejeune_taf has joined #openstack | 08:59 | |
*** yamahata has quit IRC | 08:59 | |
*** paragan has quit IRC | 08:59 | |
*** matsuhashi has quit IRC | 08:59 | |
*** melmoth has quit IRC | 09:00 | |
*** glejeune_taf has quit IRC | 09:00 | |
*** ddos has quit IRC | 09:01 | |
*** glejeune_taf has joined #openstack | 09:01 | |
*** rushiagr has quit IRC | 09:02 | |
*** matsuhashi has joined #openstack | 09:02 | |
*** ddos has joined #openstack | 09:02 | |
*** davidhadas has joined #openstack | 09:03 | |
*** fikst has joined #openstack | 09:03 | |
*** jhesketh has quit IRC | 09:03 | |
*** rushiagr has joined #openstack | 09:03 | |
geoffr | I have removed Neutron and gone back to nova networking but the dashboard is now broken with "Connection to neutron failed: Maximum attempts reached" , does anyone know how to remove its reference? | 09:04 |
mrunge | geoffr, make sure, nova-network process is running | 09:06 |
*** glejeune_taf has quit IRC | 09:06 | |
*** tonyha has joined #openstack | 09:07 | |
geoffr | mrunge: thanks it is definitely running on the compute nodes, I can create a vm using the cli and connect to it just fine. Its just the dashboard broken and it's debug log contains that error regarding still trying to connect to neutron | 09:08 |
mrunge | geoffr, dashboard reads the endpoints from keystone service catalog | 09:09 |
mrunge | look for network key there | 09:09 |
geoffr | mrunge: ah ok thanks, will check that | 09:09 |
geoffr | yep still has "Neutron Networking Service" in the service-lsit | 09:09 |
geoffr | brilliant the dashboard lives again! thanks very much | 09:10 |
*** glejeune_taf has joined #openstack | 09:10 | |
mrunge | you're welcome | 09:11 |
*** rushiagr has left #openstack | 09:11 | |
*** rushiagr2 has joined #openstack | 09:12 | |
*** glejeun__ has joined #openstack | 09:12 | |
*** yamahata has joined #openstack | 09:13 | |
*** glejeun__ has quit IRC | 09:14 | |
*** devnull1 has joined #openstack | 09:14 | |
*** glejeune_taf has quit IRC | 09:14 | |
*** glejeun__ has joined #openstack | 09:14 | |
*** jodok has joined #openstack | 09:14 | |
*** KaZeR has joined #openstack | 09:18 | |
*** tzn has quit IRC | 09:18 | |
*** kurt__ has quit IRC | 09:19 | |
*** glejeun__ has quit IRC | 09:19 | |
*** jodok has quit IRC | 09:19 | |
*** psharma_ has quit IRC | 09:19 | |
*** giorgiodinapoli has joined #openstack | 09:19 | |
*** eglynn has joined #openstack | 09:20 | |
*** max__ has joined #openstack | 09:20 | |
*** jodok has joined #openstack | 09:20 | |
*** max__ has quit IRC | 09:20 | |
*** pixelb has joined #openstack | 09:22 | |
*** exed has joined #openstack | 09:22 | |
*** _sulo has joined #openstack | 09:22 | |
*** KaZeR has quit IRC | 09:23 | |
*** msekleta has joined #openstack | 09:23 | |
*** bhrobinson has joined #openstack | 09:25 | |
*** msekleta has quit IRC | 09:25 | |
*** dfarrell-41678 has quit IRC | 09:26 | |
*** tzn has joined #openstack | 09:26 | |
*** jodok has quit IRC | 09:26 | |
*** vlad_starkov has joined #openstack | 09:27 | |
*** MarcMorata has joined #openstack | 09:27 | |
*** matsuhashi has quit IRC | 09:28 | |
*** matsuhashi has joined #openstack | 09:29 | |
*** jpich has joined #openstack | 09:29 | |
*** derekh has joined #openstack | 09:30 | |
*** abhisheks91 has joined #openstack | 09:30 | |
*** dizquierdo has joined #openstack | 09:30 | |
*** ezziepat has joined #openstack | 09:31 | |
*** abhisheks91 has quit IRC | 09:32 | |
*** tonyha has quit IRC | 09:32 | |
*** bhrobinson has quit IRC | 09:32 | |
*** A[D]minS has joined #openstack | 09:33 | |
*** A[D]minS has joined #openstack | 09:33 | |
*** ravikup has quit IRC | 09:33 | |
*** matsuhashi has quit IRC | 09:33 | |
*** vlad_starkov has quit IRC | 09:33 | |
*** nshaikh has left #openstack | 09:35 | |
exed | hi, whats the common way to setup a multi datacenter setup with grizzly? especially the gee tunneling setup between the two network nodes. | 09:35 |
*** arezmerita has quit IRC | 09:35 | |
*** satheesh1 has quit IRC | 09:35 | |
*** jamiec has quit IRC | 09:38 | |
*** jamiec has joined #openstack | 09:38 | |
*** _sulo has quit IRC | 09:40 | |
*** fandikurnia01 has quit IRC | 09:42 | |
*** tzn has quit IRC | 09:42 | |
*** fandikurnia01 has joined #openstack | 09:42 | |
*** jodok has joined #openstack | 09:42 | |
*** pantea has quit IRC | 09:42 | |
*** matsuhashi has joined #openstack | 09:42 | |
*** jamiec has quit IRC | 09:43 | |
*** msgodf has joined #openstack | 09:43 | |
*** thorfinn has quit IRC | 09:45 | |
*** jodok has quit IRC | 09:46 | |
*** ndipanov_gone is now known as ndipanov | 09:46 | |
*** dtx00ff has quit IRC | 09:46 | |
*** kurt__ has joined #openstack | 09:47 | |
*** msekleta has joined #openstack | 09:47 | |
*** jodok has joined #openstack | 09:48 | |
*** satheesh1 has joined #openstack | 09:50 | |
*** jodok has quit IRC | 09:51 | |
*** exed has quit IRC | 09:51 | |
*** rbansal1 has joined #openstack | 09:51 | |
rbansal1 | Hi All | 09:51 |
*** mkollaro has joined #openstack | 09:52 | |
*** bbcmicrocomputer has joined #openstack | 09:52 | |
*** bbcmicrocomputer has joined #openstack | 09:52 | |
*** exed has joined #openstack | 09:52 | |
*** mindpixel has quit IRC | 09:53 | |
*** jtomasek has joined #openstack | 09:54 | |
*** ioggstream has joined #openstack | 09:55 | |
rbansal1 | I am still facing the problem in creating the cinder-volume | 09:55 |
rbansal1 | Can someone please have a look at the logs: http://paste.openstack.org/show/50270/ | 09:56 |
*** jodok has joined #openstack | 09:56 | |
*** yamahata has quit IRC | 09:57 | |
*** thorfinn has joined #openstack | 09:57 | |
*** pablohn has joined #openstack | 09:57 | |
*** Egyptian[Laptop] has joined #openstack | 09:59 | |
*** pantea has joined #openstack | 09:59 | |
*** gdubreui has joined #openstack | 10:00 | |
*** ioggstream has quit IRC | 10:00 | |
*** jodok has quit IRC | 10:00 | |
*** davidhadas_ has joined #openstack | 10:01 | |
*** davidhadas has quit IRC | 10:02 | |
*** ioggstream has joined #openstack | 10:02 | |
*** matsuhashi has quit IRC | 10:04 | |
*** bingbu has quit IRC | 10:04 | |
*** A[D]minS has quit IRC | 10:07 | |
*** makara has quit IRC | 10:08 | |
*** matsuhashi has joined #openstack | 10:08 | |
*** Supa has joined #openstack | 10:09 | |
Supa | PING 97670776 | 10:09 |
Supa | PING 97674271 | 10:09 |
Supa | PING 97674271 | 10:09 |
Supa | PING 97674271 | 10:09 |
Supa | PING 97674271 | 10:09 |
Supa | PING 97674271 | 10:09 |
Supa | PING 97674271 | 10:09 |
Supa | PING 97674271 | 10:09 |
Supa | PING 97674271 | 10:09 |
Supa | PING 97679887 | 10:09 |
Supa | PING 97693116 | 10:10 |
Supa | PING 97693116 | 10:10 |
*** klync has quit IRC | 10:10 | |
Supa | PING 97693116 | 10:10 |
Supa | PING 97693116 | 10:10 |
Supa | PING 97693131 | 10:10 |
Supa | PING 97693131 | 10:10 |
Supa | PING 97693131 | 10:10 |
Supa | PING 97693131 | 10:10 |
Supa | PING 97693131 | 10:10 |
Supa | PING 97702522 | 10:10 |
Supa | PING 97702522 | 10:10 |
Supa | PING 97702522 | 10:10 |
Supa | PING 97702522 | 10:10 |
Supa | PING 97702522 | 10:10 |
Supa | PING 97702522 | 10:10 |
Supa | PING 97702522 | 10:10 |
Supa | PING 97702522 | 10:10 |
Supa | PING 97702522 | 10:10 |
Supa | PING 97707234 | 10:10 |
Supa | PING 97707234 | 10:10 |
Supa | PING 97716625 | 10:10 |
Supa | PING 97716625 | 10:10 |
Supa | PING 97716625 | 10:10 |
Supa | PING 97716625 | 10:10 |
Supa | PING 97716625 | 10:10 |
Supa | PING 97716625 | 10:10 |
Supa | PING 97716625 | 10:10 |
Supa | PING 97716641 | 10:10 |
Supa | PING 97716641 | 10:10 |
Supa | PING 97737092 | 10:10 |
Supa | PING 97737092 | 10:10 |
Supa | PING 97737092 | 10:10 |
Supa | PING 97737092 | 10:10 |
Supa | PING 97737092 | 10:10 |
Supa | PING 97737092 | 10:10 |
Supa | PING 97737108 | 10:10 |
Supa | PING 97737108 | 10:10 |
Supa | PING 97737108 | 10:10 |
*** sputnik13 has joined #openstack | 10:10 | |
Supa | PING 97744814 | 10:10 |
Supa | PING 97744814 | 10:10 |
Supa | PING 97744814 | 10:10 |
Supa | PING 97744814 | 10:10 |
Supa | PING 97744814 | 10:10 |
Supa | PING 97744814 | 10:10 |
Supa | PING 97744814 | 10:11 |
Supa | PING 97744814 | 10:11 |
Supa | PING 97748059 | 10:11 |
*** klync has joined #openstack | 10:11 | |
Supa | PING 97757279 | 10:11 |
Supa | PING 97757279 | 10:11 |
Supa | PING 97757279 | 10:11 |
Supa | PING 97757279 | 10:11 |
Supa | PING 97757279 | 10:11 |
Supa | PING 97757279 | 10:11 |
Supa | PING 97757279 | 10:11 |
Supa | PING 97757279 | 10:11 |
Supa | PING 97757279 | 10:11 |
Supa | PING 97763051 | 10:11 |
Supa | PING 97763051 | 10:11 |
Supa | PING 97763051 | 10:11 |
Supa | PING 97763051 | 10:11 |
Supa | PING 97763051 | 10:11 |
Supa | PING 97763051 | 10:11 |
Supa | PING 97763051 | 10:11 |
*** Supa has quit IRC | 10:11 | |
*** ninkotech has quit IRC | 10:11 | |
*** ArxCruz has quit IRC | 10:11 | |
*** Supa has joined #openstack | 10:11 | |
*** sputnik1_ has joined #openstack | 10:11 | |
*** Supa has left #openstack | 10:11 | |
*** matsuhashi has quit IRC | 10:12 | |
*** ninkotech has joined #openstack | 10:12 | |
*** fikst has quit IRC | 10:13 | |
*** dfarrell-41678 has joined #openstack | 10:14 | |
nexus_monkey | I am getting this error on one of my compute nodes : | 10:15 |
nexus_monkey | 2013-10-31 03:13:14.170 15217 CRITICAL nova [-] Unexpected error while running command. | 10:15 |
nexus_monkey | Command: sudo nova-rootwrap /etc/nova/rootwrap.conf brctl addbr qbr8b05f213-4b | 10:15 |
nexus_monkey | however root_helper is set to sudo, not sudo nova-rootwrap | 10:15 |
*** Trixboxer has joined #openstack | 10:15 | |
*** scott_w has joined #openstack | 10:16 | |
*** giorgiodinapoli has quit IRC | 10:17 | |
*** giorgiodinapoli has joined #openstack | 10:17 | |
*** KaZeR has joined #openstack | 10:18 | |
*** mindpixel has joined #openstack | 10:18 | |
*** eglynn_ has joined #openstack | 10:19 | |
*** eglynn has quit IRC | 10:20 | |
*** derekh has quit IRC | 10:20 | |
*** msekleta has quit IRC | 10:22 | |
*** jcoufal is now known as jcoufal_afk | 10:22 | |
*** msekleta has joined #openstack | 10:23 | |
*** sputnik13 has quit IRC | 10:23 | |
*** pablohn has quit IRC | 10:23 | |
*** KaZeR has quit IRC | 10:23 | |
*** michaelneale has joined #openstack | 10:25 | |
*** Qlawy has quit IRC | 10:25 | |
*** matsuhashi has joined #openstack | 10:26 | |
*** msekleta has quit IRC | 10:27 | |
*** bhrobinson has joined #openstack | 10:28 | |
*** glejeune_taf has joined #openstack | 10:28 | |
*** johnthetubaguy has joined #openstack | 10:29 | |
*** nanjj has quit IRC | 10:29 | |
*** glejeune_taf has quit IRC | 10:31 | |
*** glejeune_taf has joined #openstack | 10:32 | |
*** bhrobinson has quit IRC | 10:32 | |
*** jpich has quit IRC | 10:33 | |
*** jprovazn has quit IRC | 10:35 | |
*** derekh has joined #openstack | 10:35 | |
*** chinychinchin has joined #openstack | 10:35 | |
*** glejeune_taf has quit IRC | 10:35 | |
*** jodok has joined #openstack | 10:35 | |
*** glejeune_taf has joined #openstack | 10:36 | |
*** pablohn has joined #openstack | 10:36 | |
*** michaelneale has quit IRC | 10:36 | |
*** jttam has joined #openstack | 10:37 | |
*** glejeune_taf has quit IRC | 10:38 | |
*** jodok has quit IRC | 10:38 | |
*** glejeune_taf has joined #openstack | 10:38 | |
*** jodok has joined #openstack | 10:39 | |
*** zsun has quit IRC | 10:41 | |
*** MaxV has quit IRC | 10:41 | |
*** MaxV has joined #openstack | 10:41 | |
*** michaelneale has joined #openstack | 10:41 | |
*** jttam has quit IRC | 10:42 | |
*** afazekas has joined #openstack | 10:42 | |
*** glejeune_taf has quit IRC | 10:43 | |
decede | should the valuse of "OPENSTACK_KEYSTONE_DEFAULT_ROLE" in the horizon config exist in keystone? | 10:45 |
*** yaguang has quit IRC | 10:45 | |
*** ArxCruz has joined #openstack | 10:46 | |
*** matsuhashi has quit IRC | 10:46 | |
*** matsuhashi has joined #openstack | 10:47 | |
*** dimitern has joined #openstack | 10:47 | |
*** nkhare has quit IRC | 10:47 | |
*** dimitern has left #openstack | 10:47 | |
*** lcestari has joined #openstack | 10:48 | |
*** afazekas has quit IRC | 10:50 | |
*** ninkotech has quit IRC | 10:50 | |
*** omachace has quit IRC | 10:50 | |
*** dhanasekaran has joined #openstack | 10:50 | |
*** matsuhashi has quit IRC | 10:51 | |
*** nosnos has quit IRC | 10:51 | |
*** psharma has joined #openstack | 10:51 | |
*** jpich has joined #openstack | 10:52 | |
*** madwizard has left #openstack | 10:54 | |
*** germanoa_ has quit IRC | 10:54 | |
*** che-arne has joined #openstack | 10:55 | |
*** dims has joined #openstack | 10:55 | |
*** kushal has quit IRC | 10:57 | |
*** larsbutler has quit IRC | 10:58 | |
*** tkammer has joined #openstack | 10:58 | |
*** makara has joined #openstack | 10:58 | |
*** coolsvap has quit IRC | 10:59 | |
*** led_belly has quit IRC | 11:01 | |
*** led_belly has joined #openstack | 11:01 | |
*** melmoth has joined #openstack | 11:02 | |
*** jprovazn has joined #openstack | 11:03 | |
*** omachace has joined #openstack | 11:03 | |
*** klync has quit IRC | 11:04 | |
*** jodok has quit IRC | 11:04 | |
*** satheesh1 has quit IRC | 11:04 | |
*** ahasenack has joined #openstack | 11:05 | |
*** freedomhui has joined #openstack | 11:08 | |
*** joshskidmore has quit IRC | 11:09 | |
*** klync has joined #openstack | 11:10 | |
*** mindpixel has quit IRC | 11:10 | |
*** marun has joined #openstack | 11:11 | |
*** ashwini_ has quit IRC | 11:11 | |
*** renebarbosa has joined #openstack | 11:12 | |
*** larsbutler has joined #openstack | 11:14 | |
*** msekleta has joined #openstack | 11:15 | |
*** ravikup has joined #openstack | 11:16 | |
*** anniec has joined #openstack | 11:16 | |
*** paragan has joined #openstack | 11:17 | |
*** CaptTofu has quit IRC | 11:17 | |
*** yaguang has joined #openstack | 11:18 | |
*** CaptTofu has joined #openstack | 11:18 | |
*** abhisheks91 has joined #openstack | 11:18 | |
*** jodok has joined #openstack | 11:18 | |
*** KaZeR has joined #openstack | 11:19 | |
*** sebaridolfi has joined #openstack | 11:23 | |
*** sumanth has quit IRC | 11:24 | |
*** KaZeR has quit IRC | 11:24 | |
*** arezmerita has joined #openstack | 11:24 | |
*** s51itxsyc has quit IRC | 11:25 | |
*** gdubreui has quit IRC | 11:27 | |
*** rene__ has joined #openstack | 11:28 | |
*** bhrobinson has joined #openstack | 11:29 | |
*** flaper87 is now known as flaper87|afk | 11:30 | |
*** ismlages has joined #openstack | 11:30 | |
*** vkmc has joined #openstack | 11:30 | |
*** vkmc has quit IRC | 11:30 | |
*** vkmc has joined #openstack | 11:30 | |
*** renebarbosa has quit IRC | 11:30 | |
*** bhrobinson has quit IRC | 11:30 | |
*** bhrobinson has joined #openstack | 11:31 | |
*** matsuhashi has joined #openstack | 11:31 | |
*** ravikup has quit IRC | 11:34 | |
*** vlad_starkov has joined #openstack | 11:35 | |
*** jodok has quit IRC | 11:35 | |
*** tmclaugh[work] has joined #openstack | 11:38 | |
*** deciph3r has joined #openstack | 11:39 | |
*** michaelneale has quit IRC | 11:40 | |
*** tvvcox has joined #openstack | 11:41 | |
*** hewbrocca has quit IRC | 11:41 | |
*** desai has joined #openstack | 11:42 | |
*** gszasz has joined #openstack | 11:43 | |
*** dorftrottel_ has joined #openstack | 11:43 | |
*** rushiagr2 has quit IRC | 11:44 | |
*** acathrow has joined #openstack | 11:44 | |
*** linuxfreck has quit IRC | 11:45 | |
*** ArminderS has quit IRC | 11:49 | |
*** dhouck_ has joined #openstack | 11:49 | |
*** ivan`` has quit IRC | 11:51 | |
*** Egyptian[Laptop] has quit IRC | 11:51 | |
*** dhouck_ has quit IRC | 11:53 | |
*** abhisheks91 has quit IRC | 11:53 | |
*** hewbrocca has joined #openstack | 11:53 | |
*** piliman974 has joined #openstack | 11:55 | |
*** matsuhashi has quit IRC | 11:56 | |
*** morazi-afk is now known as morazi | 11:57 | |
*** ivan`` has joined #openstack | 11:58 | |
*** ninkotech has joined #openstack | 11:58 | |
*** abhisheks91 has joined #openstack | 11:59 | |
*** matsuhashi has joined #openstack | 11:59 | |
*** freedomhui has quit IRC | 12:00 | |
*** desai has quit IRC | 12:00 | |
*** yamahata has joined #openstack | 12:00 | |
*** erwan_taf has quit IRC | 12:01 | |
*** vlad_starkov has quit IRC | 12:01 | |
*** berendt has quit IRC | 12:02 | |
*** pravins has joined #openstack | 12:02 | |
*** erwan_taf has joined #openstack | 12:02 | |
*** abhisheks91 has joined #openstack | 12:04 | |
*** gmurphy has joined #openstack | 12:06 | |
*** venkatesh has joined #openstack | 12:06 | |
*** abhisheks91 has quit IRC | 12:07 | |
*** abhisheks91 has joined #openstack | 12:09 | |
*** dcramer_ has quit IRC | 12:10 | |
*** esker has quit IRC | 12:10 | |
*** esker has joined #openstack | 12:10 | |
*** gdubreui has joined #openstack | 12:10 | |
*** deciph3r has quit IRC | 12:10 | |
*** retreved has joined #openstack | 12:11 | |
norris900_ | can anyone tell me what "keystone-manage db_version" for havana should display, I think i broke mine | 12:13 |
*** gdubreui has quit IRC | 12:14 | |
*** esker has quit IRC | 12:14 | |
*** bhrobinson has quit IRC | 12:15 | |
*** desai has joined #openstack | 12:15 | |
sheldonh | decede: i get 34 | 12:15 |
*** bhrobinson has joined #openstack | 12:15 | |
*** bhrobinson has quit IRC | 12:16 | |
*** spzala has joined #openstack | 12:16 | |
*** fandikurnia01 has quit IRC | 12:16 | |
norris900_ | sheldonh thanks a bunch, one less thing for me to debug :) | 12:16 |
*** bhrobinson has joined #openstack | 12:16 | |
*** fandikurnia01 has joined #openstack | 12:17 | |
sheldonh | good luck! :) | 12:17 |
norris900_ | Thanks , i'm currently making noob mistakes, i need luck | 12:18 |
*** bhrobins_ has joined #openstack | 12:19 | |
*** FunnyLookinHat has joined #openstack | 12:19 | |
*** bhrobinson has quit IRC | 12:19 | |
*** KaZeR has joined #openstack | 12:19 | |
*** itarchitectkev_ has joined #openstack | 12:20 | |
*** benr has joined #openstack | 12:20 | |
*** jodok has joined #openstack | 12:20 | |
*** benr has left #openstack | 12:20 | |
*** ppenjoy has joined #openstack | 12:20 | |
*** texarcana has joined #openstack | 12:20 | |
*** itarchitectkev has quit IRC | 12:21 | |
*** bhrobins_ has quit IRC | 12:21 | |
*** bhrobinson has joined #openstack | 12:21 | |
*** cocoadaemon has quit IRC | 12:22 | |
*** venkatesh has quit IRC | 12:23 | |
*** yocum has joined #openstack | 12:23 | |
*** jodok has quit IRC | 12:24 | |
*** KaZeR has quit IRC | 12:25 | |
*** sgordon has joined #openstack | 12:25 | |
*** bhrobinson has quit IRC | 12:26 | |
*** jeflui has joined #openstack | 12:27 | |
*** pablohnnn has joined #openstack | 12:27 | |
*** venkatesh has joined #openstack | 12:27 | |
*** pablohnnn has quit IRC | 12:27 | |
*** pablohn has quit IRC | 12:27 | |
*** jdob has joined #openstack | 12:27 | |
*** pablohn has joined #openstack | 12:28 | |
*** gdubreui has joined #openstack | 12:29 | |
*** gdubreui has quit IRC | 12:29 | |
*** devnull1 has quit IRC | 12:29 | |
*** spzala has quit IRC | 12:29 | |
*** spzala has joined #openstack | 12:30 | |
*** rcheleguini has joined #openstack | 12:31 | |
*** freedomhui has joined #openstack | 12:31 | |
*** tsnider has joined #openstack | 12:33 | |
*** cocoadaemon has joined #openstack | 12:33 | |
*** galstrom_zzz is now known as galstrom | 12:33 | |
*** jodok has joined #openstack | 12:35 | |
*** fikst has joined #openstack | 12:35 | |
*** ninkotech has quit IRC | 12:36 | |
*** jodok has quit IRC | 12:37 | |
*** jodok has joined #openstack | 12:38 | |
*** jttam has joined #openstack | 12:39 | |
*** ninkotech has joined #openstack | 12:39 | |
*** KyleMacDonald has joined #openstack | 12:39 | |
*** freedomhui has quit IRC | 12:39 | |
*** mkollaro has quit IRC | 12:40 | |
*** flaper87|afk is now known as flaper87 | 12:41 | |
*** psharma has quit IRC | 12:43 | |
*** jttam has quit IRC | 12:44 | |
*** galstrom is now known as galstrom_zzz | 12:44 | |
*** ujuc has joined #openstack | 12:45 | |
*** vartom114 has joined #openstack | 12:47 | |
*** KyleMacDonald has quit IRC | 12:48 | |
*** mindpixel has joined #openstack | 12:48 | |
*** devnull1 has joined #openstack | 12:48 | |
*** xuan has quit IRC | 12:48 | |
*** vartom113 has quit IRC | 12:48 | |
*** Exdaix has quit IRC | 12:48 | |
*** xuan has joined #openstack | 12:49 | |
*** kevinconway has quit IRC | 12:49 | |
*** Exdaix has joined #openstack | 12:49 | |
*** routerpro has joined #openstack | 12:49 | |
*** pravins has quit IRC | 12:49 | |
*** pravins has joined #openstack | 12:49 | |
*** marun has quit IRC | 12:50 | |
*** jagee has joined #openstack | 12:51 | |
*** KyleMacDonald has joined #openstack | 12:51 | |
*** Chicago has joined #openstack | 12:52 | |
*** bknudson has joined #openstack | 12:53 | |
*** fikst has quit IRC | 12:54 | |
*** DrBacchus has joined #openstack | 12:55 | |
*** erwan_taf has quit IRC | 12:55 | |
*** JesperA_ has joined #openstack | 12:55 | |
*** omachace has quit IRC | 12:56 | |
*** desai has quit IRC | 12:56 | |
*** kevinconway has joined #openstack | 12:56 | |
*** pravin_s has joined #openstack | 12:56 | |
*** ttrifonov is now known as ttrifonov_zZzz | 12:57 | |
*** achampion has quit IRC | 12:58 | |
*** germanoak has joined #openstack | 12:58 | |
*** germanoak has quit IRC | 12:58 | |
*** germanoak has joined #openstack | 12:58 | |
*** bknudson has quit IRC | 12:59 | |
*** pravins has quit IRC | 12:59 | |
*** ttrifonov_zZzz is now known as ttrifonov | 13:00 | |
*** itarchitectkev_ has quit IRC | 13:00 | |
*** omachace has joined #openstack | 13:01 | |
exed | any experience with multi datacenter setups? | 13:01 |
*** erwan_taf has joined #openstack | 13:02 | |
*** lmh1 has joined #openstack | 13:02 | |
*** ulkesh_work has joined #openstack | 13:03 | |
*** ujuc has quit IRC | 13:04 | |
*** ujuc has joined #openstack | 13:05 | |
*** scott_walton has joined #openstack | 13:05 | |
*** lblanchard has joined #openstack | 13:05 | |
*** scott_w has quit IRC | 13:06 | |
*** KLevenstein has joined #openstack | 13:08 | |
*** abhisheks91 has quit IRC | 13:09 | |
*** joesavak has joined #openstack | 13:09 | |
*** KLevenstein has quit IRC | 13:09 | |
*** mkollaro has joined #openstack | 13:09 | |
*** KLevenstein1 has joined #openstack | 13:09 | |
*** itarchitectkev_ has joined #openstack | 13:10 | |
*** reddix has quit IRC | 13:10 | |
*** christyp has joined #openstack | 13:11 | |
*** melmoth has quit IRC | 13:11 | |
*** resenz has joined #openstack | 13:12 | |
*** bknudson has joined #openstack | 13:12 | |
sheldonh | nova-network is creating the per-instance SNAT rules in nova-network-float-snat with the wrong out interface (eth0 instead of br100). what could be wrong with my nova.conf that would produce this behaviour? | 13:13 |
*** jodok has quit IRC | 13:13 | |
*** fandikurnia01 has quit IRC | 13:15 | |
*** lmh1 has quit IRC | 13:15 | |
*** jodok has joined #openstack | 13:16 | |
*** christyp has quit IRC | 13:16 | |
*** jagee has quit IRC | 13:17 | |
*** jagee has joined #openstack | 13:18 | |
*** cjellick has quit IRC | 13:19 | |
*** KaZeR has joined #openstack | 13:20 | |
*** omachace has left #openstack | 13:21 | |
*** omachace has joined #openstack | 13:21 | |
*** neha has quit IRC | 13:21 | |
*** stevem has joined #openstack | 13:21 | |
*** _________ has joined #openstack | 13:22 | |
*** bhrobinson has joined #openstack | 13:22 | |
*** jthorne has quit IRC | 13:22 | |
*** jdob has quit IRC | 13:24 | |
*** dblessing has joined #openstack | 13:24 | |
*** jdob has joined #openstack | 13:24 | |
*** zerick has joined #openstack | 13:24 | |
*** mikedawson has joined #openstack | 13:24 | |
*** kwwii has joined #openstack | 13:25 | |
*** KaZeR has quit IRC | 13:25 | |
*** codercotton has quit IRC | 13:26 | |
*** bhrobinson has quit IRC | 13:27 | |
*** prad has joined #openstack | 13:27 | |
*** cjellick has joined #openstack | 13:28 | |
*** praveenkumar has quit IRC | 13:28 | |
*** marclaporte has joined #openstack | 13:28 | |
*** christyp has joined #openstack | 13:28 | |
*** sbpraveen34 has joined #openstack | 13:29 | |
*** sbpraveen34 has quit IRC | 13:29 | |
*** itarchitectkev_ is now known as itarchitectkev | 13:30 | |
*** zsun has joined #openstack | 13:30 | |
*** lborda has joined #openstack | 13:30 | |
*** devvesa has quit IRC | 13:32 | |
*** anniec_ has joined #openstack | 13:33 | |
*** pravin_s has quit IRC | 13:33 | |
*** mindpixel has quit IRC | 13:33 | |
*** esker has joined #openstack | 13:34 | |
*** chandankumar has quit IRC | 13:34 | |
*** dianefleming has joined #openstack | 13:35 | |
*** anniec has quit IRC | 13:35 | |
*** anniec_ is now known as anniec | 13:35 | |
*** stevem has quit IRC | 13:35 | |
*** tonyha has joined #openstack | 13:35 | |
*** freedomhui has joined #openstack | 13:36 | |
*** neha has joined #openstack | 13:38 | |
*** stevem has joined #openstack | 13:38 | |
*** dianefleming has quit IRC | 13:38 | |
*** dianefleming has joined #openstack | 13:39 | |
*** jttam has joined #openstack | 13:39 | |
*** ryanpetrello has joined #openstack | 13:40 | |
*** freedomhui has quit IRC | 13:40 | |
*** Barker has joined #openstack | 13:42 | |
*** jdob has quit IRC | 13:42 | |
*** jdob has joined #openstack | 13:43 | |
*** matsuhashi has quit IRC | 13:43 | |
*** matsuhashi has joined #openstack | 13:43 | |
*** kbringard has joined #openstack | 13:43 | |
*** KyleMacDonald has quit IRC | 13:44 | |
*** jttam has quit IRC | 13:44 | |
*** matsuhashi has quit IRC | 13:44 | |
*** matsuhas_ has joined #openstack | 13:44 | |
*** radez_g0n3 is now known as radez | 13:45 | |
*** bhrobinson has joined #openstack | 13:46 | |
*** jthorne has joined #openstack | 13:46 | |
*** mrunge has quit IRC | 13:46 | |
*** jecarey has joined #openstack | 13:47 | |
*** FunnyLookinHat has quit IRC | 13:48 | |
*** radiocats has joined #openstack | 13:48 | |
*** Barker_ has joined #openstack | 13:48 | |
*** fnaval_ has quit IRC | 13:48 | |
*** spzala has quit IRC | 13:49 | |
*** fnaval_ has joined #openstack | 13:49 | |
*** ayoung_ is now known as ayoung | 13:49 | |
*** Barker has quit IRC | 13:49 | |
*** byeager has joined #openstack | 13:49 | |
*** sandywalsh_ has quit IRC | 13:50 | |
*** ioggstream has quit IRC | 13:50 | |
*** ioggstream has joined #openstack | 13:50 | |
*** ppenjoy has left #openstack | 13:52 | |
*** coolsvap has joined #openstack | 13:52 | |
*** fnaval_ has quit IRC | 13:53 | |
*** zz_Madasi is now known as Madasi | 13:53 | |
*** peetaur has quit IRC | 13:53 | |
*** peetaur has joined #openstack | 13:53 | |
*** jodok has quit IRC | 13:53 | |
*** tvvcox has quit IRC | 13:53 | |
*** bhrobinson has quit IRC | 13:55 | |
*** clayb has joined #openstack | 13:55 | |
*** christyp has quit IRC | 13:55 | |
*** bhrobinson has joined #openstack | 13:55 | |
*** matsuhas_ has quit IRC | 13:55 | |
*** matsuhashi has joined #openstack | 13:56 | |
*** franc has quit IRC | 13:56 | |
*** alunduil_ has quit IRC | 13:57 | |
*** kwwii has quit IRC | 13:57 | |
*** ujuc has quit IRC | 13:57 | |
*** franc has joined #openstack | 13:58 | |
*** franc has joined #openstack | 13:58 | |
*** dmsimard has joined #openstack | 13:58 | |
*** zz_paulczar is now known as paulczar | 13:58 | |
*** markpeek has joined #openstack | 13:59 | |
*** afazekas has joined #openstack | 13:59 | |
*** germanoak has quit IRC | 14:00 | |
*** bhrobinson has quit IRC | 14:00 | |
*** litong has joined #openstack | 14:00 | |
*** germanoak has joined #openstack | 14:01 | |
*** marclaporte has quit IRC | 14:01 | |
*** HenryG has joined #openstack | 14:01 | |
*** stronghere has joined #openstack | 14:01 | |
*** venkatesh has quit IRC | 14:01 | |
*** xqueralt has quit IRC | 14:01 | |
*** lsmola_ has quit IRC | 14:02 | |
*** xqueralt has joined #openstack | 14:02 | |
*** sayan has quit IRC | 14:02 | |
*** SushilKM has quit IRC | 14:03 | |
*** ipmonger has joined #openstack | 14:03 | |
*** sandywalsh_ has joined #openstack | 14:03 | |
*** Khollowa_ has joined #openstack | 14:04 | |
*** masayukig has joined #openstack | 14:04 | |
*** dcramer_ has joined #openstack | 14:06 | |
*** paragan has quit IRC | 14:06 | |
*** mindpixel has joined #openstack | 14:09 | |
*** fnaval_ has joined #openstack | 14:09 | |
*** xqueralt has quit IRC | 14:09 | |
*** zsun has quit IRC | 14:11 | |
*** tombar has joined #openstack | 14:11 | |
*** esker has quit IRC | 14:12 | |
*** maxdml has quit IRC | 14:12 | |
*** osier has quit IRC | 14:12 | |
*** blackboxsw has joined #openstack | 14:12 | |
*** doublerr has joined #openstack | 14:13 | |
*** che-arne has quit IRC | 14:13 | |
*** jodok has joined #openstack | 14:14 | |
*** _________ has quit IRC | 14:14 | |
*** jttam has joined #openstack | 14:15 | |
*** jergerber has joined #openstack | 14:15 | |
*** davidhadas_ has quit IRC | 14:15 | |
*** FunnyLookinHat has joined #openstack | 14:18 | |
*** mar09 has joined #openstack | 14:19 | |
mar09 | !list | 14:19 |
openstack | mar09: Admin, Channel, ChannelLogger, Config, MeetBot, Misc, Owner, Services, and User | 14:19 |
*** abhisheks91 has joined #openstack | 14:19 | |
*** mar09 has left #openstack | 14:20 | |
*** paragan has joined #openstack | 14:20 | |
*** paragan has quit IRC | 14:20 | |
*** paragan has joined #openstack | 14:20 | |
*** maxdml has joined #openstack | 14:20 | |
*** jkienitz has quit IRC | 14:20 | |
*** berendt has joined #openstack | 14:21 | |
*** KaZeR has joined #openstack | 14:21 | |
*** odyssey4me has quit IRC | 14:21 | |
*** zomGreg_ has joined #openstack | 14:22 | |
*** yaguang has quit IRC | 14:22 | |
*** zomGreg_ has quit IRC | 14:22 | |
*** KLevenstein1 has left #openstack | 14:23 | |
*** xqueralt has joined #openstack | 14:23 | |
*** rene__ has quit IRC | 14:24 | |
*** davelowe has joined #openstack | 14:24 | |
*** vartom114 has quit IRC | 14:24 | |
*** renebarbosa has joined #openstack | 14:24 | |
*** KaZeR has quit IRC | 14:26 | |
*** freedomhui has joined #openstack | 14:26 | |
*** jodok has quit IRC | 14:26 | |
*** xqueralt has quit IRC | 14:26 | |
*** xqueralt has joined #openstack | 14:26 | |
*** mar09 has joined #openstack | 14:28 | |
*** jodok has joined #openstack | 14:28 | |
*** makara has quit IRC | 14:29 | |
*** christyp has joined #openstack | 14:29 | |
*** joshbetz has joined #openstack | 14:29 | |
mar09 | !list | 14:29 |
openstack | mar09: Admin, Channel, ChannelLogger, Config, MeetBot, Misc, Owner, Services, and User | 14:29 |
*** mar09 has left #openstack | 14:30 | |
*** aeperezt has joined #openstack | 14:30 | |
*** Khollowa_ has quit IRC | 14:31 | |
*** gregmark has joined #openstack | 14:32 | |
*** coolsvap has quit IRC | 14:32 | |
*** zz_tsykoduk has quit IRC | 14:33 | |
*** andersonvom has joined #openstack | 14:34 | |
*** matsuhashi has quit IRC | 14:35 | |
*** Khollowa_ has joined #openstack | 14:36 | |
*** matsuhashi has joined #openstack | 14:36 | |
*** robbiew has joined #openstack | 14:36 | |
*** ryanpetrello has quit IRC | 14:36 | |
*** zz_tsykoduk has joined #openstack | 14:36 | |
*** datsun180b has joined #openstack | 14:37 | |
*** jagee_ has joined #openstack | 14:38 | |
*** KyleMacDonald has joined #openstack | 14:38 | |
*** evanz has joined #openstack | 14:38 | |
*** galstrom_zzz is now known as galstrom | 14:39 | |
*** jagee has quit IRC | 14:39 | |
*** dhblaz has joined #openstack | 14:40 | |
*** max__ has joined #openstack | 14:40 | |
*** max__ has quit IRC | 14:41 | |
*** matsuhashi has quit IRC | 14:41 | |
*** matsuhas_ has joined #openstack | 14:41 | |
*** alunduil has joined #openstack | 14:41 | |
*** evanz_ has quit IRC | 14:41 | |
*** BillTheKat has joined #openstack | 14:43 | |
*** paragan has quit IRC | 14:44 | |
*** maxdml has quit IRC | 14:44 | |
*** daMaestro has joined #openstack | 14:46 | |
*** abell1 has joined #openstack | 14:46 | |
*** eharney has joined #openstack | 14:47 | |
*** ecozzi has joined #openstack | 14:47 | |
*** matsuhas_ has quit IRC | 14:47 | |
*** mdorman has joined #openstack | 14:47 | |
*** sgviking has joined #openstack | 14:48 | |
*** matsuhashi has joined #openstack | 14:48 | |
*** Preytell has joined #openstack | 14:48 | |
*** stevem has quit IRC | 14:49 | |
*** beagles has quit IRC | 14:50 | |
*** b3nt_pin has joined #openstack | 14:50 | |
*** CaptainTacoSauce has joined #openstack | 14:50 | |
*** abell1 has quit IRC | 14:51 | |
Sam-I-Am | sup guys | 14:51 |
*** mindpixel has quit IRC | 14:51 | |
*** thedodd has joined #openstack | 14:52 | |
*** mbernacc has quit IRC | 14:52 | |
CaptainTacoSauce | hey Sam-I-Am, I was wondering if you were still in here causing trouble | 14:52 |
Sam-I-Am | yeah, in between sleep | 14:52 |
*** rnorwood1 has joined #openstack | 14:52 | |
*** mkollaro has quit IRC | 14:52 | |
*** radez is now known as radez_g0n3 | 14:53 | |
*** matsuhashi has quit IRC | 14:53 | |
Sam-I-Am | at some point i'll start having nightmares about openstack lol | 14:53 |
*** mindpixel has joined #openstack | 14:53 | |
*** KaZeR has joined #openstack | 14:53 | |
BillTheKat | I am new to to openstack - so forgive my questions - I have not built my first havana setup yet - but want to understand a few things first. I plan on using neutron to provide 3 flat networks to VMs. The question is, lets say in dashboard when the client creates the VM wil they see the 3 flat networks to choose from. Not all VMs will be on all networks but some will be on 2 of the 3 and some will be on all of them | 14:53 |
decede | how are people configuring ovs defined interfaces and the underlying interface in Ubuntu/Debian /etc/network/interfaces so they come up on boot? | 14:54 |
*** dhellmann-afk is now known as dhellmann | 14:54 | |
Sam-I-Am | decede: setting the physical interface up, then configuring the br-* as needed | 14:54 |
*** KyleMacDonald has quit IRC | 14:54 | |
*** byeager has quit IRC | 14:55 | |
Sam-I-Am | CaptainTacoSauce: fix the rpc problem yet? | 14:55 |
*** tvvcox has joined #openstack | 14:55 | |
CaptainTacoSauce | haha nope /wrists | 14:56 |
Sam-I-Am | lol | 14:56 |
*** desai has joined #openstack | 14:56 | |
CaptainTacoSauce | I'm mainly just waiting for them to finish rebuilding my lab so I can use a proper VLAN implementation, since that seems to be what the documentation is really based on. | 14:56 |
CaptainTacoSauce | or at least more than my flat network at home | 14:56 |
Sam-I-Am | ooo lab | 14:56 |
Sam-I-Am | what sort of place do you work? | 14:57 |
*** thedodd has quit IRC | 14:57 | |
*** thedodd has joined #openstack | 14:57 | |
*** abell1 has joined #openstack | 14:57 | |
CaptainTacoSauce | I work for a very large ISP / Cloud Computing shop actually :P | 14:57 |
*** fsimonce` has joined #openstack | 14:57 | |
*** fsimonce has quit IRC | 14:57 | |
CaptainTacoSauce | We're just currently based around another platform. | 14:57 |
*** scott_walton has quit IRC | 14:57 | |
Sam-I-Am | oh, cool | 14:58 |
*** scuttlemonkey has quit IRC | 14:58 | |
Sam-I-Am | i used to work for an isp | 14:58 |
*** aachleon has joined #openstack | 14:58 | |
*** vartom114 has joined #openstack | 14:58 | |
Sam-I-Am | i miss bgp and mpls :/ | 14:58 |
*** thedodd has quit IRC | 14:58 | |
decede | Sam-I-Am: when i reboot the underlying interface eth1 isnt "up" so the br-ex can't see traffic http://pastebin.com/RXCx3a52 | 14:58 |
*** scott_w has joined #openstack | 14:58 | |
*** JuanDRay has joined #openstack | 14:58 | |
Sam-I-Am | decede: one sec | 14:59 |
*** afazekas has quit IRC | 15:00 | |
*** engkur has joined #openstack | 15:00 | |
Sam-I-Am | http://pastebin.com/9HC2S1bA | 15:00 |
Sam-I-Am | you need that | 15:00 |
*** doublerr has quit IRC | 15:01 | |
*** eglynn_ is now known as eglynn | 15:01 | |
Sam-I-Am | at least it works for me, ymmv | 15:01 |
*** stevem has joined #openstack | 15:01 | |
*** KyleMacDonald has joined #openstack | 15:01 | |
*** tombar has quit IRC | 15:02 | |
*** cotton has joined #openstack | 15:02 | |
*** paulczar is now known as zz_paulczar | 15:02 | |
*** tombar has joined #openstack | 15:02 | |
*** rcleere has joined #openstack | 15:03 | |
*** pablosan has joined #openstack | 15:03 | |
*** IlyaE has joined #openstack | 15:03 | |
*** doublerr has joined #openstack | 15:04 | |
*** macjack_ has joined #openstack | 15:05 | |
*** bvandehey has joined #openstack | 15:05 | |
*** kiall has quit IRC | 15:05 | |
*** macjack has quit IRC | 15:05 | |
*** doublerr has quit IRC | 15:05 | |
*** lsmola has joined #openstack | 15:06 | |
*** doublerr has joined #openstack | 15:07 | |
*** tombar has quit IRC | 15:07 | |
Sam-I-Am | CaptainTacoSauce: not sure of my next step regarding the problem. i might build from scratch using the unofficial ubuntu/grizzly documentation... just convert quantum to neutron. | 15:07 |
*** monst has joined #openstack | 15:08 | |
Sam-I-Am | CaptainTacoSauce: i may also rebuild part of my lab to make it easier to build from scratch... i.e., run the controller/network nodes as VMs and have snapshots for easy rollback | 15:08 |
*** vkozhukalov has quit IRC | 15:08 | |
*** kiall has joined #openstack | 15:08 | |
*** vuil has quit IRC | 15:10 | |
*** jcoufal_afk is now known as jcoufal | 15:10 | |
*** freedomhui has quit IRC | 15:10 | |
*** thedodd has joined #openstack | 15:10 | |
*** yrabl has quit IRC | 15:10 | |
*** freedomhui has joined #openstack | 15:10 | |
*** monst has quit IRC | 15:11 | |
*** doublerr has quit IRC | 15:11 | |
*** marun has joined #openstack | 15:11 | |
*** monst has joined #openstack | 15:11 | |
*** matanya has quit IRC | 15:12 | |
*** KyleMacDonald has quit IRC | 15:12 | |
*** doublerr has joined #openstack | 15:12 | |
*** CaptTofu has quit IRC | 15:13 | |
*** CaptTofu has joined #openstack | 15:13 | |
*** thedodd has quit IRC | 15:14 | |
*** ryanpetrello has joined #openstack | 15:14 | |
decede | Sam-I-Am: ah cool thanks | 15:15 |
exed | nobody ever setup a multi datacenter openstack installation, and could give me some hints about the best "design"? | 15:16 |
*** colinmcnamara has joined #openstack | 15:16 | |
*** monst has quit IRC | 15:16 | |
*** vipul-away is now known as vipul | 15:16 | |
*** pablosan has quit IRC | 15:18 | |
*** thansen has quit IRC | 15:18 | |
Sam-I-Am | exed: not yet, i can barely get one working :/ | 15:18 |
*** gnuoy has joined #openstack | 15:18 | |
decede | exed: as soon as i get my small test rig working I'll be looking at it | 15:18 |
*** vlad_starkov has joined #openstack | 15:18 | |
*** b3nt_pin is now known as beagles | 15:19 | |
decede | exed: how far have you got with your plans? | 15:20 |
*** thedodd has joined #openstack | 15:20 | |
*** yamahata has quit IRC | 15:20 | |
*** vipul is now known as vipul-away | 15:20 | |
*** cf has quit IRC | 15:21 | |
*** mrjazzcat has joined #openstack | 15:23 | |
*** vartom114 has quit IRC | 15:23 | |
*** jvrbanac has joined #openstack | 15:23 | |
gnuoy | Hi, I'm trying to get my head around what the handle_internal_only_routers setting means. I see that it needs to be set to True for only one l3 agent when using multiple floating pools, but the example given in the docs ( http://docs.openstack.org/trunk/config-reference/content/adv_cfg_l3_agent_multi_extnet.html ) shows it set to True on an agent which is going to support an external network | 15:24 |
*** zz_paulczar is now known as paulczar | 15:24 | |
*** macjack_ has quit IRC | 15:24 | |
*** albionandrew has joined #openstack | 15:25 | |
*** peetaur is now known as Guest91366 | 15:26 | |
*** peetaur has joined #openstack | 15:26 | |
*** pablosan has joined #openstack | 15:26 | |
*** DrBacchus is now known as rbowen | 15:26 | |
*** mikeoutland has joined #openstack | 15:26 | |
*** pmathews has joined #openstack | 15:27 | |
*** scuttlemonkey has joined #openstack | 15:28 | |
*** ArminderS has joined #openstack | 15:28 | |
*** dneary has quit IRC | 15:28 | |
*** macjack has joined #openstack | 15:28 | |
*** albionandrew has quit IRC | 15:28 | |
*** yota has quit IRC | 15:29 | |
*** doublerr has quit IRC | 15:29 | |
*** Konijntjes has quit IRC | 15:29 | |
*** davelowe has quit IRC | 15:29 | |
*** albionandrew has joined #openstack | 15:29 | |
*** radez_g0n3 is now known as radez | 15:29 | |
*** enmand has joined #openstack | 15:30 | |
*** desai has quit IRC | 15:30 | |
*** shardy is now known as shardy_afk | 15:30 | |
*** pablosan has quit IRC | 15:30 | |
*** Konijntjes has joined #openstack | 15:31 | |
*** hdd has quit IRC | 15:31 | |
*** marun has quit IRC | 15:32 | |
*** arezmerita has quit IRC | 15:32 | |
*** BillTheKat has quit IRC | 15:32 | |
*** doublerr has joined #openstack | 15:32 | |
*** ArminderS has quit IRC | 15:32 | |
*** sayan has joined #openstack | 15:32 | |
*** tombar has joined #openstack | 15:33 | |
*** mdenny has joined #openstack | 15:33 | |
*** JuanDRay has left #openstack | 15:33 | |
*** pbarquero has joined #openstack | 15:33 | |
*** vlad_sta_ has joined #openstack | 15:35 | |
*** sheldonh has quit IRC | 15:35 | |
*** yota has joined #openstack | 15:35 | |
*** mmagr has quit IRC | 15:35 | |
*** damadhatter has quit IRC | 15:36 | |
*** vlad_starkov has quit IRC | 15:37 | |
*** damadhatter has joined #openstack | 15:37 | |
*** jaypipes has joined #openstack | 15:37 | |
*** ujuc has joined #openstack | 15:37 | |
*** tombar has quit IRC | 15:39 | |
*** dneary has joined #openstack | 15:41 | |
*** ArminderS has joined #openstack | 15:42 | |
*** monst has joined #openstack | 15:42 | |
mikeoutland | Hey guys, which wiki is openstack using in the backend? | 15:44 |
*** zz_tsykoduk is now known as tsykoduk | 15:45 | |
phschwartz | mikeoutland: mediawiki as stamped on the bottom of the wiki pages | 15:48 |
mikeoutland | Right next to the snake. :) Thanks! | 15:48 |
*** davidhadas has joined #openstack | 15:48 | |
*** freeflying is now known as freeflying_away | 15:49 | |
*** krypto has quit IRC | 15:49 | |
*** ArminderS has quit IRC | 15:49 | |
*** sayan has quit IRC | 15:50 | |
*** ArminderS has joined #openstack | 15:50 | |
*** twoputt has joined #openstack | 15:50 | |
*** reed has joined #openstack | 15:50 | |
*** twoputt_ has joined #openstack | 15:50 | |
*** radez is now known as radez_g0n3 | 15:52 | |
*** ArminderS has quit IRC | 15:53 | |
*** ArminderS has joined #openstack | 15:53 | |
*** shardy_afk is now known as shardy | 15:53 | |
*** ade_b has quit IRC | 15:54 | |
*** giordgiodinapoli has joined #openstack | 15:54 | |
*** giorgiodinapoli has quit IRC | 15:54 | |
*** scotm has joined #openstack | 15:55 | |
*** byeager has joined #openstack | 15:55 | |
*** radez_g0n3 is now known as radez | 15:55 | |
*** mindpixel has quit IRC | 15:56 | |
*** scuttlemonkey has quit IRC | 15:56 | |
*** bhrobinson has joined #openstack | 15:56 | |
*** stevem has quit IRC | 15:57 | |
*** sputnik1_ has quit IRC | 15:57 | |
*** jttam has quit IRC | 15:57 | |
*** mindpixel has joined #openstack | 15:58 | |
*** tsykoduk is now known as zz_tsykoduk | 15:58 | |
*** ArminderS has quit IRC | 16:00 | |
*** itarchitectkev_ has joined #openstack | 16:00 | |
*** doublerr has quit IRC | 16:01 | |
*** giroro_ has quit IRC | 16:01 | |
*** med_ is now known as med | 16:01 | |
*** med is now known as med_ | 16:01 | |
*** JesperA_ has quit IRC | 16:02 | |
*** doublerr has joined #openstack | 16:02 | |
*** ArminderS has joined #openstack | 16:02 | |
*** franc has quit IRC | 16:02 | |
*** bhrobinson has quit IRC | 16:03 | |
*** itarchitectkev has quit IRC | 16:03 | |
*** Ruetobas has joined #openstack | 16:03 | |
*** vfiduccia has joined #openstack | 16:03 | |
*** sayan has joined #openstack | 16:03 | |
*** spzala has joined #openstack | 16:03 | |
*** zz_tsykoduk is now known as tsykoduk | 16:04 | |
*** krotscheck has joined #openstack | 16:04 | |
*** omachace1 has joined #openstack | 16:04 | |
*** byeager has quit IRC | 16:04 | |
*** omachace has quit IRC | 16:04 | |
*** vlad_sta_ has quit IRC | 16:05 | |
*** omachace1 has quit IRC | 16:05 | |
*** monst has quit IRC | 16:05 | |
*** anniec has quit IRC | 16:06 | |
*** monst has joined #openstack | 16:06 | |
*** omachace has joined #openstack | 16:06 | |
*** ben_duyujie has joined #openstack | 16:06 | |
*** jtomasek has quit IRC | 16:06 | |
*** routerpro has quit IRC | 16:07 | |
*** routerpro has joined #openstack | 16:07 | |
*** pantea has quit IRC | 16:07 | |
*** Ruetobas has quit IRC | 16:08 | |
*** pablosan has joined #openstack | 16:08 | |
*** vlad_starkov has joined #openstack | 16:08 | |
*** Chown67 has joined #openstack | 16:08 | |
*** mdorman_ has joined #openstack | 16:08 | |
*** mdorman has quit IRC | 16:08 | |
*** mdorman_ is now known as mdorman | 16:08 | |
*** vlad_starkov has quit IRC | 16:08 | |
*** cdub_ has joined #openstack | 16:08 | |
*** warik has joined #openstack | 16:09 | |
*** mkollaro has joined #openstack | 16:09 | |
*** hupiper has joined #openstack | 16:09 | |
*** hupiper has quit IRC | 16:10 | |
*** monst has quit IRC | 16:10 | |
*** ArcTanSusan has joined #openstack | 16:10 | |
*** thansen has joined #openstack | 16:11 | |
*** bvandehey has quit IRC | 16:11 | |
*** x86brandon has joined #openstack | 16:12 | |
*** radez is now known as radez_g0n3 | 16:12 | |
*** berendt has quit IRC | 16:12 | |
*** Chicago has quit IRC | 16:12 | |
*** krotscheck has quit IRC | 16:13 | |
*** tkammer has quit IRC | 16:13 | |
*** lborda has quit IRC | 16:13 | |
*** Ruetobas has joined #openstack | 16:14 | |
*** derekh has quit IRC | 16:14 | |
*** djbkd has joined #openstack | 16:14 | |
*** piliman974 has quit IRC | 16:14 | |
*** MaxV has quit IRC | 16:15 | |
*** MaxV has joined #openstack | 16:16 | |
*** raildo has joined #openstack | 16:17 | |
*** mkollaro has quit IRC | 16:17 | |
*** mkollaro1 has joined #openstack | 16:17 | |
*** Chicago has joined #openstack | 16:17 | |
*** lborda has joined #openstack | 16:18 | |
*** Shmouel`away is now known as Shmouel | 16:18 | |
*** souvik has joined #openstack | 16:19 | |
*** MaxV has quit IRC | 16:20 | |
*** hemna has joined #openstack | 16:21 | |
*** vuil has joined #openstack | 16:21 | |
*** stevem_ has joined #openstack | 16:21 | |
*** masayukig has quit IRC | 16:21 | |
CaptainTacoSauce | hmm so every time I bounce my neutron server, it fails to start br-eth0 even though I put it in /etc/rc.local, I run the same command manually, it works, and then builds this route that blows up | 16:21 |
*** pantea has joined #openstack | 16:21 | |
*** aachleon has quit IRC | 16:22 | |
*** achampion has joined #openstack | 16:22 | |
*** masayukig has joined #openstack | 16:22 | |
CaptainTacoSauce | interface: tap7ac8086e-1c which overrules my default route, cutting neutron off from the network | 16:22 |
*** rmoe has joined #openstack | 16:22 | |
*** aachleon has joined #openstack | 16:22 | |
*** KyleMacDonald has joined #openstack | 16:22 | |
stevem_ | greetings channel. Having an issue w/ quantum and ovs. Basically my instances can ping each other but cant ping their default gw. | 16:23 |
CaptainTacoSauce | is this neutron attempting to actually build a network/interface for an instance? | 16:23 |
*** rossk has joined #openstack | 16:23 | |
*** Chown67 has left #openstack | 16:24 | |
*** corXi has quit IRC | 16:25 | |
*** sedawk has joined #openstack | 16:25 | |
*** diegows_ has joined #openstack | 16:25 | |
*** arcimboldo has joined #openstack | 16:25 | |
*** whenry has quit IRC | 16:25 | |
arcimboldo | Hi all, I am in big troubles... my OpenStack folsom is not starting VMs anymore | 16:26 |
arcimboldo | they go in BUILD, then IPs are assigned, then *sometimes* the IPsare deleted and the vm goes in ERROR | 16:26 |
*** masayukig has quit IRC | 16:26 | |
arcimboldo | also deleting do not work usually | 16:26 |
*** aachleon has quit IRC | 16:27 | |
arcimboldo | I don't know where the problem is, I don't see any error | 16:27 |
arcimboldo | in the logs | 16:27 |
*** ArcTanSusan has quit IRC | 16:27 | |
*** SushilKM has joined #openstack | 16:27 | |
arcimboldo | can someone give me hints on where to look? | 16:27 |
arcimboldo | and what to look for? | 16:27 |
*** whenry has joined #openstack | 16:27 | |
*** tully has quit IRC | 16:27 | |
*** jkienitz has joined #openstack | 16:28 | |
*** Qlawy has joined #openstack | 16:29 | |
*** twoputt has quit IRC | 16:30 | |
*** twoputt_ has quit IRC | 16:30 | |
*** KyleMacDonald has quit IRC | 16:30 | |
*** pmathews has quit IRC | 16:30 | |
*** aachleon has joined #openstack | 16:31 | |
*** neha has quit IRC | 16:31 | |
*** dmsimard has quit IRC | 16:32 | |
*** dmsimard has joined #openstack | 16:32 | |
*** twoputt has joined #openstack | 16:32 | |
*** twoputt_ has joined #openstack | 16:32 | |
*** ccs has joined #openstack | 16:33 | |
*** perror has quit IRC | 16:33 | |
*** tombar has joined #openstack | 16:35 | |
*** ccs_ has joined #openstack | 16:35 | |
*** ppenjoy has joined #openstack | 16:35 | |
*** ppenjoy has left #openstack | 16:35 | |
*** comay has joined #openstack | 16:36 | |
*** mindpixel has quit IRC | 16:36 | |
*** giulivo has quit IRC | 16:37 | |
*** ccs has quit IRC | 16:38 | |
*** linuxfreck has joined #openstack | 16:38 | |
*** tombar has quit IRC | 16:39 | |
*** jmturner has joined #openstack | 16:40 | |
*** enarciso has joined #openstack | 16:40 | |
pablohn | openstack-status | 16:40 |
pablohn | arcimboldo: openstack-status | 16:41 |
*** retreved has quit IRC | 16:41 | |
*** esker has joined #openstack | 16:42 | |
arcimboldo | is there a version for ubuntu? | 16:42 |
pablohn | no idea, I should be the same | 16:43 |
DandyPandy | Is there any docs out there that will walk me through setting up havana nova+neutron on xenserver? I've found docs for grizzly, but they reference the openvswitch plugin. I'm trying to set it up using ML2, but not getting anywhere. | 16:43 |
pablohn | it | 16:43 |
DandyPandy | s/^Is/Are/ | 16:43 |
*** sedawk has left #openstack | 16:44 | |
DandyPandy | and multi-node at that | 16:44 |
*** chinychinchin has quit IRC | 16:45 | |
arcimboldo | if this is the script you are talking about, it doesn't help: https://github.com/redhat-openstack/openstack-utils/blob/master/utils/openstack-status | 16:45 |
arcimboldo | it's just a check that some services are up&running | 16:45 |
pablohn | DandyPandy: have you ever tried with packstack? | 16:45 |
*** chinychinchin has joined #openstack | 16:45 | |
*** MarkAtwood has joined #openstack | 16:45 | |
DandyPandy | pablohn: no, I haven't | 16:45 |
DandyPandy | I've been trying to model what devstack does, but it's been a bit frustrating | 16:45 |
pablohn | DandyPandy: Try to do with it, it is easier :) | 16:46 |
*** belmoreira has quit IRC | 16:46 | |
pablohn | arcimboldo: yes | 16:46 |
*** arif-ali has quit IRC | 16:46 | |
*** klindgren has quit IRC | 16:46 | |
*** jecarey has quit IRC | 16:47 | |
*** mdenny has quit IRC | 16:47 | |
*** SumitNaiksatam has quit IRC | 16:48 | |
*** giulivo has joined #openstack | 16:48 | |
DandyPandy | pablohn: does it setup nova-network or neutron? | 16:48 |
*** mindpixel has joined #openstack | 16:48 | |
pablohn | it depends of which version do you use | 16:50 |
*** enmand has quit IRC | 16:50 | |
pablohn | DandyPandy: with havana I think it is neutron | 16:50 |
*** sayan has quit IRC | 16:50 | |
*** omachace has quit IRC | 16:50 | |
*** scotm has quit IRC | 16:51 | |
*** jttam has joined #openstack | 16:51 | |
*** paulczar is now known as zz_paulczar | 16:51 | |
DandyPandy | pablohn: thanks. I'll look into it. | 16:51 |
*** thorfinn has quit IRC | 16:51 | |
*** scotm has joined #openstack | 16:51 | |
*** scotm has quit IRC | 16:51 | |
*** tombar has joined #openstack | 16:51 | |
*** angdraug has joined #openstack | 16:52 | |
*** scotm has joined #openstack | 16:52 | |
*** kushal has joined #openstack | 16:52 | |
pablohn | DandyPandy: you are welcome, packstack is for testing purpose, but it is the easiest way to install openstack | 16:52 |
*** glejeune_taf has joined #openstack | 16:52 | |
*** mkollaro1 has quit IRC | 16:53 | |
*** GusM has joined #openstack | 16:54 | |
*** peetaur is now known as Guest64792 | 16:56 | |
*** peetaur has joined #openstack | 16:56 | |
*** retreved has joined #openstack | 16:56 | |
*** jamiec has joined #openstack | 16:56 | |
*** glejeun__ has joined #openstack | 16:57 | |
*** glejeune_taf has quit IRC | 16:57 | |
*** tvvcox has quit IRC | 16:58 | |
*** arif-ali has joined #openstack | 16:58 | |
*** omachace has joined #openstack | 16:59 | |
*** Preytell1 has joined #openstack | 16:59 | |
*** bhrobinson has joined #openstack | 16:59 | |
*** chinychinchin has quit IRC | 17:00 | |
*** omachace has left #openstack | 17:00 | |
*** chinychinchin has joined #openstack | 17:00 | |
*** Preytell has quit IRC | 17:00 | |
*** Dga has quit IRC | 17:01 | |
*** scotm has quit IRC | 17:01 | |
*** coolsvap has joined #openstack | 17:01 | |
*** scotm has joined #openstack | 17:01 | |
*** Underbyte has joined #openstack | 17:02 | |
*** CaptainTacoSauce has quit IRC | 17:02 | |
Underbyte | am i reading this correctly? Openstack can't handle .qed images? | 17:02 |
Underbyte | i thought openstack used QEMU as a virtualization backend? | 17:02 |
Preytell1 | Ok, I give, can a lab be built using only 32bit software? I have a lab of computers to play with, but they only support vt-x, not EPT, so I can't run nested 64bit guest if I decided to deploy esxi in the lab environment. Can I do everything 32bit? | 17:02 |
*** glejeun__ has quit IRC | 17:03 | |
*** marun has joined #openstack | 17:03 | |
*** glejeune_taf has joined #openstack | 17:04 | |
*** l_a_m has quit IRC | 17:04 | |
*** stevem_ has quit IRC | 17:04 | |
*** jamiec has quit IRC | 17:04 | |
*** marun has quit IRC | 17:04 | |
*** jamiec has joined #openstack | 17:05 | |
*** masayukig has joined #openstack | 17:05 | |
*** bhrobinson has quit IRC | 17:06 | |
Qlawy | Underbyte: what is qed image? Oo | 17:06 |
*** scotm has quit IRC | 17:06 | |
Underbyte | http://qemu-project.org/Features/QED | 17:06 |
Qlawy | Preytell1: yes, but you will be ablle to run only 32bit vms | 17:07 |
*** pbarquero has quit IRC | 17:07 | |
Qlawy | Underbyte: glance does not support that file format | 17:07 |
Preytell1 | for a lab, that's fine... | 17:07 |
*** lblanchard has quit IRC | 17:07 | |
Qlawy | Underbyte: or nova? Anyways its no supported | 17:07 |
Preytell1 | so I will tell the team to load esxi. Sounds good. | 17:08 |
Underbyte | Qlawy: considering that QED is *the* new QEMU image format, that seems like a problem :( | 17:08 |
Qlawy | Underbyte: dont think so,do you know enterprise systems world? | 17:08 |
Qlawy | Underbyte: they are still using packets from few years ago :/ | 17:08 |
*** scott_walton has joined #openstack | 17:09 | |
Underbyte | yeah, fair enough lol | 17:09 |
Qlawy | Underbyte: they hate new techonolgies | 17:09 |
*** mindpixel has quit IRC | 17:09 | |
*** bbcmicrocomputer has quit IRC | 17:09 | |
*** SumitNaiksatam has joined #openstack | 17:09 | |
*** jamiec has quit IRC | 17:09 | |
Qlawy | Underbyte: anyways, post feature request or just a bug on os launchpad and we will see what developers can do with it | 17:09 |
*** msgodf has quit IRC | 17:09 | |
*** chinychinchin has quit IRC | 17:09 | |
Underbyte | okay. in the meantime, i'm sure that it's not too difficult to convert from QED to whatever | 17:10 |
*** stevem has joined #openstack | 17:10 | |
*** chinychinchin has joined #openstack | 17:10 | |
*** glejeune_taf has quit IRC | 17:10 | |
*** masayukig has quit IRC | 17:10 | |
*** glejeune_taf has joined #openstack | 17:10 | |
*** scott_w has quit IRC | 17:11 | |
*** sayan has joined #openstack | 17:11 | |
*** IlyaE has quit IRC | 17:13 | |
*** pantea has quit IRC | 17:13 | |
*** mkollaro has joined #openstack | 17:13 | |
*** thingee_zzz is now known as thingee | 17:13 | |
*** GusM has quit IRC | 17:14 | |
*** beagles has quit IRC | 17:14 | |
*** evanz_ has joined #openstack | 17:14 | |
*** b3nt_pin has joined #openstack | 17:14 | |
*** mg__ has joined #openstack | 17:15 | |
*** mg__ has quit IRC | 17:15 | |
*** CaptainTacoSauce has joined #openstack | 17:15 | |
*** disappear has quit IRC | 17:15 | |
*** Bada has joined #openstack | 17:15 | |
*** monst has joined #openstack | 17:16 | |
*** b3nt_pin is now known as beagles | 17:16 | |
*** vkozhukalov has joined #openstack | 17:17 | |
*** konrad-k has quit IRC | 17:17 | |
*** armax has joined #openstack | 17:18 | |
*** monst has quit IRC | 17:18 | |
*** monst has joined #openstack | 17:19 | |
*** changbl has joined #openstack | 17:19 | |
*** ujuc has quit IRC | 17:19 | |
*** afazekas has joined #openstack | 17:20 | |
*** krotscheck has joined #openstack | 17:20 | |
*** germanoak has quit IRC | 17:20 | |
*** sayan has quit IRC | 17:20 | |
*** ccs_ has quit IRC | 17:21 | |
*** chinychinchin has quit IRC | 17:23 | |
*** monst has quit IRC | 17:23 | |
*** chinychinchin has joined #openstack | 17:23 | |
*** vipul-away is now known as vipul | 17:23 | |
*** vipul is now known as vipul-away | 17:24 | |
*** dtx00ff has joined #openstack | 17:25 | |
*** scott_walton has quit IRC | 17:26 | |
*** gszasz has quit IRC | 17:26 | |
*** ccs has joined #openstack | 17:27 | |
*** pablohn has quit IRC | 17:28 | |
*** linuxfreck has quit IRC | 17:28 | |
*** ryanpetrello has quit IRC | 17:29 | |
*** giordgiodinapoli has quit IRC | 17:29 | |
*** siso has quit IRC | 17:30 | |
*** giordgiodinapoli has joined #openstack | 17:31 | |
*** scotm has joined #openstack | 17:31 | |
*** jistr has quit IRC | 17:31 | |
*** Underbyte has quit IRC | 17:31 | |
*** mkollaro has quit IRC | 17:32 | |
*** twoputt has quit IRC | 17:32 | |
*** twoputt_ has quit IRC | 17:32 | |
*** sayan has joined #openstack | 17:33 | |
*** abhisheks91 has quit IRC | 17:35 | |
*** cocoadaemon has quit IRC | 17:35 | |
*** enmand has joined #openstack | 17:36 | |
*** glejeune_taf has quit IRC | 17:37 | |
*** stevem has quit IRC | 17:38 | |
*** dizquierdo has quit IRC | 17:39 | |
*** glejeun__ has joined #openstack | 17:39 | |
*** afazekas_ has joined #openstack | 17:39 | |
*** nagyz has quit IRC | 17:39 | |
*** mdenny has joined #openstack | 17:40 | |
*** enmand has quit IRC | 17:40 | |
*** glejeun__ has quit IRC | 17:40 | |
*** glejeun__ has joined #openstack | 17:41 | |
*** hewbrocca has quit IRC | 17:41 | |
*** Liquid-- has joined #openstack | 17:42 | |
*** glejeun__ has quit IRC | 17:42 | |
*** glejeune_taf has joined #openstack | 17:43 | |
*** pixelb has quit IRC | 17:43 | |
*** arif-ali has quit IRC | 17:43 | |
*** ben_duyujie has quit IRC | 17:43 | |
Liquid-- | Hello, I'm having some issues booting up multiple instances after an RDO install. If I boot just one instance of the qcow ubuntu12.04 image...it works fine. However, if I try to spin up multiple instances, usually half of them fail. Does anyone have any ideas on where to start troubleshooting this? | 17:44 |
*** glejeune_taf has quit IRC | 17:44 | |
*** glejeune_taf has joined #openstack | 17:44 | |
*** CaptTofu has quit IRC | 17:45 | |
*** xqueralt has quit IRC | 17:45 | |
*** sayan has quit IRC | 17:46 | |
*** glejeune_taf has quit IRC | 17:46 | |
*** glejeune_taf has joined #openstack | 17:46 | |
*** x86brandon has quit IRC | 17:47 | |
*** glejeune_taf has quit IRC | 17:47 | |
*** glejeune_taf has joined #openstack | 17:47 | |
*** fikst has joined #openstack | 17:48 | |
*** klindgren has joined #openstack | 17:48 | |
*** glejeune_taf has quit IRC | 17:49 | |
*** glejeune_taf has joined #openstack | 17:49 | |
*** johnthetubaguy has quit IRC | 17:49 | |
*** evanz_ has quit IRC | 17:50 | |
*** byeager has joined #openstack | 17:50 | |
*** sayan has joined #openstack | 17:50 | |
*** glejeune_taf has quit IRC | 17:51 | |
*** glejeune_taf has joined #openstack | 17:51 | |
*** djbkd has quit IRC | 17:51 | |
*** jrb has joined #openstack | 17:52 | |
*** glejeune_taf has quit IRC | 17:52 | |
*** glejeune_taf has joined #openstack | 17:53 | |
*** mwichmann has quit IRC | 17:53 | |
*** jpich has quit IRC | 17:53 | |
*** pbarquero has joined #openstack | 17:54 | |
*** kdas__ has joined #openstack | 17:54 | |
*** byeager has quit IRC | 17:54 | |
*** glejeun__ has joined #openstack | 17:54 | |
*** kushal has quit IRC | 17:55 | |
*** RM_ is now known as Guest6250 | 17:55 | |
*** mwichmann has joined #openstack | 17:55 | |
*** glejeun__ has quit IRC | 17:56 | |
*** glejeune_taf has quit IRC | 17:56 | |
*** glejeune_taf has joined #openstack | 17:56 | |
*** devnull1 has quit IRC | 17:57 | |
*** bmcgahan has joined #openstack | 17:57 | |
*** afazekas_ has quit IRC | 17:57 | |
*** glejeune_taf has quit IRC | 17:58 | |
*** glejeun__ has joined #openstack | 17:58 | |
*** SumitNaiksatam has quit IRC | 17:59 | |
*** glejeun__ has quit IRC | 17:59 | |
*** glejeune_taf has joined #openstack | 18:00 | |
*** linuxfreck has joined #openstack | 18:00 | |
*** kdas__ is now known as kushal | 18:01 | |
*** kushal has quit IRC | 18:01 | |
*** kushal has joined #openstack | 18:01 | |
*** glejeune_taf has quit IRC | 18:01 | |
*** jecarey has joined #openstack | 18:01 | |
*** glejeune_taf has joined #openstack | 18:01 | |
*** bhrobinson has joined #openstack | 18:03 | |
*** glejeun__ has joined #openstack | 18:03 | |
*** glejeune_taf has quit IRC | 18:03 | |
*** crhylove has joined #openstack | 18:04 | |
*** IlyaE has joined #openstack | 18:04 | |
*** KyleMacDonald has joined #openstack | 18:05 | |
*** glejeun__ has quit IRC | 18:05 | |
*** ioggstream has quit IRC | 18:05 | |
*** glejeune_taf has joined #openstack | 18:05 | |
*** masayukig has joined #openstack | 18:06 | |
*** isd has joined #openstack | 18:06 | |
*** atiwari has joined #openstack | 18:06 | |
*** glejeune_taf has quit IRC | 18:06 | |
*** pbarquero has quit IRC | 18:07 | |
*** glejeune_taf has joined #openstack | 18:07 | |
*** spzala has quit IRC | 18:07 | |
*** glejeune_taf has quit IRC | 18:08 | |
*** zz_paulczar is now known as paulczar | 18:08 | |
*** glejeune_taf has joined #openstack | 18:09 | |
*** bhrobinson has quit IRC | 18:09 | |
*** x86brandon has joined #openstack | 18:09 | |
*** glejeune_taf has quit IRC | 18:10 | |
*** flaper87 is now known as flaper87|afk | 18:10 | |
*** glejeune_taf has joined #openstack | 18:10 | |
*** radez_g0n3 is now known as radez | 18:11 | |
*** masayukig has quit IRC | 18:11 | |
*** glejeune_taf has quit IRC | 18:12 | |
*** glejeune_taf has joined #openstack | 18:12 | |
*** briancline has quit IRC | 18:12 | |
*** SumitNaiksatam has joined #openstack | 18:13 | |
*** SumitNaiksatam has quit IRC | 18:13 | |
*** glejeune_taf has quit IRC | 18:14 | |
*** renebarbosa has quit IRC | 18:14 | |
*** pbarquero has joined #openstack | 18:14 | |
*** glejeune_taf has joined #openstack | 18:14 | |
*** glejeune_taf has quit IRC | 18:15 | |
*** troytoman-away is now known as troytoman | 18:15 | |
*** GusM has joined #openstack | 18:15 | |
*** glejeune_taf has joined #openstack | 18:16 | |
*** SushilKM has quit IRC | 18:16 | |
*** enmand has joined #openstack | 18:17 | |
*** eglynn has quit IRC | 18:17 | |
*** routerpro2 has joined #openstack | 18:17 | |
*** glejeune_taf has quit IRC | 18:17 | |
*** changbl has quit IRC | 18:17 | |
*** glejeune_taf has joined #openstack | 18:17 | |
*** GusM has quit IRC | 18:17 | |
*** pmathews has joined #openstack | 18:18 | |
*** glejeune_taf has quit IRC | 18:19 | |
*** mikeoutland has quit IRC | 18:19 | |
*** chineduu has joined #openstack | 18:19 | |
*** glejeune_taf has joined #openstack | 18:19 | |
*** berendt has joined #openstack | 18:21 | |
*** glejeun__ has joined #openstack | 18:21 | |
*** glejeune_taf has quit IRC | 18:21 | |
*** Underbyte has joined #openstack | 18:22 | |
*** SumitNaiksatam has joined #openstack | 18:22 | |
*** glejeune_taf has joined #openstack | 18:23 | |
*** isd has quit IRC | 18:23 | |
*** glejeun__ has quit IRC | 18:23 | |
*** arif-ali has joined #openstack | 18:23 | |
*** glejeune_taf has quit IRC | 18:24 | |
*** glejeune_taf has joined #openstack | 18:25 | |
*** atiwari has quit IRC | 18:25 | |
*** KyleMacDonald has quit IRC | 18:25 | |
*** linuxfreck has quit IRC | 18:25 | |
*** jrb has quit IRC | 18:25 | |
*** Liquid-- has quit IRC | 18:25 | |
*** scotm has quit IRC | 18:25 | |
*** chinychinchin has quit IRC | 18:25 | |
*** rmoe has quit IRC | 18:25 | |
*** routerpro has quit IRC | 18:25 | |
*** reed has quit IRC | 18:25 | |
*** jaypipes has quit IRC | 18:25 | |
*** freedomhui has quit IRC | 18:25 | |
*** abell1 has quit IRC | 18:25 | |
*** aeperezt has quit IRC | 18:25 | |
*** jergerber has quit IRC | 18:25 | |
*** jthorne has quit IRC | 18:25 | |
*** zerick has quit IRC | 18:25 | |
*** rbansal1 has quit IRC | 18:25 | |
*** ezziepat has quit IRC | 18:25 | |
*** jcoufal has quit IRC | 18:25 | |
*** ahs3 has quit IRC | 18:25 | |
*** jfield has quit IRC | 18:25 | |
*** Anticimex has quit IRC | 18:25 | |
*** tmclaugh[lap] has quit IRC | 18:25 | |
*** erkules has quit IRC | 18:25 | |
*** txwikinger has quit IRC | 18:25 | |
*** dbrandon has quit IRC | 18:25 | |
*** danielitus has quit IRC | 18:25 | |
*** Chaser has quit IRC | 18:25 | |
*** danjared_ has quit IRC | 18:25 | |
*** boolman_ has quit IRC | 18:25 | |
*** freeflying_away has quit IRC | 18:25 | |
*** isAAAc has quit IRC | 18:25 | |
*** fivestar has quit IRC | 18:25 | |
*** arosen has quit IRC | 18:25 | |
*** jalljo has quit IRC | 18:25 | |
*** andymccr has quit IRC | 18:25 | |
*** agoddard has quit IRC | 18:25 | |
*** jlibosva has quit IRC | 18:26 | |
*** glejeun__ has joined #openstack | 18:26 | |
*** jlibosva has joined #openstack | 18:28 | |
*** Ryan_Lane has joined #openstack | 18:28 | |
*** glejeun__ has quit IRC | 18:28 | |
*** glejeun__ has joined #openstack | 18:28 | |
*** exed has quit IRC | 18:29 | |
*** troytoman is now known as troytoman-away | 18:29 | |
*** stronghere has quit IRC | 18:29 | |
*** peetaur has quit IRC | 18:29 | |
*** peetaur has joined #openstack | 18:29 | |
*** dgel has joined #openstack | 18:29 | |
*** glejeune_taf has quit IRC | 18:29 | |
*** dgel has quit IRC | 18:29 | |
*** sushils has quit IRC | 18:32 | |
vkozhukalov | does anybody know default username and password for vm disk image created with disk-image-create (diskimage-builder project)? | 18:32 |
*** ulkesh_work has quit IRC | 18:32 | |
Sam-I-Am | vkozhukalov: i thought those use keys inserted when launched | 18:33 |
*** glejeun__ has quit IRC | 18:33 | |
Sam-I-Am | like, for the ubuntu cloud image, the default username is ubuntu then your public key for the 'password' | 18:33 |
*** Chaser has joined #openstack | 18:34 | |
jrwren | right, there likely is not a password at all. use keys | 18:34 |
*** aeperezt has joined #openstack | 18:34 | |
*** stronghere has joined #openstack | 18:34 | |
*** Shaan7 has quit IRC | 18:35 | |
*** gmi123 has joined #openstack | 18:35 | |
vkozhukalov | Sam-I-Am: thanks a lot, and what if I want login via console tty? | 18:35 |
*** spzala has joined #openstack | 18:37 | |
*** MarkAtwood has quit IRC | 18:37 | |
*** stronghere has quit IRC | 18:37 | |
*** stronghere has joined #openstack | 18:37 | |
Sam-I-Am | you'll probably need to log in first via ssh, then set a password for that user | 18:37 |
*** galstrom is now known as galstrom_zzz | 18:37 | |
*** stronghere has quit IRC | 18:38 | |
*** aachleon_ has joined #openstack | 18:38 | |
*** aachleon has quit IRC | 18:38 | |
Sam-I-Am | some images do have a default password too | 18:38 |
*** isd has joined #openstack | 18:38 | |
*** galstrom_zzz is now known as galstrom | 18:38 | |
*** L3tsXpl0it has joined #openstack | 18:39 | |
*** peetaur is now known as Guest20738 | 18:39 | |
*** peetaur has joined #openstack | 18:39 | |
*** Guest20738 has quit IRC | 18:40 | |
vkozhukalov | Sam-I-Am: Ok, I see. Thank you. | 18:40 |
*** vartom114 has joined #openstack | 18:40 | |
*** stronghere has joined #openstack | 18:40 | |
*** pmathews has quit IRC | 18:41 | |
*** stronghere has joined #openstack | 18:41 | |
*** Underbyte has quit IRC | 18:42 | |
*** SumitNaiksatam has quit IRC | 18:42 | |
*** insanidade has joined #openstack | 18:42 | |
*** ryanpetrello has joined #openstack | 18:43 | |
*** jecarey has quit IRC | 18:44 | |
*** mikeoutland has joined #openstack | 18:44 | |
*** SumitNaiksatam has joined #openstack | 18:45 | |
*** Ryan_Lane has quit IRC | 18:45 | |
*** djbkd has joined #openstack | 18:46 | |
*** jeflui has quit IRC | 18:46 | |
*** twoputt_ has joined #openstack | 18:46 | |
*** twoputt has joined #openstack | 18:46 | |
*** lblanchard has joined #openstack | 18:46 | |
*** Semor has quit IRC | 18:47 | |
*** diogogmt has joined #openstack | 18:48 | |
*** sayan has quit IRC | 18:51 | |
*** byeager has joined #openstack | 18:51 | |
*** kushal has quit IRC | 18:51 | |
*** ioggstream has joined #openstack | 18:51 | |
*** ArminderS has quit IRC | 18:51 | |
*** ArminderS has joined #openstack | 18:51 | |
*** dorftrottel_ has quit IRC | 18:51 | |
*** krtaylor has quit IRC | 18:51 | |
*** riskable has joined #openstack | 18:53 | |
*** Semor has joined #openstack | 18:54 | |
*** byeager has quit IRC | 18:55 | |
*** exed has joined #openstack | 18:56 | |
*** melwitt has joined #openstack | 18:56 | |
*** Bada has quit IRC | 18:57 | |
*** moted has quit IRC | 18:57 | |
exed | Does somebody have a multi data center setup? | 18:58 |
*** ndipanov is now known as ndipanov_gone | 18:58 | |
*** peetaur has quit IRC | 18:59 | |
*** MarcMorata has quit IRC | 18:59 | |
*** briancline has joined #openstack | 18:59 | |
*** peetaur has joined #openstack | 18:59 | |
*** vuil has quit IRC | 18:59 | |
*** moted has joined #openstack | 19:01 | |
*** leons_ has joined #openstack | 19:03 | |
*** markpeek has quit IRC | 19:06 | |
*** bhrobinson has joined #openstack | 19:06 | |
*** ArminderS has quit IRC | 19:06 | |
Sam-I-Am | its interesting to see how much the openstack install docs vary depending on where you look :/ | 19:06 |
*** joshbetz has quit IRC | 19:06 | |
*** ArminderS has joined #openstack | 19:06 | |
*** masayukig has joined #openstack | 19:07 | |
*** arcimboldo has quit IRC | 19:07 | |
*** resenz has quit IRC | 19:10 | |
browndwarf | has anyone set up a aws style proxy for resolving hostname.domainname to private ips? i.e. host1.myopenstack.com -> 10.10.10.1. | 19:10 |
*** arif-ali has quit IRC | 19:10 | |
*** exed has quit IRC | 19:11 | |
*** masayukig has quit IRC | 19:11 | |
*** joesavak has quit IRC | 19:11 | |
*** spzala has quit IRC | 19:11 | |
*** marun has joined #openstack | 19:12 | |
*** gelger has joined #openstack | 19:12 | |
*** bhrobinson has quit IRC | 19:12 | |
*** arif-ali has joined #openstack | 19:13 | |
*** vipul-away is now known as vipul | 19:14 | |
*** vfiduccia has quit IRC | 19:15 | |
*** ccorrigan has joined #openstack | 19:15 | |
*** ORerik has quit IRC | 19:16 | |
*** vuil has joined #openstack | 19:16 | |
*** fikst has quit IRC | 19:17 | |
*** reed has joined #openstack | 19:18 | |
*** atiwari has joined #openstack | 19:18 | |
*** jrb has joined #openstack | 19:18 | |
*** Liquid-- has joined #openstack | 19:18 | |
*** scotm has joined #openstack | 19:18 | |
*** rmoe has joined #openstack | 19:18 | |
*** jaypipes has joined #openstack | 19:18 | |
*** abell1 has joined #openstack | 19:18 | |
*** jergerber has joined #openstack | 19:18 | |
*** jthorne has joined #openstack | 19:18 | |
*** zerick has joined #openstack | 19:18 | |
*** rbansal1 has joined #openstack | 19:18 | |
*** ezziepat has joined #openstack | 19:18 | |
*** jcoufal has joined #openstack | 19:18 | |
*** ahs3 has joined #openstack | 19:18 | |
*** jfield has joined #openstack | 19:18 | |
*** Anticimex has joined #openstack | 19:18 | |
*** tmclaugh[lap] has joined #openstack | 19:18 | |
*** erkules has joined #openstack | 19:18 | |
*** txwikinger has joined #openstack | 19:18 | |
*** dbrandon has joined #openstack | 19:18 | |
*** danielitus has joined #openstack | 19:18 | |
*** danjared_ has joined #openstack | 19:18 | |
*** boolman_ has joined #openstack | 19:18 | |
*** freeflying_away has joined #openstack | 19:18 | |
*** isAAAc has joined #openstack | 19:18 | |
*** fivestar has joined #openstack | 19:18 | |
*** arosen has joined #openstack | 19:18 | |
*** jalljo has joined #openstack | 19:18 | |
*** andymccr has joined #openstack | 19:18 | |
*** agoddard has joined #openstack | 19:18 | |
*** gyee has joined #openstack | 19:19 | |
*** k_stev has joined #openstack | 19:19 | |
*** berendt has quit IRC | 19:20 | |
*** dhblaz has quit IRC | 19:20 | |
*** mgw has joined #openstack | 19:20 | |
*** sparq_ has joined #openstack | 19:21 | |
*** cotton has quit IRC | 19:22 | |
*** cotton has joined #openstack | 19:23 | |
*** markpeek has joined #openstack | 19:23 | |
*** diegows_ has quit IRC | 19:24 | |
*** rushiagr has joined #openstack | 19:24 | |
*** litong has quit IRC | 19:25 | |
*** dtx00ff has quit IRC | 19:26 | |
*** fallenpegasus has joined #openstack | 19:26 | |
*** sez has joined #openstack | 19:26 | |
*** vipul is now known as vipul-away | 19:29 | |
*** odyssey4me2 has joined #openstack | 19:29 | |
*** odyssey4me3 has joined #openstack | 19:30 | |
*** vfiduccia has joined #openstack | 19:30 | |
*** L3tsXpl0it has quit IRC | 19:30 | |
*** glejeune_taf has joined #openstack | 19:31 | |
*** danielbruno has joined #openstack | 19:31 | |
*** beagles has quit IRC | 19:32 | |
*** glejeune_taf has quit IRC | 19:32 | |
*** glejeune_taf has joined #openstack | 19:32 | |
*** dhblaz has joined #openstack | 19:33 | |
*** jlibosva has quit IRC | 19:34 | |
*** glejeune_taf has quit IRC | 19:34 | |
*** warik has quit IRC | 19:34 | |
*** rbansal1 has quit IRC | 19:34 | |
*** odyssey4me2 has quit IRC | 19:34 | |
*** glejeune_taf has joined #openstack | 19:34 | |
*** DandyPandy has quit IRC | 19:35 | |
*** vartom114 has quit IRC | 19:35 | |
*** glejeune_taf has quit IRC | 19:36 | |
*** vkozhukalov has quit IRC | 19:36 | |
*** rbansal1 has joined #openstack | 19:36 | |
*** alunduil has quit IRC | 19:36 | |
*** glejeune_taf has joined #openstack | 19:36 | |
*** berendt has joined #openstack | 19:36 | |
*** krtaylor has joined #openstack | 19:37 | |
*** sez has quit IRC | 19:37 | |
*** vfiduccia has quit IRC | 19:37 | |
*** vfiduccia has joined #openstack | 19:38 | |
*** glejeune_taf has quit IRC | 19:38 | |
*** glejeune_taf has joined #openstack | 19:38 | |
*** vkozhukalov_ has joined #openstack | 19:38 | |
*** berendt has quit IRC | 19:39 | |
*** tsykoduk has quit IRC | 19:39 | |
*** glejeune_taf has quit IRC | 19:39 | |
*** glejeune_taf has joined #openstack | 19:40 | |
*** vkozhukalov_ has quit IRC | 19:40 | |
*** arif-ali has quit IRC | 19:40 | |
*** vkozhukalov has joined #openstack | 19:41 | |
*** rmoe_ has joined #openstack | 19:41 | |
*** rmoe has quit IRC | 19:41 | |
*** jcook has joined #openstack | 19:41 | |
*** glejeun__ has joined #openstack | 19:41 | |
*** jcook has quit IRC | 19:42 | |
*** DandyPandy has joined #openstack | 19:43 | |
*** glejeun__ has quit IRC | 19:43 | |
*** glejeun__ has joined #openstack | 19:43 | |
*** jcook has joined #openstack | 19:43 | |
*** ArminderS has quit IRC | 19:43 | |
*** dtx00ff has joined #openstack | 19:44 | |
*** rmoe has joined #openstack | 19:45 | |
*** glejeune_taf has quit IRC | 19:45 | |
*** glejeun__ has quit IRC | 19:45 | |
*** glejeune_taf has joined #openstack | 19:45 | |
*** enmand has quit IRC | 19:45 | |
*** angdraug has quit IRC | 19:46 | |
*** evanz_ has joined #openstack | 19:46 | |
*** rmoe_ has quit IRC | 19:46 | |
nexus_monkey | Hi | 19:48 |
*** souvik has quit IRC | 19:48 | |
nexus_monkey | I have a wired issue - one of my instances that has been working fine for months suddenly can't get an IP after a reboot | 19:49 |
*** Trixboxer has quit IRC | 19:49 | |
nexus_monkey | other instances on the same compute node are fine | 19:49 |
nexus_monkey | this is grizzly/quantum | 19:49 |
*** glejeune_taf has quit IRC | 19:50 | |
*** cjwilson has joined #openstack | 19:51 | |
*** byeager has joined #openstack | 19:51 | |
*** exed has joined #openstack | 19:52 | |
*** browndwarf has quit IRC | 19:53 | |
*** sebaridolfi has quit IRC | 19:53 | |
*** ulkesh has joined #openstack | 19:53 | |
*** glejeune_taf has joined #openstack | 19:53 | |
*** ulkesh has quit IRC | 19:54 | |
*** codercotton has joined #openstack | 19:54 | |
*** ulkesh has joined #openstack | 19:54 | |
*** gmi123 has quit IRC | 19:54 | |
*** glejeune_taf has quit IRC | 19:55 | |
*** rnorwood1 has quit IRC | 19:55 | |
*** __nikhil__ is now known as nikhil_ | 19:55 | |
*** glejeune_taf has joined #openstack | 19:55 | |
*** zz_tsykoduk has joined #openstack | 19:55 | |
*** lsmola has quit IRC | 19:55 | |
*** nikhil_ is now known as Guest13638 | 19:55 | |
*** cotton has quit IRC | 19:56 | |
*** spzala has joined #openstack | 19:56 | |
*** arif-ali has joined #openstack | 19:56 | |
*** byeager has quit IRC | 19:56 | |
*** germanoak has joined #openstack | 19:56 | |
*** glejeun__ has joined #openstack | 19:57 | |
*** glejeun__ has quit IRC | 19:58 | |
*** glejeun__ has joined #openstack | 19:59 | |
*** jttam has quit IRC | 19:59 | |
*** eglynn has joined #openstack | 19:59 | |
*** ArxCruz has quit IRC | 19:59 | |
*** rnorwood1 has joined #openstack | 19:59 | |
*** datsun180b has quit IRC | 19:59 | |
*** tzn has joined #openstack | 20:00 | |
*** glejeune_taf has quit IRC | 20:00 | |
*** fikst has joined #openstack | 20:00 | |
*** glejeun__ has quit IRC | 20:00 | |
*** glejeune_taf has joined #openstack | 20:00 | |
*** doublerr has quit IRC | 20:01 | |
*** HenryG has quit IRC | 20:01 | |
*** glejeun__ has joined #openstack | 20:02 | |
*** freedomhui has joined #openstack | 20:03 | |
*** ryanpetrello has quit IRC | 20:03 | |
*** Guest13638 is now known as nikhil___ | 20:03 | |
*** eglynn has quit IRC | 20:04 | |
*** glejeune_taf has quit IRC | 20:05 | |
*** jergerber has quit IRC | 20:05 | |
*** jergerbe_ has joined #openstack | 20:05 | |
*** doublerr has joined #openstack | 20:05 | |
*** pmathews has joined #openstack | 20:07 | |
*** glejeun__ has quit IRC | 20:07 | |
*** masayukig has joined #openstack | 20:07 | |
*** freedomhui has quit IRC | 20:08 | |
*** dneary has quit IRC | 20:08 | |
*** exed has quit IRC | 20:08 | |
*** bhrobinson has joined #openstack | 20:09 | |
*** cjwilson has quit IRC | 20:10 | |
*** devnull1 has joined #openstack | 20:11 | |
*** vuntz has quit IRC | 20:11 | |
*** zerick has quit IRC | 20:11 | |
*** rochaporto has joined #openstack | 20:12 | |
*** masayukig has quit IRC | 20:12 | |
*** zerick has joined #openstack | 20:13 | |
*** bhrobinson has quit IRC | 20:14 | |
*** vuil has quit IRC | 20:14 | |
*** marun has quit IRC | 20:15 | |
*** tombar has quit IRC | 20:15 | |
*** haleyb_ is now known as haleyb | 20:15 | |
*** tombar has joined #openstack | 20:15 | |
*** thedodd has quit IRC | 20:16 | |
*** radiocats has quit IRC | 20:16 | |
*** radiocats has joined #openstack | 20:16 | |
*** bmcgahan has quit IRC | 20:18 | |
*** hughsaunders has joined #openstack | 20:18 | |
*** afazekas has quit IRC | 20:18 | |
*** chineduu has quit IRC | 20:18 | |
*** chineduu has joined #openstack | 20:18 | |
*** rochaporto has quit IRC | 20:19 | |
*** SumitNaiksatam has quit IRC | 20:19 | |
*** rochaporto has joined #openstack | 20:19 | |
*** tombar has quit IRC | 20:20 | |
*** rnorwood1 has quit IRC | 20:20 | |
*** arif-ali has quit IRC | 20:20 | |
*** vipul-away is now known as vipul | 20:21 | |
*** rochaporto has quit IRC | 20:21 | |
*** radiocats has quit IRC | 20:21 | |
*** rocha_ has joined #openstack | 20:21 | |
*** eglynn has joined #openstack | 20:22 | |
*** ryanpetrello has joined #openstack | 20:22 | |
*** danger_fo_away is now known as danger_fo | 20:22 | |
*** mostgiantestpeni has joined #openstack | 20:23 | |
*** Corey has joined #openstack | 20:23 | |
*** mostgiantestpeni has quit IRC | 20:23 | |
*** rocha_ has left #openstack | 20:23 | |
*** ryker has joined #openstack | 20:23 | |
*** jcoufal has quit IRC | 20:23 | |
*** tmclaugh[work] has quit IRC | 20:24 | |
Sam-I-Am | CaptainTacoSauce: well, that was a big letdown | 20:24 |
Sam-I-Am | CaptainTacoSauce: thought i found the source of the rpc problem | 20:25 |
*** retreved has quit IRC | 20:25 | |
*** retreved has joined #openstack | 20:26 | |
*** pbarquero has quit IRC | 20:26 | |
*** aaronfeng has left #openstack | 20:27 | |
CaptainTacoSauce | no such luck eh? | 20:29 |
*** arif-ali has joined #openstack | 20:29 | |
Sam-I-Am | nope | 20:30 |
Sam-I-Am | i got past one rpc error... and into the same error a bit later in launching a VM | 20:30 |
Sam-I-Am | i could delete the ones i created though... but now the news ones, i can't | 20:30 |
CaptainTacoSauce | I'm currently under the theory that my neutron is working enough that nova asks neutron to build a network for the first instance, it builds that network, adds a port to my bridge, which breaks my neutron server's routing table | 20:30 |
*** retreved has quit IRC | 20:30 | |
CaptainTacoSauce | (probably due to a config problem) and then it never answers "okay I built that network you wanted" because it is cut off from the network so everything times out and dies | 20:30 |
*** doublerr has quit IRC | 20:31 | |
*** scotm has quit IRC | 20:31 | |
*** zz_tsykoduk is now known as tsykoduk | 20:31 | |
*** jdob has quit IRC | 20:31 | |
*** mkollaro has joined #openstack | 20:31 | |
CaptainTacoSauce | let me see if I can paste part of my routing table so that makes more sense | 20:31 |
Sam-I-Am | oh, thats feasible | 20:31 |
*** scotm has joined #openstack | 20:31 | |
*** sparq_ has quit IRC | 20:32 | |
*** lcestari has quit IRC | 20:32 | |
Sam-I-Am | question would be taking a snapshot at the right time | 20:32 |
*** vuil has joined #openstack | 20:33 | |
*** aachleon_ has quit IRC | 20:33 | |
*** aachleon has joined #openstack | 20:34 | |
*** gregmark has quit IRC | 20:34 | |
*** danger_fo is now known as danger_fo_away | 20:34 | |
sgran | CaptainTacoSauce: can you, before starting any neutron networking up, paste the output of `ip r` and the non-comment lines from your neutron openvswitch-agent.conf? | 20:34 |
Sam-I-Am | some of this could be the result of combining stuff on one host with less than 3 nics like prescribed in the docs | 20:34 |
Sam-I-Am | it shouldnt be... bug... | 20:35 |
sgran | well | 20:35 |
Sam-I-Am | er, but | 20:35 |
sgran | it depends on what you've asked it to do :) | 20:35 |
*** tombar has joined #openstack | 20:35 | |
*** kindjal has joined #openstack | 20:35 | |
Sam-I-Am | sgran: i asked it to work :) | 20:35 |
*** vkozhukalov has quit IRC | 20:35 | |
*** ioggstream has quit IRC | 20:35 | |
*** rnorwood1 has joined #openstack | 20:36 | |
Sam-I-Am | i might go rebuild this all from scratch using the unofficial grizzly docs and translating quantum to neutron | 20:36 |
*** retreved has joined #openstack | 20:36 | |
*** scotm has quit IRC | 20:36 | |
Sam-I-Am | i wonder if anyone is using neutron successfully in havana | 20:36 |
* sgran raises his hand :) | 20:36 | |
Sam-I-Am | ooo | 20:37 |
sgran | but it's a steady upgrade from essex with tweaking along the way | 20:37 |
Sam-I-Am | did you follow any docs to install it, or just magic? | 20:37 |
Sam-I-Am | oh | 20:37 |
Sam-I-Am | was quantum around in essex? | 20:37 |
sgran | yes, just | 20:37 |
Sam-I-Am | i need more magic | 20:38 |
*** sparq_ has joined #openstack | 20:40 | |
*** aachleon has quit IRC | 20:40 | |
*** tsykoduk is now known as zz_tsykoduk | 20:40 | |
CaptainTacoSauce | yes I'll work on that | 20:40 |
*** rushiagr has quit IRC | 20:41 | |
*** ayoung has quit IRC | 20:41 | |
*** sparq_ has quit IRC | 20:42 | |
*** vuil has quit IRC | 20:42 | |
*** lsearl has joined #openstack | 20:42 | |
*** sparq_ has joined #openstack | 20:42 | |
*** radez is now known as radez_g0n3 | 20:42 | |
*** sparq_ has quit IRC | 20:43 | |
*** sparq_ has joined #openstack | 20:44 | |
Sam-I-Am | http://pastebin.com/bF2dQbQp | 20:44 |
Sam-I-Am | well, there's mine | 20:45 |
*** epopt37 has quit IRC | 20:45 | |
Sam-I-Am | from the combined controller/network node | 20:45 |
CaptainTacoSauce | gah I have no network so I have no clipboard, I have to type it out | 20:45 |
Sam-I-Am | CaptainTacoSauce: remote management ftw! | 20:45 |
*** zz_tsykoduk is now known as tsykoduk | 20:46 | |
*** sparq_ has quit IRC | 20:46 | |
*** lsearl has quit IRC | 20:46 | |
*** sparq_ has joined #openstack | 20:46 | |
*** dhblaz has quit IRC | 20:47 | |
CaptainTacoSauce | pastebin.com/exZ8HFpn | 20:47 |
Sam-I-Am | ok, now my paste should work... | 20:47 |
CaptainTacoSauce | now you said before neutron starts, but the services start on boot... | 20:47 |
Sam-I-Am | CaptainTacoSauce: i turned them off and rebooted | 20:47 |
*** stevem_ has joined #openstack | 20:47 | |
Sam-I-Am | the only interface at that point is the one eth0 | 20:47 |
stevem_ | greeting channel | 20:47 |
Sam-I-Am | eth1 exists, and is up, but br-ext does not exist | 20:48 |
stevem_ | how do i create a bridge between my vm's interface and br-int? | 20:48 |
stevem_ | via quantum | 20:48 |
*** dmsimard1 has joined #openstack | 20:48 | |
*** dmsimard has quit IRC | 20:48 | |
Sam-I-Am | stevem_: did you install the magic_lamp plugin? | 20:48 |
stevem_ | nope :) | 20:49 |
stevem_ | whats that? | 20:49 |
Sam-I-Am | apparently the piece that sgran has installed | 20:49 |
sgran | can you paste the output of `ovs-ovctl show` before it goes wrong, and after? | 20:50 |
Sam-I-Am | ofctl? | 20:50 |
sgran | er | 20:51 |
sgran | ovs-vsctl | 20:51 |
Sam-I-Am | ah | 20:51 |
stevem_ | do i need nova-network on my compute nodes? | 20:51 |
Sam-I-Am | sgran: before neutron stuff starts? | 20:51 |
*** dmsimard has joined #openstack | 20:51 | |
sgran | that would be good | 20:51 |
*** dbalog has quit IRC | 20:51 | |
sgran | you don't seem to have any bridge mappings | 20:51 |
*** dhblaz has joined #openstack | 20:51 | |
*** jergerbe_ has quit IRC | 20:51 | |
*** fallenpegasus has quit IRC | 20:52 | |
Sam-I-Am | hmm, isnt the openvswitch db doing to persist even without neutron running? | 20:52 |
*** byeager has joined #openstack | 20:52 | |
*** evanjfraser has joined #openstack | 20:52 | |
sgran | yes | 20:53 |
*** jprovazn has quit IRC | 20:53 | |
*** dmsimard1 has quit IRC | 20:53 | |
CaptainTacoSauce | http://pastebin.com/ZWEr2Vdq | 20:53 |
*** jttam has joined #openstack | 20:53 | |
*** chineduu has quit IRC | 20:53 | |
Sam-I-Am | http://pastebin.com/W4QF9pZq | 20:53 |
Sam-I-Am | damn, you bea me too it | 20:54 |
*** chineduu has joined #openstack | 20:54 | |
Sam-I-Am | sgran: so i'm guessing that might contain some cruft if the config is persistent | 20:54 |
*** chineduu has quit IRC | 20:54 | |
Sam-I-Am | i could delete the entire thing... | 20:54 |
*** chineduu has joined #openstack | 20:54 | |
sgran | CaptainTacoSauce: 2 routes to 192.168.0.0/16 is what is going wrong | 20:54 |
*** dhanasekaran has quit IRC | 20:55 | |
CaptainTacoSauce | agreed | 20:55 |
CaptainTacoSauce | but that tap...... route gets created outside of my control | 20:55 |
*** MooingLemur has quit IRC | 20:55 | |
Sam-I-Am | sgran: when i start openvswitch and stuff, i have a route for br-ext, but thats it | 20:55 |
*** Liquid-- has quit IRC | 20:56 | |
CaptainTacoSauce | and it's like several moments after all the services start, which makes me assume that its trying to build that network/route for a nova instance? | 20:56 |
*** arif-ali has quit IRC | 20:56 | |
*** fnaval_ has quit IRC | 20:56 | |
Sam-I-Am | CaptainTacoSauce: maybe i forgot to ask... which install docs did you use? | 20:56 |
CaptainTacoSauce | well for the most part, I used this one, but I have a single flat network so I had to borrow from an old grizzly guide as well | 20:56 |
CaptainTacoSauce | http://docs.openstack.org/havana/install-guide/install/apt/content/install-neutron.configure-networks.html | 20:56 |
CaptainTacoSauce | here's my flat network guide: | 20:56 |
CaptainTacoSauce | http://developer.rackspace.com/blog/neutron-networking-simple-flat-network.html | 20:56 |
*** blackboxsw has quit IRC | 20:56 | |
sgran | I think that what you might be doing is creating a neutron network with the same subnet as the one your physical servers are on | 20:56 |
*** evanz_ has quit IRC | 20:57 | |
sgran | then you're not using network namespaces, so the routes for things like DHCP clash with host routes | 20:57 |
*** epopt37 has joined #openstack | 20:57 | |
*** byeager has quit IRC | 20:57 | |
Sam-I-Am | sgran: is the neutron network the one tunneled between compute and network node, and the one presented to the vm? | 20:57 |
CaptainTacoSauce | network namespaces, hmm, not real familiar with that, so yes, you're probably right | 20:57 |
*** arif-ali has joined #openstack | 20:57 | |
Sam-I-Am | in my config, either namespaces was enabled by default, or i enabled them... but i do have two netns's running | 20:58 |
sgran | it's the one in the output of `neutron subnet-list` | 20:58 |
*** boden has quit IRC | 20:58 | |
*** ayoung has joined #openstack | 20:58 | |
CaptainTacoSauce | ohhh okay | 20:58 |
Sam-I-Am | sgran: in my case, there's two networks... int-net, and ext-net | 20:59 |
Sam-I-Am | ext-net is the same as the network on br-ext | 20:59 |
Sam-I-Am | int-net is fed to the VMs | 20:59 |
Sam-I-Am | and is nowhere else on the servers | 20:59 |
*** gyee has quit IRC | 21:00 | |
*** jergerber has joined #openstack | 21:00 | |
Sam-I-Am | CaptainTacoSauce: i'm working from this - http://docs.openstack.org/trunk/install-guide/install/apt/content/install-neutron.configure-networks.html | 21:01 |
*** itarchitectkev_ has quit IRC | 21:01 | |
*** vfiduccia has left #openstack | 21:01 | |
*** MooingLemur has joined #openstack | 21:02 | |
Sam-I-Am | which i *think* is more or less the same thing | 21:02 |
sgran | Sam-I-Am: I think you've misdefined your ext-net | 21:02 |
Sam-I-Am | oh? | 21:03 |
sgran | I use vlans instead of GRE, and I don't use inside/outside networks | 21:03 |
sgran | but all the networking that neutron brings up should be isolated away from the hosts themselves | 21:03 |
*** acu has joined #openstack | 21:03 | |
Sam-I-Am | i think the docs calls it $external_network | 21:03 |
sgran | it's like you've told it to use your host nic for br-ext | 21:03 |
*** freedomhui has joined #openstack | 21:03 | |
Sam-I-Am | that is what br-ext is bound to, yes | 21:04 |
*** rcheleguini has quit IRC | 21:04 | |
*** Khollowa_ has quit IRC | 21:04 | |
Sam-I-Am | a different nic than handles internal openstack traffic | 21:04 |
sgran | and then you've told neutron to bind ext-net to br-ext | 21:04 |
sgran | you want to isolate that traffic away from the host | 21:04 |
Sam-I-Am | eth0 is for openstack traffic, eth1 is (hopefully) for VM access to the world | 21:04 |
sgran | what is for the host? | 21:04 |
Sam-I-Am | the host/mgmt network is 172.24.247/24 on eth0 | 21:05 |
*** krtaylor has quit IRC | 21:05 | |
Sam-I-Am | all of the openstack daemons are configured to use IPs on it | 21:05 |
*** glejeune_taf has joined #openstack | 21:05 | |
sgran | so, not isolated from the VMs | 21:05 |
*** jergerber has quit IRC | 21:05 | |
sgran | ? | 21:05 |
*** tombar has quit IRC | 21:05 | |
*** tombar has joined #openstack | 21:06 | |
*** glejeune_taf has quit IRC | 21:06 | |
*** glejeune_taf has joined #openstack | 21:07 | |
Sam-I-Am | i might not be understanding this. the controller/network node has two phys interfaces. eth0, eth1. the compute node has one... eth0. | 21:07 |
*** Chicago has quit IRC | 21:07 | |
*** lblanchard has quit IRC | 21:07 | |
CaptainTacoSauce | trying to avoid you having to answer both of us at once, but... with what you're saying, is there a way to run a single flat network? I can add another network/interface to all the components but I was trying to build it without doing that | 21:07 |
sgran | when you 'map' a network device in neutron, you are abdicating the management of it to neutron | 21:07 |
Sam-I-Am | i was thinking that neutron would build its tunnels over the eth0/247 network, and use eth1/240 on the controller/network node for NATing VMs to the internet. int-net is 192.168.247/24 and thats what i was going to put VMs on | 21:07 |
*** jrb has quit IRC | 21:08 | |
*** bdpayne has joined #openstack | 21:08 | |
*** Barker_ has quit IRC | 21:08 | |
*** freedomhui has quit IRC | 21:08 | |
sgran | CaptainTacoSauce: sure, we use VLANs, but it's otherwise routed traffic | 21:08 |
*** masayukig has joined #openstack | 21:08 | |
*** glejeune_taf has quit IRC | 21:08 | |
*** jttam has quit IRC | 21:08 | |
*** glejeune_taf has joined #openstack | 21:08 | |
sgran | the compute hosts here have 2 nics, one for compute host management traffic, and one as a trunk port for VM traffic | 21:08 |
Sam-I-Am | sgran: ok, so lets say i leave eth1 on both the cont/net and host nodes blank... how do i tell neutron to use it rather than the eth0/247 network? in other words, there's a local_ip directive... | 21:09 |
CaptainTacoSauce | ohhh so while there's one physical nic, there's still eth0.vlan1 and eth0.vlan2, multiple interfaces to manage | 21:09 |
Sam-I-Am | i had local_ip pointing to the same management network | 21:09 |
*** acu has quit IRC | 21:09 | |
Sam-I-Am | e.g., the same IP used for openstack daemon communication | 21:09 |
*** bhrobinson has joined #openstack | 21:09 | |
Sam-I-Am | er, i.e. | 21:09 |
*** masayukig has quit IRC | 21:10 | |
*** devnull1 has quit IRC | 21:10 | |
*** masayukig has joined #openstack | 21:10 | |
*** SumitNaiksatam has joined #openstack | 21:10 | |
*** doublerr has joined #openstack | 21:10 | |
*** retreved_ has joined #openstack | 21:10 | |
*** tombar has quit IRC | 21:10 | |
*** spzala has quit IRC | 21:10 | |
*** glejeune_taf has quit IRC | 21:11 | |
*** ayoung has quit IRC | 21:11 | |
*** glejeun__ has joined #openstack | 21:11 | |
*** stevem__ has joined #openstack | 21:11 | |
*** giordgiodinapoli has quit IRC | 21:12 | |
*** glejeun__ has quit IRC | 21:12 | |
*** mikedawson has quit IRC | 21:12 | |
*** achampion has quit IRC | 21:12 | |
*** retreved has quit IRC | 21:12 | |
*** giordgiodinapoli has joined #openstack | 21:12 | |
*** albionandrew has quit IRC | 21:12 | |
*** stevem__ has quit IRC | 21:12 | |
*** chineduu has quit IRC | 21:12 | |
*** robbiew has quit IRC | 21:12 | |
*** cdub_ has quit IRC | 21:13 | |
*** esker has quit IRC | 21:13 | |
*** rdnsget has joined #openstack | 21:13 | |
*** rdnsget has left #openstack | 21:13 | |
*** SumitNaiksatam has quit IRC | 21:14 | |
*** masayukig has quit IRC | 21:14 | |
*** mikeoutland has quit IRC | 21:14 | |
*** retreved_ has quit IRC | 21:14 | |
*** stevem_ has quit IRC | 21:14 | |
*** mikeoutland has joined #openstack | 21:15 | |
*** ayoung has joined #openstack | 21:16 | |
*** lborda has quit IRC | 21:16 | |
*** bhrobinson has quit IRC | 21:17 | |
*** ryker has quit IRC | 21:17 | |
*** melmoth has joined #openstack | 21:19 | |
*** CaptainTaco has joined #openstack | 21:19 | |
*** mikeoutland has quit IRC | 21:19 | |
Sam-I-Am | well... | 21:20 |
*** ayoung has quit IRC | 21:20 | |
*** desai has joined #openstack | 21:20 | |
jcook | Does anyone know if the VMware VCDriver in Havana supports multiple datastores per cluster? I read that this was a limitation at one point. | 21:22 |
*** CaptainTacoSauce has quit IRC | 21:22 | |
*** desai has quit IRC | 21:23 | |
*** sgordon` has joined #openstack | 21:24 | |
*** jhesketh has joined #openstack | 21:24 | |
*** jhesketh__ has joined #openstack | 21:24 | |
*** sgordon has quit IRC | 21:24 | |
*** ayoung has joined #openstack | 21:25 | |
*** tombar has joined #openstack | 21:25 | |
*** sandywalsh_ has quit IRC | 21:26 | |
Excedrin | it doesn't as far as I know | 21:26 |
*** dmsimard has quit IRC | 21:26 | |
*** raildo has quit IRC | 21:27 | |
*** sgordon has joined #openstack | 21:27 | |
*** sgordon has quit IRC | 21:27 | |
*** sgordon has joined #openstack | 21:27 | |
*** isd has quit IRC | 21:28 | |
*** rocha_ has joined #openstack | 21:30 | |
*** sgordon` has quit IRC | 21:31 | |
*** sgordon` has joined #openstack | 21:31 | |
*** sgordon has quit IRC | 21:31 | |
*** jttam has joined #openstack | 21:33 | |
*** gmurphy has quit IRC | 21:33 | |
*** sparq_ has quit IRC | 21:33 | |
*** michaelneale has joined #openstack | 21:34 | |
Sam-I-Am | aight, time to roll outta here for a bit | 21:34 |
*** melwitt has quit IRC | 21:35 | |
*** melwitt has joined #openstack | 21:35 | |
*** vlad_starkov has joined #openstack | 21:35 | |
*** tsnider has quit IRC | 21:35 | |
*** devnull1 has joined #openstack | 21:36 | |
*** ioggstream has joined #openstack | 21:37 | |
*** scuttlemonkey has joined #openstack | 21:37 | |
*** cocoadaemon has joined #openstack | 21:37 | |
*** L3tsXpl0it has joined #openstack | 21:37 | |
*** vlad_starkov has quit IRC | 21:38 | |
*** vlad_starkov has joined #openstack | 21:38 | |
*** dblessing has quit IRC | 21:38 | |
*** vlad_starkov has quit IRC | 21:39 | |
*** sushils has joined #openstack | 21:39 | |
*** vlad_starkov has joined #openstack | 21:39 | |
*** atiwari has quit IRC | 21:40 | |
*** sandywalsh has joined #openstack | 21:41 | |
*** jrb has joined #openstack | 21:42 | |
*** desai has joined #openstack | 21:42 | |
*** grncdr_ is now known as grncdr | 21:43 | |
abell1 | running into a really odd issue w/ libgfapi in nova | 21:43 |
abell1 | I'm unable to attach any volumes to instances | 21:43 |
*** tombar_ has joined #openstack | 21:43 | |
abell1 | in libvirtd.log, I get "could not open disk image gluster://gluster02/gv-cinder/vol-40b86a46-6a7c-4dba-9057-397cd12faa8e: No such file or directory\r\n", "id": "libvirt-8" | 21:44 |
*** El_Fary2 has joined #openstack | 21:45 | |
abell1 | libvirtd (libvirt) is 1.1.1 | 21:45 |
abell1 | qemu is 1.5.0 | 21:45 |
El_Fary2 | Las mejores pajas en www.JizzDay.com | 21:45 |
*** El_Fary2 has quit IRC | 21:45 | |
*** sstefi has joined #openstack | 21:45 | |
*** alunduil has joined #openstack | 21:45 | |
*** sstefi has left #openstack | 21:46 | |
abell1 | I've confirmed that that volume is present on gluster | 21:46 |
*** sstefi has joined #openstack | 21:46 | |
*** L3tsXpl0it has left #openstack | 21:46 | |
*** tombar has quit IRC | 21:46 | |
*** kbringard has quit IRC | 21:47 | |
eharney | abell1: the filename starts with vol- and not volume-? | 21:48 |
*** tombar_ has quit IRC | 21:48 | |
abell1 | eharney: yes. | 21:48 |
eharney | abell1: due to changing volume_name_template in cinder.conf? (just checking) | 21:49 |
abell1 | yes. | 21:49 |
*** rnorwood1 has quit IRC | 21:49 | |
*** routerpro2 has quit IRC | 21:50 | |
*** MeatMuppet has joined #openstack | 21:51 | |
eharney | abell1: have you done any configuration as far as security settings for the gluster server? | 21:52 |
abell1 | eharney: no | 21:52 |
abell1 | and you know, I probably should've tried this first, but I just tried to qemu-img create against the gluster host, and I get 'Unknown protocol' | 21:53 |
abell1 | so, I thought libgfapi should be in 1.5 | 21:53 |
abell1 | *qemu 1.5 | 21:53 |
*** byeager has joined #openstack | 21:53 | |
eharney | i'm not sure whether qemu-img can do that -- at least, i haven't ever tried to do that | 21:54 |
*** desai has quit IRC | 21:54 | |
abell1 | eharney: http://blog.flaper87.com/post/520b7ff00f06d37b7a766dc0/ | 21:54 |
eharney | abell1: ahh, well, neat | 21:54 |
*** kindjal has quit IRC | 21:54 | |
eharney | abell1: what platform are you running on? | 21:55 |
abell1 | eharney: well, if it worked it would be neat. | 21:55 |
abell1 | eharney: Ubuntu 12.04 | 21:55 |
abell1 | 3.8.0-31 | 21:55 |
*** insanidade has quit IRC | 21:55 | |
*** Madasi is now known as zz_Madasi | 21:56 | |
*** CaptainTacoSauce has joined #openstack | 21:57 | |
*** mdorman has quit IRC | 21:57 | |
eharney | abell1: so, i'm not really an ubuntu expert... but i'm not really sure qemu-kvm in that release supports libgfapi | 21:58 |
*** byeager has quit IRC | 21:58 | |
abell1 | eharney: that's kind of the conclusion I've come to, as well, while digging and chatting with you. thanks for your help! | 22:00 |
eharney | abell1: no problem | 22:00 |
*** melwitt has quit IRC | 22:00 | |
*** colinmcnamara has quit IRC | 22:01 | |
*** arcimboldo has joined #openstack | 22:02 | |
*** arcimboldo has quit IRC | 22:02 | |
*** lblanchard has joined #openstack | 22:02 | |
*** melwitt has joined #openstack | 22:03 | |
*** engkur has quit IRC | 22:03 | |
*** freedomhui has joined #openstack | 22:04 | |
*** jthorne has quit IRC | 22:04 | |
*** galstrom is now known as galstrom_zzz | 22:04 | |
*** scotm has joined #openstack | 22:05 | |
*** mkollaro has quit IRC | 22:05 | |
*** peetaur is now known as Guest9683 | 22:06 | |
*** peetaur has joined #openstack | 22:06 | |
*** Guest9683 has quit IRC | 22:06 | |
*** aspiers has quit IRC | 22:06 | |
*** mikedawson has joined #openstack | 22:06 | |
*** markpeek has quit IRC | 22:07 | |
*** freedomhui has quit IRC | 22:08 | |
*** IlyaE has quit IRC | 22:08 | |
*** stronghere has quit IRC | 22:08 | |
*** tzn has quit IRC | 22:08 | |
*** jttam has quit IRC | 22:09 | |
*** masayukig has joined #openstack | 22:11 | |
*** glejeune_taf has joined #openstack | 22:12 | |
*** glejeune_taf has quit IRC | 22:14 | |
*** gmurphy has joined #openstack | 22:14 | |
*** glejeune_taf has joined #openstack | 22:14 | |
*** masayukig has quit IRC | 22:15 | |
*** fifieldt has joined #openstack | 22:15 | |
*** glejeun__ has joined #openstack | 22:17 | |
*** e1mer has joined #openstack | 22:18 | |
*** glejeun__ has quit IRC | 22:18 | |
*** glejeun__ has joined #openstack | 22:18 | |
*** rcleere has quit IRC | 22:18 | |
*** kbrierly has quit IRC | 22:19 | |
*** jagee_ has quit IRC | 22:19 | |
*** morazi is now known as morazi-afk | 22:19 | |
*** glejeune_taf has quit IRC | 22:19 | |
*** glejeun__ has quit IRC | 22:20 | |
*** evanjfraser has quit IRC | 22:20 | |
*** glejeune_taf has joined #openstack | 22:20 | |
*** engkur has joined #openstack | 22:21 | |
*** glejeune_taf has quit IRC | 22:22 | |
*** askMe_ has joined #openstack | 22:23 | |
*** sandymcho has joined #openstack | 22:24 | |
*** gdubreui has joined #openstack | 22:24 | |
*** glejeune_taf has joined #openstack | 22:24 | |
*** bmcgahan has joined #openstack | 22:25 | |
*** pmathews has quit IRC | 22:27 | |
*** glejeune_taf has quit IRC | 22:28 | |
*** christyp has quit IRC | 22:28 | |
*** askMe_ has quit IRC | 22:30 | |
*** dcramer_ has quit IRC | 22:31 | |
*** germanoak has quit IRC | 22:31 | |
*** glejeune_taf has joined #openstack | 22:35 | |
*** krotscheck has quit IRC | 22:35 | |
*** glejeune_taf has quit IRC | 22:35 | |
*** bknudson has quit IRC | 22:37 | |
*** dmsimard has joined #openstack | 22:38 | |
*** sparq_ has joined #openstack | 22:38 | |
*** vlad_sta_ has joined #openstack | 22:39 | |
*** bdpayne has quit IRC | 22:40 | |
*** dhblaz has quit IRC | 22:40 | |
*** amerine has joined #openstack | 22:40 | |
*** Preytell has joined #openstack | 22:41 | |
*** vlad_starkov has quit IRC | 22:41 | |
*** christyp has joined #openstack | 22:42 | |
Embalmed | in nova routing, what functionality should be removing an IP address from a vlan interface | 22:42 |
*** jrb has quit IRC | 22:42 | |
*** Preytell1 has quit IRC | 22:42 | |
*** FunnyLookinHat has quit IRC | 22:43 | |
*** melwitt1 has joined #openstack | 22:44 | |
*** melwitt has quit IRC | 22:45 | |
*** amerine has quit IRC | 22:45 | |
*** SvenDowideit has quit IRC | 22:45 | |
*** dizquierdo has joined #openstack | 22:46 | |
*** eglynn has quit IRC | 22:46 | |
*** amerine has joined #openstack | 22:47 | |
*** SvenDowideit has joined #openstack | 22:47 | |
*** diogogmt has quit IRC | 22:47 | |
*** paulczar is now known as zz_paulczar | 22:48 | |
*** jamiec has joined #openstack | 22:48 | |
*** krotscheck has joined #openstack | 22:49 | |
*** dachary has quit IRC | 22:49 | |
*** giulivo has quit IRC | 22:50 | |
*** mattmalesky has joined #openstack | 22:50 | |
*** CaptainTaco has quit IRC | 22:50 | |
*** dachary has joined #openstack | 22:50 | |
*** Egyptian[Laptop] has joined #openstack | 22:51 | |
*** tmclaugh[work] has joined #openstack | 22:51 | |
*** krotscheck has quit IRC | 22:52 | |
*** ryanpetrello has quit IRC | 22:52 | |
*** byeager has joined #openstack | 22:54 | |
*** odyssey4me4 has joined #openstack | 22:55 | |
abell1 | on a separate but related note to my earlier question on libgfapi support: anyone know why the version of qemu supplied in the havana cloud-archive ppa isn't being built w/ glusterfs support? | 22:55 |
abell1 | https://launchpadlibrarian.net/153394328/buildlog_ubuntu-precise-amd64.qemu_1.5.0%2Bdfsg-3ubuntu5~cloud0_UPLOADING.txt.gz | 22:55 |
*** dmsimard has quit IRC | 22:55 | |
abell1 | it seems odd that a flagship feature would've been left out of the qemu shipped in havana. | 22:56 |
abell1 | "GlusterFS support no" | 22:56 |
*** devnull1 has quit IRC | 22:57 | |
*** odyssey4me3 has quit IRC | 22:57 | |
*** jvrbanac has quit IRC | 22:58 | |
*** jvrbanac has joined #openstack | 22:59 | |
*** andersonvom has quit IRC | 22:59 | |
*** odyssey4me4 has quit IRC | 22:59 | |
*** byeager has quit IRC | 22:59 | |
*** bmcgahan has quit IRC | 22:59 | |
*** dizquierdo has quit IRC | 22:59 | |
*** jvrbanac has quit IRC | 23:00 | |
abell1 | @all: anyone care to comment on how this was overlooked? | 23:00 |
*** jvrbanac has joined #openstack | 23:00 | |
*** bmcgahan has joined #openstack | 23:01 | |
*** isd has joined #openstack | 23:01 | |
*** isd has left #openstack | 23:01 | |
*** jvrbanac has quit IRC | 23:01 | |
*** markpeek has joined #openstack | 23:02 | |
*** giordgiodinapoli has quit IRC | 23:02 | |
*** krotscheck has joined #openstack | 23:03 | |
*** jodok has quit IRC | 23:03 | |
*** christyp has quit IRC | 23:04 | |
*** freedomhui has joined #openstack | 23:04 | |
*** jodok has joined #openstack | 23:04 | |
*** vladan_ has quit IRC | 23:05 | |
*** ondergetekende has quit IRC | 23:05 | |
*** jttam has joined #openstack | 23:05 | |
*** Egyptian[Laptop] has quit IRC | 23:05 | |
eharney | abell1: that's up to the packagers for the Ubuntu cloud archive, not OpenStack itself as there is no OpenStack qemu package -- should probably file a bug at https://bugs.launchpad.net/cloud-archive | 23:06 |
eharney | gotta run for today | 23:06 |
*** eharney has quit IRC | 23:06 | |
*** Heidistein has quit IRC | 23:06 | |
*** sgviking has quit IRC | 23:06 | |
*** ondergetekende has joined #openstack | 23:06 | |
*** bdpayne has joined #openstack | 23:06 | |
*** boolman_ has quit IRC | 23:06 | |
Sam-I-Am | sup folks | 23:07 |
*** vladan_ has joined #openstack | 23:07 | |
*** boolman has joined #openstack | 23:07 | |
*** giordgiodinapoli has joined #openstack | 23:08 | |
*** freedomhui has quit IRC | 23:09 | |
*** andrewwibi has quit IRC | 23:09 | |
abell1 | eharney: thanks for the gentle correction. I'll def file a bug. | 23:09 |
*** tsykoduk is now known as zz_tsykoduk | 23:10 | |
*** Preytell has quit IRC | 23:10 | |
*** jttam has quit IRC | 23:10 | |
abell1 | eharney: but are you saying there's no connection between the cloud-archive maintainers and OpenStack devs? was this just an oversight? | 23:10 |
*** tombar has joined #openstack | 23:11 | |
*** rbowen has quit IRC | 23:11 | |
*** Semor has quit IRC | 23:11 | |
*** bdpayne has quit IRC | 23:12 | |
*** cocoadaemon has quit IRC | 23:14 | |
*** johnsterdotcom has quit IRC | 23:15 | |
*** Bill6256 has joined #openstack | 23:17 | |
*** vlad_starkov has joined #openstack | 23:18 | |
*** daMaestro has quit IRC | 23:18 | |
*** Semor has joined #openstack | 23:18 | |
*** Bill6256 has quit IRC | 23:18 | |
*** rbowen has joined #openstack | 23:19 | |
*** jvrbanac has joined #openstack | 23:19 | |
*** gyee has joined #openstack | 23:19 | |
*** bdpayne has joined #openstack | 23:20 | |
*** Egyptian[Laptop] has joined #openstack | 23:20 | |
*** vlad_sta_ has quit IRC | 23:20 | |
*** jvrbanac has quit IRC | 23:21 | |
*** diogogmt has joined #openstack | 23:21 | |
*** melmoth has quit IRC | 23:22 | |
*** aeperezt has quit IRC | 23:23 | |
*** vlad_sta_ has joined #openstack | 23:24 | |
*** andrewwibi has joined #openstack | 23:24 | |
*** jthorne has joined #openstack | 23:24 | |
*** xencon has joined #openstack | 23:24 | |
*** vlad_starkov has quit IRC | 23:26 | |
*** tombar has quit IRC | 23:26 | |
*** tombar has joined #openstack | 23:27 | |
*** jeffreyio has quit IRC | 23:27 | |
*** mgw has quit IRC | 23:27 | |
*** enmand has joined #openstack | 23:28 | |
*** rmoe has quit IRC | 23:29 | |
*** tombar has quit IRC | 23:32 | |
*** aspiers has joined #openstack | 23:34 | |
*** andrewwibi has quit IRC | 23:35 | |
*** Liquid-- has joined #openstack | 23:36 | |
*** tmclaugh[work] has quit IRC | 23:36 | |
*** RicardoSSP has joined #openstack | 23:38 | |
*** RicardoSSP has joined #openstack | 23:38 | |
*** KyleMacDonald has joined #openstack | 23:38 | |
*** jvrbanac has joined #openstack | 23:39 | |
*** danielbruno has quit IRC | 23:39 | |
*** enmand has quit IRC | 23:39 | |
*** ulkesh has quit IRC | 23:40 | |
*** ankso has quit IRC | 23:40 | |
*** ankso has joined #openstack | 23:41 | |
*** ankso has joined #openstack | 23:41 | |
*** tmclaugh[work] has joined #openstack | 23:41 | |
*** jvrbanac_1 has joined #openstack | 23:41 | |
*** sandymcho has quit IRC | 23:42 | |
*** SvenDowideit has quit IRC | 23:42 | |
*** SvenDowideit has joined #openstack | 23:42 | |
*** jvrbanac_1 has quit IRC | 23:42 | |
*** vlad_sta_ has quit IRC | 23:42 | |
*** masayuki_ has joined #openstack | 23:43 | |
*** masayuki_ has quit IRC | 23:43 | |
*** jmturner has quit IRC | 23:45 | |
*** doublerr has quit IRC | 23:48 | |
*** desai has joined #openstack | 23:49 | |
*** freeflying_away is now known as freeflying | 23:50 | |
*** andrewwibi has joined #openstack | 23:51 | |
*** diogogmt has quit IRC | 23:51 | |
Sam-I-Am | CaptainTacoSauce: blowing the whole thing away | 23:52 |
Sam-I-Am | CaptainTacoSauce: tired of sitting here spinning my wheels for days and no one can help | 23:52 |
Sam-I-Am | CaptainTacoSauce: also going to save myself some time by making the controller/network nodes VMs that i can snapshot to a known-good state | 23:53 |
*** byeager has joined #openstack | 23:55 | |
*** gyee has quit IRC | 23:55 | |
*** harlowja has quit IRC | 23:55 | |
*** warik has joined #openstack | 23:55 | |
*** xencon has quit IRC | 23:56 | |
*** harlowja has joined #openstack | 23:56 | |
*** e1mer has quit IRC | 23:56 | |
*** djbkd has quit IRC | 23:58 | |
*** freeflying is now known as freeflying_away | 23:59 | |
*** mwichmann has quit IRC | 23:59 | |
*** vlad_starkov has joined #openstack | 23:59 | |
*** fikst has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!