| *** sanchitmalhotra1 has joined #openstack | 00:01 | |
| *** markvoelker has quit IRC | 00:02 | |
| Sam-I-Am | m00nb1rd: probably an issue with neutron | 00:03 |
|---|---|---|
| m00nb1rd | not sure why it's not getting an IP assigned. | 00:03 |
| *** changbl has joined #openstack | 00:03 | |
| *** sanchitmalhotra has quit IRC | 00:03 | |
| m00nb1rd | does that local_ip setting sound right? should it be on the same network as the Compute/Neutron internal network (192.168.122.0) or the virtual network (192.168.0.0) ? | 00:04 |
| *** v1k0d3n has joined #openstack | 00:05 | |
| *** shoutm has quit IRC | 00:06 | |
| Sam-I-Am | the local_ip setting just tells neutron on which interface to build tunnel-type networks | 00:06 |
| Sam-I-Am | not the ip of the vm | 00:06 |
| Sam-I-Am | plus, using 192.168.122 is a bad idea because kvm internally uses it... unless you deleted that network | 00:07 |
| *** jagter has joined #openstack | 00:08 | |
| *** v1k0d3n has quit IRC | 00:10 | |
| *** ruagair has quit IRC | 00:10 | |
| *** ruagair has joined #openstack | 00:11 | |
| *** sanchitmalhotra has joined #openstack | 00:14 | |
| *** as0bu_ has joined #openstack | 00:15 | |
| *** sanchitmalhotra1 has quit IRC | 00:16 | |
| *** as0bu has quit IRC | 00:17 | |
| *** sanchitmalhotra1 has joined #openstack | 00:20 | |
| m00nb1rd | weird. I was using 192.168.0.21 and 192.168.0.31 for the Compute and Neutron VMs internal IPs and had problems pinging each other until I changed to 192.168.122.0 IPs | 00:21 |
| m00nb1rd | so, if the compute images are using 192.168.0.0 network, then local_ip should be an IP on that network right? like 192.168.0.1? | 00:21 |
| Sam-I-Am | what docs are you following? | 00:22 |
| *** sanchitmalhotra has quit IRC | 00:22 | |
| *** droyo has joined #openstack | 00:22 | |
| m00nb1rd | Openstack install guide for Juno | 00:22 |
| Sam-I-Am | so, your tenant network can be anything | 00:23 |
| Sam-I-Am | (for the vms) | 00:23 |
| m00nb1rd | yes. right now it is 192.168.0.0 | 00:24 |
| Sam-I-Am | do you have multiple interfaces on the boxes? | 00:24 |
| m00nb1rd | all configured for that. | 00:24 |
| m00nb1rd | yes. 2 on Compute, 3 on Neutron | 00:24 |
| Sam-I-Am | ok | 00:24 |
| Sam-I-Am | so one of those interfaces is for the tunnel-type networks | 00:25 |
| *** salv-orlando has joined #openstack | 00:25 | |
| Sam-I-Am | the network and compute nodes need to talk over that network, and local_ip references the ip on the interface on the host | 00:25 |
| m00nb1rd | ok, so for the ini file, I point to the 2nd interface on Compute system | 00:25 |
| m00nb1rd | ? | 00:25 |
| *** hdd has joined #openstack | 00:25 | |
| m00nb1rd | which has an IP of: 192.168.0.31 | 00:25 |
| m00nb1rd | actually an IP of: 192.168.122.31 | 00:25 |
| Sam-I-Am | yeah, dont use 122 | 00:26 |
| Sam-I-Am | ideally, use something like 10.x.x.x ... so your vms can use something like 192.x.x.x | 00:26 |
| *** achanda has quit IRC | 00:26 | |
| m00nb1rd | well disregarding the promiscuous connection on Neutron | 00:26 |
| m00nb1rd | both compute and neutron have two networks | 00:26 |
| m00nb1rd | the 10.0.0.0 that is the mgmt network | 00:27 |
| *** droyo has quit IRC | 00:27 | |
| Sam-I-Am | yeah, management and tunnel networks | 00:27 |
| m00nb1rd | and the 192 that is the "internal" | 00:27 |
| Sam-I-Am | for example... 10.0.0.0/24 for management, 10.0.1.0/24 for tunnel networks (local_ip) and 192.168.1.0/24 for your vm network | 00:27 |
| m00nb1rd | so the ini file should point to the mgmt network IP? or the tunnel network IP/ | 00:28 |
| Sam-I-Am | and br-ex on the network node also needs some way to the internet (or other external network) | 00:28 |
| Sam-I-Am | local_ip refers to the tunnel network ip | 00:28 |
| Sam-I-Am | if you only have two networks, you can re-use the management network | 00:28 |
| m00nb1rd | the "internal" network I have literally only connects the neutron to the compute. the "mgmt" connects controller, compute, and neutron, and is used for public access as well as mgmt | 00:29 |
| m00nb1rd | just trying to understand which to use for local_ip setting. | 00:29 |
| *** salv-orlando has quit IRC | 00:29 | |
| Sam-I-Am | so... you only have two networks? | 00:30 |
| m00nb1rd | yeah. | 00:30 |
| *** hdd has quit IRC | 00:30 | |
| Sam-I-Am | your management network is also connected to the internet? | 00:31 |
| m00nb1rd | it is | 00:31 |
| m00nb1rd | (this is a testing env.) | 00:31 |
| Sam-I-Am | so, this isn't exactly supported by the guide | 00:31 |
| Sam-I-Am | however | 00:31 |
| Sam-I-Am | you can move the ip address from the management interface to br-ex, and make the interface a port on br-ex | 00:31 |
| Sam-I-Am | that fixes your external network access problem | 00:31 |
| m00nb1rd | well I don't have seperate networks for different types of traffic such as iSCSI,mgmt, etc, | 00:31 |
| Sam-I-Am | then, local_ip needs to reference the network thats just between the compute and network nodes | 00:32 |
| m00nb1rd | well I haven't even tried external access just yet | 00:32 |
| Sam-I-Am | or, if you just want to use one network, it can reference the management IPs | 00:32 |
| m00nb1rd | just rying to get compute image to actually get an IP assigned. (nova list shows that it has 192.168.0.11, but ifconfig when logged into it shows no IP for eth0) | 00:32 |
| Sam-I-Am | thats because your neutron config (or host config) is broken | 00:33 |
| Sam-I-Am | dhcp requests are not making it to the network node | 00:33 |
| Sam-I-Am | or something along those lines | 00:33 |
| m00nb1rd | ok | 00:34 |
| Sam-I-Am | this might help - http://apps1-dfw.osdt.ionosphere80.com/network-guide/scenario_legacy_ovs.html | 00:34 |
| Sam-I-Am | thats the architecture from the install guide | 00:34 |
| Sam-I-Am | just... elaborated a bit | 00:35 |
| *** blomquisg has quit IRC | 00:37 | |
| *** blomquisg has joined #openstack | 00:37 | |
| m00nb1rd | ok thanks. I'll take a look. | 00:38 |
| *** sanchitmalhotra has joined #openstack | 00:41 | |
| *** HoloIRCUser2 has joined #openstack | 00:42 | |
| *** sanchitmalhotra1 has quit IRC | 00:43 | |
| *** baoli has joined #openstack | 00:45 | |
| *** travnewmatic has quit IRC | 00:46 | |
| *** spikeheadon has quit IRC | 00:49 | |
| *** spikeheadon has joined #openstack | 00:50 | |
| *** baoli has quit IRC | 00:50 | |
| *** achampio1 has joined #openstack | 00:50 | |
| *** achampio1 has quit IRC | 00:52 | |
| *** travnewmatic has joined #openstack | 00:55 | |
| *** GeoKM has quit IRC | 00:55 | |
| *** bizarrochristy has joined #openstack | 00:55 | |
| *** sanchitmalhotra1 has joined #openstack | 00:58 | |
| *** sanchitmalhotra has quit IRC | 01:00 | |
| *** sanchitmalhotra has joined #openstack | 01:01 | |
| *** HoloIRCUser2 has quit IRC | 01:01 | |
| *** lkoranda has quit IRC | 01:01 | |
| *** HoloIRCUser2 has joined #openstack | 01:01 | |
| *** sanchitmalhotra1 has quit IRC | 01:02 | |
| *** lkoranda has joined #openstack | 01:02 | |
| *** achampion has quit IRC | 01:06 | |
| *** woodard has joined #openstack | 01:07 | |
| *** GeoKM has joined #openstack | 01:10 | |
| *** sanchitmalhotra1 has joined #openstack | 01:10 | |
| *** Geo has joined #openstack | 01:11 | |
| *** GeoKM has quit IRC | 01:11 | |
| *** woodard has quit IRC | 01:11 | |
| *** sanchitmalhotra has quit IRC | 01:12 | |
| *** achampion has joined #openstack | 01:12 | |
| *** vmbrasseur_GONE has quit IRC | 01:13 | |
| *** sanchitmalhotra has joined #openstack | 01:17 | |
| *** sanchitmalhotra2 has joined #openstack | 01:19 | |
| *** sanchitmalhotra1 has quit IRC | 01:19 | |
| *** sanchitmalhotra has quit IRC | 01:21 | |
| *** Debesis_ has quit IRC | 01:21 | |
| *** vmbrasseur has joined #openstack | 01:21 | |
| *** as0bu_ has quit IRC | 01:22 | |
| *** achampion has quit IRC | 01:22 | |
| *** zhenguo has joined #openstack | 01:23 | |
| *** Shaan7 has quit IRC | 01:24 | |
| *** erkules_ has joined #openstack | 01:26 | |
| *** sputnik13 has quit IRC | 01:26 | |
| *** yamahata has joined #openstack | 01:27 | |
| *** baoli has joined #openstack | 01:27 | |
| *** FallenPegasus has joined #openstack | 01:27 | |
| *** topshare has joined #openstack | 01:28 | |
| *** erkules has quit IRC | 01:29 | |
| *** aimon has joined #openstack | 01:30 | |
| *** Shaan7 has joined #openstack | 01:31 | |
| *** baoli has quit IRC | 01:31 | |
| *** FallenPegasus has quit IRC | 01:32 | |
| *** vicky_ has joined #openstack | 01:35 | |
| *** vicky_ is now known as Guest49165 | 01:35 | |
| *** ikcerog has joined #openstack | 01:36 | |
| *** xgsa has joined #openstack | 01:36 | |
| *** salv-orlando has joined #openstack | 01:37 | |
| *** smoriya has joined #openstack | 01:37 | |
| *** sanchitmalhotra has joined #openstack | 01:40 | |
| *** sanchitmalhotra2 has quit IRC | 01:42 | |
| *** bizarrochristy has quit IRC | 01:42 | |
| *** salv-orlando has quit IRC | 01:42 | |
| *** salv-orlando has joined #openstack | 01:45 | |
| *** yamahata has quit IRC | 01:47 | |
| *** salv-orlando has quit IRC | 01:49 | |
| *** cgseller_is_away is now known as imthewherd | 01:50 | |
| *** imthewherd is now known as cgseller_is_away | 01:50 | |
| *** cgseller_is_away is now known as imthewherd | 01:51 | |
| *** lyanchih has joined #openstack | 01:52 | |
| *** redbeard has quit IRC | 01:53 | |
| *** zhenguo has quit IRC | 01:53 | |
| *** redbeard has joined #openstack | 01:53 | |
| *** rodrigod` has joined #openstack | 01:54 | |
| *** rodrigod` is now known as rodrigods | 01:57 | |
| *** baoli has joined #openstack | 01:57 | |
| *** markvoelker has joined #openstack | 01:58 | |
| *** travnewmatic has quit IRC | 01:59 | |
| *** al has quit IRC | 01:59 | |
| *** droyo has joined #openstack | 01:59 | |
| *** al has joined #openstack | 02:01 | |
| *** baoli has quit IRC | 02:02 | |
| *** Geo has quit IRC | 02:02 | |
| *** markvoelker has quit IRC | 02:03 | |
| *** v1k0d3n has joined #openstack | 02:06 | |
| *** agireud has joined #openstack | 02:06 | |
| *** macjack has joined #openstack | 02:07 | |
| *** droyo has quit IRC | 02:09 | |
| *** panda has quit IRC | 02:09 | |
| *** sanchitmalhotra1 has joined #openstack | 02:09 | |
| *** panda has joined #openstack | 02:10 | |
| *** Lee1092 has joined #openstack | 02:10 | |
| *** v1k0d3n has quit IRC | 02:11 | |
| *** sanchitmalhotra has quit IRC | 02:11 | |
| *** y_sawai has joined #openstack | 02:16 | |
| *** JimFall has joined #openstack | 02:16 | |
| *** tdk2fe has joined #openstack | 02:17 | |
| *** mathspanda has joined #openstack | 02:17 | |
| *** logan2 has quit IRC | 02:18 | |
| *** sputnik13 has joined #openstack | 02:21 | |
| *** sanchitmalhotra has joined #openstack | 02:25 | |
| *** sanchitmalhotra1 has quit IRC | 02:27 | |
| *** yamamoto has joined #openstack | 02:27 | |
| *** ikcerog has quit IRC | 02:30 | |
| *** markvoelker has joined #openstack | 02:31 | |
| *** HoloIRCUser2 has quit IRC | 02:32 | |
| *** sanchitmalhotra1 has joined #openstack | 02:36 | |
| *** sanchitmalhotra has quit IRC | 02:38 | |
| *** bobh has joined #openstack | 02:39 | |
| *** aukhan has joined #openstack | 02:41 | |
| *** jeadr has quit IRC | 02:42 | |
| *** sputnik13 has quit IRC | 02:44 | |
| *** jeadr has joined #openstack | 02:44 | |
| *** sputnik13 has joined #openstack | 02:44 | |
| *** hezhiqiang has joined #openstack | 02:45 | |
| *** _t0mb0_ has joined #openstack | 02:46 | |
| *** Geo has joined #openstack | 02:47 | |
| *** hezhiqiang has quit IRC | 02:47 | |
| *** Geo has quit IRC | 02:47 | |
| *** Geo has joined #openstack | 02:47 | |
| *** tnarg has quit IRC | 02:49 | |
| *** hakimo_ has joined #openstack | 02:52 | |
| *** hakimo has quit IRC | 02:54 | |
| *** _t0mb0_ has quit IRC | 02:56 | |
| *** davidmichaelkarr has quit IRC | 02:57 | |
| *** _t0mb0_ has joined #openstack | 02:57 | |
| *** logan2 has joined #openstack | 02:57 | |
| *** gildub has joined #openstack | 02:58 | |
| *** _t0mb0_ has quit IRC | 03:01 | |
| *** JRobinson__ is now known as JRobinson__afk | 03:02 | |
| *** ikcerog has joined #openstack | 03:02 | |
| *** mixomathoze has quit IRC | 03:03 | |
| *** ikcerog_ has joined #openstack | 03:04 | |
| *** sputnik13 has quit IRC | 03:04 | |
| *** droyo has joined #openstack | 03:05 | |
| *** mathspanda has quit IRC | 03:05 | |
| *** sputnik13 has joined #openstack | 03:07 | |
| *** ikcerog has quit IRC | 03:07 | |
| *** _t0mb0_ has joined #openstack | 03:07 | |
| *** kevin_b has joined #openstack | 03:07 | |
| *** al has quit IRC | 03:08 | |
| *** droyo has quit IRC | 03:09 | |
| *** al has joined #openstack | 03:10 | |
| *** sputnik13 has quit IRC | 03:10 | |
| *** mixomathoze has joined #openstack | 03:11 | |
| *** LikeVinyl has joined #openstack | 03:13 | |
| *** sammy007 has quit IRC | 03:13 | |
| *** sputnik13 has joined #openstack | 03:13 | |
| *** aeperezt has quit IRC | 03:16 | |
| *** FallenPegasus has joined #openstack | 03:16 | |
| *** jeadr has quit IRC | 03:16 | |
| *** jeadr has joined #openstack | 03:18 | |
| *** redbeard has quit IRC | 03:21 | |
| *** steveg_afk has joined #openstack | 03:21 | |
| *** FallenPegasus has quit IRC | 03:21 | |
| *** bobh has quit IRC | 03:22 | |
| *** nixpenguin has quit IRC | 03:22 | |
| *** ruagair has quit IRC | 03:30 | |
| *** ruagair has joined #openstack | 03:30 | |
| *** finisherr has joined #openstack | 03:32 | |
| finisherr | I have a couple of questions. I’m developing a nova hook for create_instance. When I install my python package, do I need to bounce all nova services? | 03:34 |
| *** KaZeR has quit IRC | 03:34 | |
| finisherr | and if so, how would I do that using devstack | 03:34 |
| finisherr | I don’t see any init scripts here | 03:34 |
| finisherr | SIGHUP seemed to have killed my nova processes | 03:35 |
| *** billbrasky82 has joined #openstack | 03:35 | |
| *** billbrasky82 has left #openstack | 03:35 | |
| *** ikcerog_ has quit IRC | 03:35 | |
| *** Geo has quit IRC | 03:36 | |
| *** panda_ has left #openstack | 03:36 | |
| *** billbrasky82 has joined #openstack | 03:37 | |
| *** billbrasky82 has left #openstack | 03:37 | |
| russellb | finisherr: if you're using devstack, restart services by attaching to the devstack screen session. each service is running in a tab. control-c, up arrow, enter | 03:37 |
| finisherr | ok | 03:39 |
| finisherr | also, I should note that the current release vagrant-devstack doesn’t seem to complete. I had to log into the compute node and run ./unstack.sh and then stack.sh | 03:39 |
| *** steveg_afk has quit IRC | 03:40 | |
| finisherr | Might be pebcak but I think I handled the setup correctly | 03:40 |
| *** githogori has quit IRC | 03:41 | |
| *** sanchitmalhotra has joined #openstack | 03:45 | |
| *** githogori has joined #openstack | 03:46 | |
| *** sanchitmalhotra1 has quit IRC | 03:47 | |
| *** jeadr has quit IRC | 03:47 | |
| *** ryanMmhmm has joined #openstack | 03:49 | |
| *** jeadr has joined #openstack | 03:49 | |
| *** JimFall has quit IRC | 03:50 | |
| *** v1k0d3n has joined #openstack | 03:50 | |
| *** ayoung has quit IRC | 03:52 | |
| *** zhhuabj has quit IRC | 03:52 | |
| *** geguileo has quit IRC | 03:52 | |
| *** VW_ has joined #openstack | 03:53 | |
| *** salv-orlando has joined #openstack | 03:54 | |
| *** VW_ has quit IRC | 03:55 | |
| *** VW_ has joined #openstack | 03:55 | |
| *** fedexo has joined #openstack | 03:56 | |
| *** jeadr has quit IRC | 03:58 | |
| *** xorrox has joined #openstack | 03:59 | |
| *** VW_ has quit IRC | 04:00 | |
| *** jeadr has joined #openstack | 04:00 | |
| *** kumar has joined #openstack | 04:00 | |
| *** lyanchih has quit IRC | 04:01 | |
| *** Ephur has joined #openstack | 04:02 | |
| *** Ephur has quit IRC | 04:02 | |
| *** hrou has quit IRC | 04:03 | |
| *** changbl has quit IRC | 04:04 | |
| *** salv-orlando has quit IRC | 04:06 | |
| *** bizarrochristy has joined #openstack | 04:06 | |
| *** agireud has quit IRC | 04:07 | |
| *** geguileo has joined #openstack | 04:08 | |
| *** JRobinson__afk has quit IRC | 04:08 | |
| *** sanchitmalhotra1 has joined #openstack | 04:10 | |
| *** gem has joined #openstack | 04:10 | |
| *** britthouser has joined #openstack | 04:11 | |
| *** bizarrochristy has quit IRC | 04:11 | |
| *** britthou_ has joined #openstack | 04:12 | |
| *** skirk is now known as StuartMI | 04:12 | |
| *** sanchitmalhotra has quit IRC | 04:12 | |
| *** rbak has quit IRC | 04:13 | |
| *** achampion has joined #openstack | 04:15 | |
| *** britthouser has quit IRC | 04:15 | |
| *** sanchitmalhotra has joined #openstack | 04:15 | |
| *** ngoracke has joined #openstack | 04:16 | |
| *** ngoracke has left #openstack | 04:17 | |
| *** openstack has joined #openstack | 04:18 | |
| *** britthou_ has quit IRC | 04:19 | |
| *** Geo has joined #openstack | 04:20 | |
| *** mparisi has joined #openstack | 04:21 | |
| *** yamamoto has quit IRC | 04:23 | |
| *** neha has joined #openstack | 04:25 | |
| *** eghobo has joined #openstack | 04:26 | |
| *** eghobo_ has joined #openstack | 04:30 | |
| *** diogogmt has quit IRC | 04:30 | |
| *** markvoelker has quit IRC | 04:31 | |
| *** sputnik13 has quit IRC | 04:31 | |
| *** jeadr has quit IRC | 04:31 | |
| *** idhaoui has joined #openstack | 04:31 | |
| *** jeadr has joined #openstack | 04:33 | |
| *** eghobo has quit IRC | 04:33 | |
| *** xorrox has quit IRC | 04:34 | |
| *** opensource_ninja has joined #openstack | 04:41 | |
| opensource_ninja | Hey list, prepare yourself for basic stupid question | 04:42 |
| opensource_ninja | I'm new to openstack and just installed a single node version of RHELOSP7 using packstack | 04:42 |
| opensource_ninja | Wanted to understand how best to deal with DHCP and DNS for instances? | 04:42 |
| *** vivek-ebay has joined #openstack | 04:43 | |
| *** merooney has quit IRC | 04:44 | |
| *** JRobinson__afk has joined #openstack | 04:46 | |
| *** JRobinson__afk is now known as JRobinson__ | 04:46 | |
| *** KaZeR has joined #openstack | 04:48 | |
| opensource_ninja | Okay, maybe I'll give it another go. The reason for my question is that when I spin up a number of instances in a private network there doesn't seem to be a way to resolve the other instance hostnames | 04:49 |
| opensource_ninja | Is this because I have misconfiguered something, or because there is no DNS capability within openstack | 04:50 |
| opensource_ninja | ? | 04:50 |
| opensource_ninja | Really apprecaite any feedback you can offer | 04:50 |
| *** Geo has quit IRC | 04:50 | |
| *** yamamoto has joined #openstack | 04:51 | |
| *** vimal has joined #openstack | 04:52 | |
| *** mikeoutland has joined #openstack | 04:52 | |
| *** y_sawai has quit IRC | 04:53 | |
| *** jeadr has quit IRC | 04:53 | |
| *** jeadr has joined #openstack | 04:55 | |
| *** mkolesni has joined #openstack | 04:56 | |
| *** xorrox has joined #openstack | 04:56 | |
| *** VW_ has joined #openstack | 04:57 | |
| *** mikeoutland has quit IRC | 04:57 | |
| *** sputnik13 has joined #openstack | 04:57 | |
| *** _t0mb0_ has quit IRC | 04:57 | |
| *** VW_ has quit IRC | 04:57 | |
| *** VW_ has joined #openstack | 04:58 | |
| *** AnilV4 has joined #openstack | 05:00 | |
| *** VW_ has quit IRC | 05:02 | |
| *** MrCurious_ has joined #openstack | 05:05 | |
| *** FallenPegasus has joined #openstack | 05:05 | |
| *** fedexo has quit IRC | 05:05 | |
| *** rdas has joined #openstack | 05:07 | |
| *** FallenPegasus has quit IRC | 05:10 | |
| *** danieli has quit IRC | 05:11 | |
| *** pkircher has quit IRC | 05:14 | |
| *** Poornima has joined #openstack | 05:17 | |
| *** achampion has quit IRC | 05:17 | |
| *** Bhaskarakiran has joined #openstack | 05:17 | |
| *** achampion has joined #openstack | 05:17 | |
| *** pravins has joined #openstack | 05:18 | |
| *** FallenPegasus has joined #openstack | 05:20 | |
| *** masco has joined #openstack | 05:20 | |
| *** ttx has joined #openstack | 05:22 | |
| *** saurabh_ has joined #openstack | 05:22 | |
| *** bobh has joined #openstack | 05:23 | |
| finisherr | devstack seems to be having some problems: https://gist.githubusercontent.com/miroswan/da4620c02944bb6a4b24/raw/a6160c5beefe21c399aeb4dc279dcf592c98bf2f/gistfile1.txt | 05:25 |
| finisherr | This is on a fresh start | 05:25 |
| *** vivek-ebay has quit IRC | 05:25 | |
| *** kmARC__ has joined #openstack | 05:25 | |
| *** kmARC_ has joined #openstack | 05:25 | |
| *** anubhav has joined #openstack | 05:26 | |
| *** Sree has joined #openstack | 05:26 | |
| *** nkrinner has joined #openstack | 05:27 | |
| * MrCurious_ tries to wrap his head around networking in juno horizon. seems i am missing something to link vm's to the outside world... | 05:27 | |
| *** bobh has quit IRC | 05:27 | |
| *** mrunge has joined #openstack | 05:28 | |
| *** dgurtner has joined #openstack | 05:28 | |
| *** opensource_ninja has quit IRC | 05:29 | |
| *** achanda has joined #openstack | 05:30 | |
| *** markvoelker has joined #openstack | 05:32 | |
| *** coolsvap|away is now known as coolsvap | 05:32 | |
| *** markvoelker has quit IRC | 05:36 | |
| *** macjack has quit IRC | 05:38 | |
| *** hdd has joined #openstack | 05:38 | |
| *** slaweq has joined #openstack | 05:38 | |
| *** Bhaskarakiran has quit IRC | 05:40 | |
| *** Geo has joined #openstack | 05:40 | |
| *** ejat has joined #openstack | 05:41 | |
| *** ejat has quit IRC | 05:41 | |
| *** ejat has joined #openstack | 05:41 | |
| *** trifon has quit IRC | 05:42 | |
| *** macjack has joined #openstack | 05:42 | |
| *** salv-orlando has joined #openstack | 05:44 | |
| *** FallenPegasus has quit IRC | 05:45 | |
| *** sudipto has joined #openstack | 05:45 | |
| *** finisherr has quit IRC | 05:47 | |
| *** slaweq has quit IRC | 05:47 | |
| *** eghobo has joined #openstack | 05:48 | |
| *** BOKALDO has joined #openstack | 05:48 | |
| *** lyanchih has joined #openstack | 05:48 | |
| *** eghobo_ has quit IRC | 05:48 | |
| *** salv-orlando has quit IRC | 05:51 | |
| *** jprovazn has joined #openstack | 05:52 | |
| *** coolsvap is now known as coolsvap|away | 05:55 | |
| *** redbeard has joined #openstack | 05:57 | |
| *** melmoth has joined #openstack | 05:58 | |
| *** Bhaskarakiran has joined #openstack | 05:59 | |
| *** kumar has quit IRC | 06:00 | |
| *** john_dev has quit IRC | 06:03 | |
| *** john_dev has joined #openstack | 06:03 | |
| *** john_dev is now known as john-dev | 06:04 | |
| *** baigk has quit IRC | 06:04 | |
| *** fzylogic has joined #openstack | 06:05 | |
| *** baigk has joined #openstack | 06:06 | |
| *** fzylogic has quit IRC | 06:06 | |
| *** bvandenh has joined #openstack | 06:06 | |
| *** vijayagurug has joined #openstack | 06:06 | |
| *** fzylogic has joined #openstack | 06:07 | |
| *** fzylogic has quit IRC | 06:07 | |
| *** fzylogic has joined #openstack | 06:07 | |
| *** fzylogic has quit IRC | 06:08 | |
| *** baigk has quit IRC | 06:09 | |
| *** afazekas has quit IRC | 06:10 | |
| *** baigk has joined #openstack | 06:11 | |
| *** agarciam has joined #openstack | 06:11 | |
| *** itzikb has joined #openstack | 06:12 | |
| *** Marga_ has joined #openstack | 06:12 | |
| *** Marga_ has quit IRC | 06:13 | |
| *** lsmola has joined #openstack | 06:13 | |
| *** Marga_ has joined #openstack | 06:14 | |
| *** yamamoto has quit IRC | 06:16 | |
| *** Marga_ has quit IRC | 06:17 | |
| *** yamamoto has joined #openstack | 06:17 | |
| *** Marga_ has joined #openstack | 06:17 | |
| *** Mathi has quit IRC | 06:18 | |
| *** Mathi has joined #openstack | 06:19 | |
| *** pkircher has joined #openstack | 06:20 | |
| *** _t0mb0_ has joined #openstack | 06:20 | |
| *** salv-orlando has joined #openstack | 06:23 | |
| *** groen692 has joined #openstack | 06:23 | |
| *** hdd has quit IRC | 06:24 | |
| *** CustosLimen has quit IRC | 06:25 | |
| *** scheuran has joined #openstack | 06:26 | |
| *** whenry has joined #openstack | 06:27 | |
| *** capricorn_1 has quit IRC | 06:27 | |
| *** scheuran has quit IRC | 06:27 | |
| *** anshul has joined #openstack | 06:28 | |
| *** macjack has quit IRC | 06:30 | |
| *** fzylogic has joined #openstack | 06:30 | |
| *** _t0mb0_ has quit IRC | 06:30 | |
| *** KaZeR has quit IRC | 06:31 | |
| *** txomon|fon has quit IRC | 06:32 | |
| *** yamamoto has quit IRC | 06:34 | |
| *** yamamoto has joined #openstack | 06:34 | |
| *** _t0mb0_ has joined #openstack | 06:35 | |
| *** macjack has joined #openstack | 06:36 | |
| *** dkaigarodsev_ has joined #openstack | 06:36 | |
| *** dkaigarodsev_ has quit IRC | 06:37 | |
| *** dkusidlo has joined #openstack | 06:39 | |
| *** matjazp has joined #openstack | 06:40 | |
| *** txomon|fon has joined #openstack | 06:41 | |
| *** txomon|fon has quit IRC | 06:41 | |
| *** txomon|fon has joined #openstack | 06:41 | |
| *** _t0mb0_ has quit IRC | 06:43 | |
| *** CustosLimen has joined #openstack | 06:45 | |
| *** scheuran has joined #openstack | 06:45 | |
| *** _t0mb0_ has joined #openstack | 06:45 | |
| *** zhenguo has joined #openstack | 06:49 | |
| *** corXi has joined #openstack | 06:50 | |
| *** macjack has quit IRC | 06:53 | |
| *** beejee has joined #openstack | 06:54 | |
| *** geaaru has joined #openstack | 06:54 | |
| *** bizarrochristy has joined #openstack | 06:54 | |
| *** jeadr has quit IRC | 06:54 | |
| *** scheuran has quit IRC | 06:54 | |
| *** macjack has joined #openstack | 06:55 | |
| *** kmARC_ has quit IRC | 06:55 | |
| *** sileht has quit IRC | 06:55 | |
| *** kmARC__ has quit IRC | 06:55 | |
| *** whenry has quit IRC | 06:55 | |
| *** dkusidlo has quit IRC | 06:55 | |
| *** sileht has joined #openstack | 06:56 | |
| *** shuquan has joined #openstack | 06:56 | |
| *** jeadr has joined #openstack | 06:56 | |
| *** scheuran has joined #openstack | 06:57 | |
| *** corXi has quit IRC | 06:58 | |
| *** bizarrochristy has quit IRC | 06:59 | |
| *** afazekas_ has joined #openstack | 07:01 | |
| *** Sree has quit IRC | 07:01 | |
| *** shoutm has joined #openstack | 07:01 | |
| *** cooldharma06 has joined #openstack | 07:01 | |
| *** Sree has joined #openstack | 07:02 | |
| *** walterheck has joined #openstack | 07:03 | |
| *** Lenz has joined #openstack | 07:03 | |
| *** kawa2014 has joined #openstack | 07:04 | |
| *** matjazp has quit IRC | 07:05 | |
| -openstackstatus- NOTICE: Gerrit is currently under very high load and may be unresponsive. infra are looking into the issue. | 07:05 | |
| *** Sree has quit IRC | 07:06 | |
| *** macjack has quit IRC | 07:06 | |
| *** walterheck has quit IRC | 07:07 | |
| *** macjack has joined #openstack | 07:07 | |
| *** hs366 has joined #openstack | 07:08 | |
| *** jpena has joined #openstack | 07:09 | |
| *** jtomasek has joined #openstack | 07:09 | |
| *** sudipto has quit IRC | 07:09 | |
| *** PAT___ has joined #openstack | 07:10 | |
| *** sshnaidm has joined #openstack | 07:11 | |
| PAT___ | hi | 07:11 |
| *** hwoarang has joined #openstack | 07:12 | |
| *** markus_z has joined #openstack | 07:14 | |
| *** pblaho has joined #openstack | 07:15 | |
| *** ronis has joined #openstack | 07:15 | |
| *** jschwarz has joined #openstack | 07:16 | |
| *** b-tag has joined #openstack | 07:17 | |
| *** k4n0 has joined #openstack | 07:17 | |
| *** alexschm has joined #openstack | 07:17 | |
| *** TheOsprey has joined #openstack | 07:17 | |
| *** ronis_ has joined #openstack | 07:18 | |
| *** _t0mb0_ has quit IRC | 07:18 | |
| *** zhenguo has quit IRC | 07:18 | |
| *** sushilkm has joined #openstack | 07:18 | |
| *** macjack has quit IRC | 07:19 | |
| *** ronis has quit IRC | 07:21 | |
| *** shuquan has quit IRC | 07:21 | |
| *** macjack has joined #openstack | 07:22 | |
| *** shuquan has joined #openstack | 07:23 | |
| *** bobh has joined #openstack | 07:24 | |
| *** txomon|fon has quit IRC | 07:24 | |
| *** multi_io has quit IRC | 07:25 | |
| *** sudipto has joined #openstack | 07:26 | |
| *** multi_io has joined #openstack | 07:26 | |
| *** bobh has quit IRC | 07:28 | |
| *** Geo has quit IRC | 07:29 | |
| *** dkusidlo has joined #openstack | 07:29 | |
| *** rubasov has joined #openstack | 07:31 | |
| *** pblaho has quit IRC | 07:32 | |
| *** pblaho has joined #openstack | 07:32 | |
| *** zz_pzduniak is now known as pzduniak | 07:32 | |
| *** markvoelker has joined #openstack | 07:33 | |
| *** FallenPegasus has joined #openstack | 07:33 | |
| *** sthillma has joined #openstack | 07:35 | |
| *** aufi has joined #openstack | 07:35 | |
| *** ljt has joined #openstack | 07:35 | |
| *** dizquierdo has joined #openstack | 07:35 | |
| *** PAT___ has quit IRC | 07:35 | |
| *** Sree has joined #openstack | 07:36 | |
| *** sthillma_ has joined #openstack | 07:36 | |
| *** basic` has quit IRC | 07:37 | |
| *** markvoelker has quit IRC | 07:37 | |
| *** FallenPegasus has quit IRC | 07:38 | |
| *** matjazp has joined #openstack | 07:38 | |
| *** zhenguo has joined #openstack | 07:39 | |
| *** sthillma has quit IRC | 07:39 | |
| *** sthillma_ is now known as sthillma | 07:39 | |
| *** telnes has joined #openstack | 07:40 | |
| *** vijayagurug has quit IRC | 07:40 | |
| *** basic` has joined #openstack | 07:41 | |
| *** eghobo has quit IRC | 07:41 | |
| *** ljt has quit IRC | 07:41 | |
| *** yog_ has joined #openstack | 07:41 | |
| *** sthillma_ has joined #openstack | 07:41 | |
| *** vijayagurug has joined #openstack | 07:41 | |
| *** corXi has joined #openstack | 07:42 | |
| *** arxcruz has joined #openstack | 07:42 | |
| *** sthillma has quit IRC | 07:44 | |
| *** sthillma_ is now known as sthillma | 07:44 | |
| *** _t0mb0_ has joined #openstack | 07:45 | |
| *** dkusidlo has quit IRC | 07:46 | |
| *** dkusidlo has joined #openstack | 07:46 | |
| *** vdo has joined #openstack | 07:47 | |
| *** _t0mb0_ has quit IRC | 07:49 | |
| *** maveric_amitc_ has joined #openstack | 07:50 | |
| *** fsimonce has joined #openstack | 07:51 | |
| *** vexyde has joined #openstack | 07:52 | |
| *** KarlchenK has joined #openstack | 07:54 | |
| *** gildub has quit IRC | 07:55 | |
| *** israelpattison has quit IRC | 07:56 | |
| *** _t0mb0_ has joined #openstack | 07:56 | |
| *** dizquierdo has quit IRC | 07:57 | |
| *** dizquierdo has joined #openstack | 07:58 | |
| *** robbiew has joined #openstack | 07:58 | |
| *** opensource_ninja has joined #openstack | 07:59 | |
| *** JRobinson__ has quit IRC | 07:59 | |
| *** dkusidlo has quit IRC | 08:00 | |
| *** cbrown2_ocf has quit IRC | 08:00 | |
| *** zz_ttrifonov is now known as ttrifonov | 08:03 | |
| *** zhenguo has quit IRC | 08:04 | |
| *** sthillma has quit IRC | 08:07 | |
| *** shuquan has quit IRC | 08:07 | |
| *** sshnaidm has quit IRC | 08:08 | |
| *** elo has joined #openstack | 08:08 | |
| *** henrynash has quit IRC | 08:08 | |
| *** anubhav has quit IRC | 08:08 | |
| *** shuquan has joined #openstack | 08:09 | |
| *** shardy has joined #openstack | 08:09 | |
| *** achanda has quit IRC | 08:10 | |
| *** j___ has joined #openstack | 08:12 | |
| *** afazekas_ is now known as afazkas | 08:12 | |
| *** rohinichoudhary has joined #openstack | 08:12 | |
| *** rubasov has quit IRC | 08:13 | |
| *** derekh has joined #openstack | 08:14 | |
| *** rotbeard has joined #openstack | 08:14 | |
| *** ivan_mironov has joined #openstack | 08:17 | |
| *** matjazp has quit IRC | 08:18 | |
| *** redbeard has quit IRC | 08:18 | |
| *** madwizar1 is now known as madwizard | 08:19 | |
| *** matjazp has joined #openstack | 08:19 | |
| *** achanda has joined #openstack | 08:20 | |
| *** jistr has joined #openstack | 08:21 | |
| *** sshnaidm has joined #openstack | 08:24 | |
| *** KarlchenK has quit IRC | 08:24 | |
| *** lsde has joined #openstack | 08:27 | |
| *** _t0mb0_ has quit IRC | 08:27 | |
| *** gszasz has joined #openstack | 08:27 | |
| *** lsde has quit IRC | 08:27 | |
| *** lsde has joined #openstack | 08:28 | |
| *** mikeoutland has joined #openstack | 08:29 | |
| *** fbo has joined #openstack | 08:29 | |
| *** zhenguo has joined #openstack | 08:29 | |
| *** rubasov has joined #openstack | 08:30 | |
| *** kmARC__ has joined #openstack | 08:30 | |
| *** pnavarro has joined #openstack | 08:31 | |
| *** kmARC_ has joined #openstack | 08:31 | |
| *** y_sawai has joined #openstack | 08:32 | |
| *** yrabl has joined #openstack | 08:32 | |
| *** evidex has joined #openstack | 08:33 | |
| *** mikeoutland has quit IRC | 08:33 | |
| *** shardy_ has joined #openstack | 08:33 | |
| *** matjazp has quit IRC | 08:33 | |
| *** shardy has quit IRC | 08:34 | |
| *** neha has quit IRC | 08:34 | |
| *** achanda has quit IRC | 08:35 | |
| *** MarcF has joined #openstack | 08:35 | |
| *** josecastroleon has joined #openstack | 08:35 | |
| *** gary_perkins has joined #openstack | 08:36 | |
| *** liam__ has joined #openstack | 08:38 | |
| *** dizquierdo has quit IRC | 08:38 | |
| *** shardy_ has quit IRC | 08:38 | |
| *** yrabl_ has joined #openstack | 08:38 | |
| *** yrabl_ has quit IRC | 08:38 | |
| *** liam__ has quit IRC | 08:38 | |
| *** dizquierdo has joined #openstack | 08:39 | |
| *** shardy has joined #openstack | 08:39 | |
| *** mcornea has joined #openstack | 08:39 | |
| *** xgsa has quit IRC | 08:41 | |
| *** jeadr has quit IRC | 08:43 | |
| *** jeadr has joined #openstack | 08:45 | |
| *** yrabl has quit IRC | 08:45 | |
| *** pzduniak is now known as zz_pzduniak | 08:45 | |
| *** adiantum_ has quit IRC | 08:45 | |
| *** yrabl has joined #openstack | 08:45 | |
| *** _t0mb0_ has joined #openstack | 08:46 | |
| *** anubhav has joined #openstack | 08:47 | |
| *** gfidente has joined #openstack | 08:48 | |
| *** ttx has quit IRC | 08:48 | |
| *** ttx has joined #openstack | 08:48 | |
| *** _t0mb0_ has quit IRC | 08:48 | |
| *** telnes has quit IRC | 08:49 | |
| *** trifon has joined #openstack | 08:51 | |
| *** Oneiroi has joined #openstack | 08:52 | |
| *** Oneiroi has joined #openstack | 08:52 | |
| *** ttrifonov is now known as zz_ttrifonov | 08:52 | |
| *** zz_ttrifonov is now known as ttrifonov | 08:53 | |
| *** xgsa has joined #openstack | 08:54 | |
| *** aarefiev has quit IRC | 08:56 | |
| *** liangbo has joined #openstack | 08:57 | |
| *** hafe has joined #openstack | 08:57 | |
| *** aarefiev has joined #openstack | 08:58 | |
| *** dkusidlo has joined #openstack | 08:58 | |
| *** aarefiev has quit IRC | 08:59 | |
| *** elo has quit IRC | 08:59 | |
| *** aarefiev has joined #openstack | 08:59 | |
| *** neha has joined #openstack | 09:00 | |
| *** _t0mb0_ has joined #openstack | 09:00 | |
| *** bbcmicrocomputer has joined #openstack | 09:01 | |
| *** _t0mb0_ has quit IRC | 09:01 | |
| *** mdavidson has quit IRC | 09:03 | |
| *** bsdgeek has quit IRC | 09:05 | |
| *** pelix has joined #openstack | 09:06 | |
| *** Marga_ has quit IRC | 09:08 | |
| *** Marga_ has joined #openstack | 09:08 | |
| *** kmARC has quit IRC | 09:08 | |
| *** jianzj has joined #openstack | 09:09 | |
| *** matjazp has joined #openstack | 09:10 | |
| *** dkusidlo has quit IRC | 09:11 | |
| *** kbyrne has quit IRC | 09:12 | |
| *** matjazp has quit IRC | 09:12 | |
| *** yrabl_ has joined #openstack | 09:12 | |
| *** dkusidlo has joined #openstack | 09:13 | |
| *** spikeheadon has quit IRC | 09:14 | |
| *** FallenPegasus has joined #openstack | 09:14 | |
| *** spikeheadon has joined #openstack | 09:15 | |
| *** yrabl_ has quit IRC | 09:16 | |
| *** jianzj has quit IRC | 09:16 | |
| *** jianzj has joined #openstack | 09:16 | |
| *** mdavidson has joined #openstack | 09:16 | |
| *** ljt has joined #openstack | 09:16 | |
| *** kbyrne has joined #openstack | 09:17 | |
| *** bvandenh has quit IRC | 09:18 | |
| *** toscalix has joined #openstack | 09:18 | |
| *** FallenPegasus has quit IRC | 09:19 | |
| *** sshnaidm has quit IRC | 09:20 | |
| *** topshare has quit IRC | 09:22 | |
| *** pnavarro has quit IRC | 09:22 | |
| *** evidex has quit IRC | 09:22 | |
| *** dizquierdo has quit IRC | 09:23 | |
| *** pnavarro has joined #openstack | 09:24 | |
| *** bobh has joined #openstack | 09:25 | |
| *** trifon has quit IRC | 09:25 | |
| *** evidex has joined #openstack | 09:25 | |
| *** evidex has quit IRC | 09:26 | |
| *** evidex has joined #openstack | 09:26 | |
| *** evidex has quit IRC | 09:26 | |
| *** evidex has joined #openstack | 09:27 | |
| *** martin-h has quit IRC | 09:28 | |
| *** matjazp has joined #openstack | 09:28 | |
| *** martin-h has joined #openstack | 09:29 | |
| *** bobh has quit IRC | 09:29 | |
| *** scheuran has quit IRC | 09:29 | |
| *** macjack has quit IRC | 09:31 | |
| *** dizquierdo has joined #openstack | 09:31 | |
| *** matjazp has quit IRC | 09:32 | |
| *** sshnaidm has joined #openstack | 09:32 | |
| *** matjazp_ has joined #openstack | 09:32 | |
| *** opensource_ninja has quit IRC | 09:33 | |
| *** markvoelker has joined #openstack | 09:33 | |
| *** markvoelker has quit IRC | 09:38 | |
| *** matjazp_ has quit IRC | 09:40 | |
| *** y_sawai has quit IRC | 09:42 | |
| *** y_sawai has joined #openstack | 09:42 | |
| *** y_sawai has quit IRC | 09:43 | |
| *** vijayagurug has quit IRC | 09:43 | |
| *** NetHawk has joined #openstack | 09:44 | |
| *** spikeheadon has quit IRC | 09:45 | |
| *** vijayagurug has joined #openstack | 09:45 | |
| *** zhhuabj has joined #openstack | 09:48 | |
| *** shuquan has quit IRC | 09:50 | |
| *** tvlooy has joined #openstack | 09:53 | |
| *** Marga_ has quit IRC | 09:54 | |
| *** pasqd has joined #openstack | 09:54 | |
| *** Marga_ has joined #openstack | 09:55 | |
| pasqd | hi all, can someone tell me why fresh controller and neutron are using 8gb ram idling? | 09:55 |
| pasqd | is it intended? | 09:55 |
| tvlooy | Hi, I'm looking for the status of docker on OpenStack | 09:56 |
| tvlooy | this page says that docker on openstack driver status is C and will be deprecated (https://wiki.openstack.org/wiki/HypervisorSupportMatrix) | 09:56 |
| tvlooy | this one says "working on a solution for Group B" and "intending Group A for Juno" (https://wiki.openstack.org/wiki/HypervisorSupportMatrix/DeprecationPlan) | 09:56 |
| tvlooy | But current release is Kilo, so ... | 09:56 |
| pasqd | hehe | 09:57 |
| pasqd | its messy ;) | 09:57 |
| *** toscalix has quit IRC | 09:57 | |
| *** Sree__ has joined #openstack | 09:59 | |
| *** dkusidlo has quit IRC | 09:59 | |
| *** ejat has quit IRC | 10:01 | |
| *** Japje has joined #openstack | 10:01 | |
| *** yrabl_ has joined #openstack | 10:01 | |
| *** toscalix has joined #openstack | 10:02 | |
| *** Sree has quit IRC | 10:03 | |
| *** arbrandes has joined #openstack | 10:04 | |
| *** vijayagurug has left #openstack | 10:07 | |
| *** panda has quit IRC | 10:09 | |
| *** Debesis_ has joined #openstack | 10:10 | |
| *** panda has joined #openstack | 10:10 | |
| *** txomon|fon has joined #openstack | 10:12 | |
| *** NetHawk has quit IRC | 10:13 | |
| *** macjack has joined #openstack | 10:14 | |
| *** dkusidlo has joined #openstack | 10:15 | |
| *** dims has joined #openstack | 10:17 | |
| *** txomon|fon has quit IRC | 10:17 | |
| -openstackstatus- NOTICE: review.openstack.org (aka gerrit) is going down for an emergency restart | 10:19 | |
| *** pavel_bondar has quit IRC | 10:19 | |
| *** ChanServ changes topic to "review.openstack.org (aka gerrit) is going down for an emergency restart" | 10:19 | |
| *** yottatsa has joined #openstack | 10:20 | |
| *** leanderthal has quit IRC | 10:20 | |
| *** leanderthal has joined #openstack | 10:22 | |
| *** toscalix has quit IRC | 10:24 | |
| *** NetHawk has joined #openstack | 10:24 | |
| *** ttrifonov is now known as zz_ttrifonov | 10:25 | |
| *** dkusidlo has quit IRC | 10:25 | |
| *** Guest49165 has quit IRC | 10:27 | |
| *** toscalix has joined #openstack | 10:27 | |
| *** Sree__ has quit IRC | 10:28 | |
| *** baoli has joined #openstack | 10:28 | |
| *** Sree has joined #openstack | 10:28 | |
| *** txomon|fon has joined #openstack | 10:28 | |
| *** macjack has quit IRC | 10:29 | |
| *** dims has quit IRC | 10:30 | |
| *** dims has joined #openstack | 10:31 | |
| *** saibarspeis has joined #openstack | 10:32 | |
| *** Sree has quit IRC | 10:33 | |
| *** baoli has quit IRC | 10:33 | |
| *** dims_ has joined #openstack | 10:36 | |
| *** Defcronyke_ has joined #openstack | 10:37 | |
| *** yamamoto has quit IRC | 10:38 | |
| *** dims has quit IRC | 10:38 | |
| *** Defcronyke_ has joined #openstack | 10:38 | |
| *** Defcronyke has quit IRC | 10:39 | |
| *** bvandenh has joined #openstack | 10:39 | |
| *** marekd has joined #openstack | 10:39 | |
| *** marekd is now known as marekd_404 | 10:40 | |
| *** josecastroleon has quit IRC | 10:40 | |
| *** Defcronyke_ is now known as Defcronyke | 10:41 | |
| *** mwagner_lap has quit IRC | 10:42 | |
| *** dkusidlo has joined #openstack | 10:43 | |
| *** y_sawai has joined #openstack | 10:43 | |
| *** ashishb has joined #openstack | 10:44 | |
| *** ezobn has joined #openstack | 10:45 | |
| *** ChanServ changes topic to "Openstack Support Channel, Development in #openstack-dev | Wiki: http://wiki.openstack.org/ | Docs: http://docs.openstack.org/ | Answers: https://ask.openstack.org | Logs: http://eavesdrop.openstack.org/irclogs/ | Paste: http://paste.openstack.org/" | 10:46 | |
| -openstackstatus- NOTICE: Gerrit restart has resolved the issue and systems are back up and functioning | 10:46 | |
| *** y_sawai has quit IRC | 10:48 | |
| *** rohinichoudhary has quit IRC | 10:50 | |
| *** sayan|ircb has joined #openstack | 10:50 | |
| *** RedRat has quit IRC | 10:50 | |
| *** dims_ has quit IRC | 10:50 | |
| *** dims has joined #openstack | 10:51 | |
| *** dkusidlo has quit IRC | 10:52 | |
| *** dkusidlo has joined #openstack | 10:52 | |
| *** jschlueter has joined #openstack | 10:52 | |
| *** toscalix has quit IRC | 10:55 | |
| *** pasqd has quit IRC | 10:55 | |
| *** yog_ has quit IRC | 10:56 | |
| *** dims has quit IRC | 10:59 | |
| *** dims has joined #openstack | 11:00 | |
| *** CatKiller has quit IRC | 11:01 | |
| *** Marga_ has quit IRC | 11:02 | |
| *** FallenPegasus has joined #openstack | 11:03 | |
| *** leopoldj has joined #openstack | 11:04 | |
| *** marcusvrn has joined #openstack | 11:05 | |
| *** dims has quit IRC | 11:06 | |
| *** ljt has quit IRC | 11:06 | |
| *** kmARC_ has quit IRC | 11:06 | |
| *** kmARC__ has quit IRC | 11:07 | |
| *** ejat has joined #openstack | 11:07 | |
| *** gem_ has joined #openstack | 11:07 | |
| *** ejat has quit IRC | 11:07 | |
| *** ejat has joined #openstack | 11:07 | |
| *** FallenPegasus has quit IRC | 11:07 | |
| *** dims has joined #openstack | 11:08 | |
| *** gem has quit IRC | 11:11 | |
| *** aukhan has quit IRC | 11:11 | |
| *** dims_ has joined #openstack | 11:12 | |
| *** dims has quit IRC | 11:12 | |
| *** RedRat has joined #openstack | 11:13 | |
| *** v1k0d3n has quit IRC | 11:14 | |
| *** delattec has joined #openstack | 11:15 | |
| *** dims_ has quit IRC | 11:17 | |
| *** v1k0d3n has joined #openstack | 11:17 | |
| *** henrynash has joined #openstack | 11:19 | |
| *** severion has joined #openstack | 11:19 | |
| *** v1k0d3n_ has joined #openstack | 11:20 | |
| *** kmARC__ has joined #openstack | 11:21 | |
| *** kmARC_ has joined #openstack | 11:21 | |
| *** v1k0d3n has quit IRC | 11:22 | |
| *** v1k0d3n__ has joined #openstack | 11:22 | |
| *** dims has joined #openstack | 11:22 | |
| *** sakaYK has joined #openstack | 11:23 | |
| *** frank_zhou has joined #openstack | 11:23 | |
| *** v1k0d3n has joined #openstack | 11:23 | |
| *** sakaYK has quit IRC | 11:23 | |
| *** severion has quit IRC | 11:24 | |
| *** gem_ is now known as gem | 11:24 | |
| *** severion has joined #openstack | 11:25 | |
| *** t4nk685 has joined #openstack | 11:25 | |
| *** v1k0d3n_ has quit IRC | 11:25 | |
| *** bobh has joined #openstack | 11:25 | |
| t4nk685 | can someone help me out with openstack error, while spawning VM | 11:25 |
| t4nk685 | ? | 11:26 |
| t4nk685 | 1 TRACE nova.compute.manager [instance: c5f4b468-1edc-4cb1-a671-c9de7ccd9b64] ValueError: too many values to unpack | 11:26 |
| *** v1k0d3n_ has joined #openstack | 11:26 | |
| *** b-tag has quit IRC | 11:26 | |
| t4nk685 | 2015-08-17 11:09:31.086 3711 TRACE nova.compute.manager [instance: c5f4b468-1edc-4cb1-a671-c9de7ccd9b64] File "/usr/lib/python2.7/dist-packages/nova/network/manager.py", line 468, in _get_networks_for_instance 2015-08-17 11:09:31.086 3711 TRACE nova.compute.manager [instance: c5f4b468-1edc-4cb1-a671-c9de7ccd9b64] network_uuids = [uuid for (uuid, fixed_ip) in requested_networks] | 11:26 |
| *** delattec has quit IRC | 11:26 | |
| *** b-tag has joined #openstack | 11:26 | |
| *** v1k0d3n__ has quit IRC | 11:27 | |
| *** dims has quit IRC | 11:27 | |
| *** ejat has quit IRC | 11:27 | |
| *** telnes has joined #openstack | 11:27 | |
| *** bluex-pl has joined #openstack | 11:28 | |
| *** v1k0d3n has quit IRC | 11:28 | |
| *** bluex-pl has quit IRC | 11:28 | |
| *** bluex-pl has joined #openstack | 11:28 | |
| *** severion has quit IRC | 11:29 | |
| *** dims has joined #openstack | 11:29 | |
| *** y_sawai has joined #openstack | 11:30 | |
| *** t4nk685 has quit IRC | 11:30 | |
| *** smoriya has quit IRC | 11:30 | |
| *** v1k0d3n_ has quit IRC | 11:31 | |
| *** v1k0d3n has joined #openstack | 11:31 | |
| *** josecastroleon has joined #openstack | 11:31 | |
| *** severion has joined #openstack | 11:32 | |
| *** bobh has quit IRC | 11:33 | |
| *** saibarspeis has quit IRC | 11:34 | |
| *** hafe has left #openstack | 11:34 | |
| *** markvoelker has joined #openstack | 11:34 | |
| *** v1k0d3n_ has joined #openstack | 11:34 | |
| *** CatKiller has joined #openstack | 11:34 | |
| *** dims_ has joined #openstack | 11:34 | |
| *** nllrte has joined #openstack | 11:35 | |
| *** dims has quit IRC | 11:35 | |
| *** zz_pzduniak is now known as pzduniak | 11:35 | |
| *** v1k0d3n has quit IRC | 11:36 | |
| *** v1k0d3n__ has joined #openstack | 11:36 | |
| *** sanchitmalhotra has quit IRC | 11:36 | |
| *** jeadr has quit IRC | 11:36 | |
| *** severion has quit IRC | 11:37 | |
| *** bdemers has quit IRC | 11:37 | |
| *** v1k0d3n has joined #openstack | 11:37 | |
| *** rtheis has joined #openstack | 11:38 | |
| *** jeadr has joined #openstack | 11:38 | |
| *** saurabh_ has quit IRC | 11:38 | |
| *** markvoelker has quit IRC | 11:39 | |
| *** severion has joined #openstack | 11:39 | |
| *** dims_ has quit IRC | 11:39 | |
| *** v1k0d3n_ has quit IRC | 11:39 | |
| *** dims has joined #openstack | 11:40 | |
| *** v1k0d3n__ has quit IRC | 11:40 | |
| *** v1k0d3n_ has joined #openstack | 11:41 | |
| *** v1k0d3n has quit IRC | 11:42 | |
| *** shardy_ has joined #openstack | 11:43 | |
| *** yamamoto has joined #openstack | 11:43 | |
| *** SeVenSiXseVeN has quit IRC | 11:43 | |
| *** v1k0d3n has joined #openstack | 11:43 | |
| *** severion has quit IRC | 11:44 | |
| *** leopoldj has quit IRC | 11:44 | |
| *** s00pcan has quit IRC | 11:44 | |
| *** TheOsprey has quit IRC | 11:44 | |
| *** severion has joined #openstack | 11:44 | |
| *** shardy has quit IRC | 11:45 | |
| *** v1k0d3n_ has quit IRC | 11:45 | |
| *** s00pcan has joined #openstack | 11:46 | |
| *** frank_zhou has quit IRC | 11:46 | |
| *** v1k0d3n_ has joined #openstack | 11:46 | |
| *** zhhuabj_ has joined #openstack | 11:46 | |
| *** v1k0d3n__ has joined #openstack | 11:47 | |
| *** v1k0d3n has quit IRC | 11:48 | |
| *** bizarrochristy has joined #openstack | 11:48 | |
| *** v1k0d3n has joined #openstack | 11:48 | |
| *** Marga_ has joined #openstack | 11:49 | |
| *** shardy_ has quit IRC | 11:49 | |
| *** spikeheadon has joined #openstack | 11:49 | |
| *** dims has quit IRC | 11:49 | |
| *** zhhuabj has quit IRC | 11:49 | |
| *** shardy has joined #openstack | 11:49 | |
| *** jcarter2 has quit IRC | 11:49 | |
| *** severion has quit IRC | 11:50 | |
| *** v1k0d3___ has joined #openstack | 11:50 | |
| *** v1k0d3n_ has quit IRC | 11:51 | |
| *** CatKiller has quit IRC | 11:51 | |
| *** severion has joined #openstack | 11:51 | |
| *** v1k0d3n__ has quit IRC | 11:52 | |
| *** tvlooy has quit IRC | 11:52 | |
| *** jeadr has quit IRC | 11:52 | |
| *** v1k0d3n_ has joined #openstack | 11:53 | |
| *** bizarrochristy has quit IRC | 11:53 | |
| *** v1k0d3n has quit IRC | 11:53 | |
| *** dims has joined #openstack | 11:53 | |
| *** v1k0d3n has joined #openstack | 11:54 | |
| *** jeadr has joined #openstack | 11:54 | |
| *** v1k0d3___ has quit IRC | 11:55 | |
| *** v1k0d3n__ has joined #openstack | 11:55 | |
| *** robbiew has left #openstack | 11:56 | |
| *** dims_ has joined #openstack | 11:56 | |
| *** severion has quit IRC | 11:56 | |
| *** severion has joined #openstack | 11:57 | |
| *** v1k0d3n_ has quit IRC | 11:57 | |
| *** dims has quit IRC | 11:58 | |
| *** TheOsprey has joined #openstack | 11:58 | |
| *** severion has quit IRC | 11:58 | |
| *** robbiew has joined #openstack | 11:58 | |
| *** severion has joined #openstack | 11:58 | |
| *** Poornima has quit IRC | 11:59 | |
| *** chlong has quit IRC | 11:59 | |
| *** v1k0d3n has quit IRC | 11:59 | |
| *** robbiew has quit IRC | 11:59 | |
| *** apahim has joined #openstack | 12:00 | |
| *** v1k0d3n__ has quit IRC | 12:00 | |
| *** v1k0d3n has joined #openstack | 12:00 | |
| *** otter768 has quit IRC | 12:00 | |
| *** v1k0d3n_ has joined #openstack | 12:01 | |
| *** matjazp has joined #openstack | 12:01 | |
| *** lborda has joined #openstack | 12:02 | |
| *** MarkBaker has joined #openstack | 12:02 | |
| *** NetHawk has quit IRC | 12:03 | |
| *** v1k0d3n__ has joined #openstack | 12:03 | |
| *** severion has quit IRC | 12:03 | |
| *** tkramer has joined #openstack | 12:04 | |
| *** dims_ has quit IRC | 12:04 | |
| *** severion has joined #openstack | 12:04 | |
| *** dims has joined #openstack | 12:04 | |
| *** v1k0d3n has quit IRC | 12:05 | |
| *** v1k0d3n has joined #openstack | 12:05 | |
| *** mikeoutland has joined #openstack | 12:05 | |
| *** lborda has quit IRC | 12:06 | |
| *** v1k0d3n_ has quit IRC | 12:06 | |
| *** yamamoto has quit IRC | 12:06 | |
| *** zhhuabj_ has quit IRC | 12:06 | |
| *** zhhuabj has joined #openstack | 12:07 | |
| *** v1k0d3n_ has joined #openstack | 12:07 | |
| *** jpena is now known as jpena|lunch | 12:07 | |
| *** dizquierdo has quit IRC | 12:07 | |
| *** JoseMello has joined #openstack | 12:07 | |
| *** klamath has joined #openstack | 12:08 | |
| *** v1k0d3n__ has quit IRC | 12:08 | |
| *** v1k0d3n__ has joined #openstack | 12:08 | |
| *** NetHawk has joined #openstack | 12:08 | |
| *** dims_ has joined #openstack | 12:08 | |
| *** yottatsa has quit IRC | 12:09 | |
| *** severion has quit IRC | 12:09 | |
| *** liangbo has quit IRC | 12:09 | |
| *** severion has joined #openstack | 12:09 | |
| *** dims has quit IRC | 12:10 | |
| *** mikeoutland has quit IRC | 12:10 | |
| *** v1k0d3n has quit IRC | 12:10 | |
| *** v1k0d3n has joined #openstack | 12:10 | |
| *** lborda has joined #openstack | 12:11 | |
| *** v1k0d3n_ has quit IRC | 12:11 | |
| *** v1k0d3n_ has joined #openstack | 12:12 | |
| *** dims has joined #openstack | 12:12 | |
| *** v1k0d3n__ has quit IRC | 12:12 | |
| *** v1k0d3n__ has joined #openstack | 12:13 | |
| *** dims_ has quit IRC | 12:14 | |
| *** agarciam has quit IRC | 12:14 | |
| *** ivan_mironov has quit IRC | 12:14 | |
| *** severion has quit IRC | 12:14 | |
| *** boichev has joined #openstack | 12:15 | |
| *** severion has joined #openstack | 12:15 | |
| *** v1k0d3n has quit IRC | 12:15 | |
| *** DWfuturetec has joined #openstack | 12:15 | |
| *** v1k0d3n has joined #openstack | 12:16 | |
| *** v1k0d3n_ has quit IRC | 12:17 | |
| *** woodard has joined #openstack | 12:17 | |
| *** matjazp has quit IRC | 12:17 | |
| *** v1k0d3n_ has joined #openstack | 12:17 | |
| *** dims_ has joined #openstack | 12:18 | |
| *** v1k0d3n__ has quit IRC | 12:18 | |
| *** dims has quit IRC | 12:18 | |
| *** k4n0 has quit IRC | 12:18 | |
| *** v1k0d3n__ has joined #openstack | 12:18 | |
| *** severion has quit IRC | 12:19 | |
| *** ljt has joined #openstack | 12:19 | |
| *** kmARC_ has quit IRC | 12:19 | |
| *** dims has joined #openstack | 12:19 | |
| *** kmARC__ has quit IRC | 12:20 | |
| *** severion has joined #openstack | 12:20 | |
| *** v1k0d3n has quit IRC | 12:21 | |
| *** k4n0 has joined #openstack | 12:21 | |
| *** matjazp has joined #openstack | 12:21 | |
| *** mkolesni has quit IRC | 12:21 | |
| *** mkolesni_ has joined #openstack | 12:21 | |
| *** v1k0d3n has joined #openstack | 12:21 | |
| *** v1k0d3n_ has quit IRC | 12:22 | |
| *** matjazp has quit IRC | 12:22 | |
| *** dims_ has quit IRC | 12:23 | |
| *** v1k0d3n_ has joined #openstack | 12:23 | |
| *** v1k0d3n__ has quit IRC | 12:23 | |
| *** k4n0 has quit IRC | 12:23 | |
| *** mikeyp_ has joined #openstack | 12:23 | |
| *** v1k0d3n__ has joined #openstack | 12:24 | |
| *** blomquisg has quit IRC | 12:24 | |
| *** ljt has quit IRC | 12:25 | |
| *** severion has quit IRC | 12:25 | |
| *** Sree has joined #openstack | 12:25 | |
| *** mikeyp has quit IRC | 12:26 | |
| *** dims_ has joined #openstack | 12:26 | |
| *** severion has joined #openstack | 12:26 | |
| *** henrynash has quit IRC | 12:26 | |
| *** dims has quit IRC | 12:26 | |
| *** v1k0d3n has quit IRC | 12:26 | |
| *** dgurtner has quit IRC | 12:26 | |
| *** v1k0d3n has joined #openstack | 12:27 | |
| *** woodard has quit IRC | 12:27 | |
| *** v1k0d3n_ has quit IRC | 12:27 | |
| *** pellaeon has left #openstack | 12:27 | |
| *** v1k0d3n_ has joined #openstack | 12:28 | |
| *** woodard has joined #openstack | 12:28 | |
| *** shardy_ has joined #openstack | 12:28 | |
| *** v1k0d3n__ has quit IRC | 12:29 | |
| *** v1k0d3n_ has quit IRC | 12:29 | |
| *** shardy has quit IRC | 12:29 | |
| *** dyasny has joined #openstack | 12:29 | |
| *** v1k0d3n_ has joined #openstack | 12:29 | |
| *** dims has joined #openstack | 12:30 | |
| *** pnavarro is now known as pnavarro|lunch | 12:30 | |
| *** severion has quit IRC | 12:31 | |
| *** yottatsa has joined #openstack | 12:31 | |
| *** severion has joined #openstack | 12:31 | |
| *** dims_ has quit IRC | 12:31 | |
| *** jianzj has joined #openstack | 12:31 | |
| *** v1k0d3n has quit IRC | 12:32 | |
| *** v1k0d3n has joined #openstack | 12:32 | |
| *** yottatsa has quit IRC | 12:32 | |
| *** yottatsa_ has joined #openstack | 12:33 | |
| *** hrou has joined #openstack | 12:33 | |
| *** shardy_ has quit IRC | 12:33 | |
| *** matjazp has joined #openstack | 12:34 | |
| *** dkusidlo has quit IRC | 12:34 | |
| *** v1k0d3n_ has quit IRC | 12:34 | |
| *** v1k0d3n_ has joined #openstack | 12:34 | |
| *** shardy has joined #openstack | 12:34 | |
| *** dims has quit IRC | 12:35 | |
| *** dims has joined #openstack | 12:35 | |
| *** matjazp has quit IRC | 12:35 | |
| *** lyanchih has quit IRC | 12:35 | |
| *** severion has quit IRC | 12:35 | |
| *** sh1kel has joined #openstack | 12:35 | |
| *** severion has joined #openstack | 12:35 | |
| *** marrusl has joined #openstack | 12:36 | |
| *** severion has quit IRC | 12:36 | |
| *** severion has joined #openstack | 12:37 | |
| *** v1k0d3n has quit IRC | 12:37 | |
| *** gpaz has joined #openstack | 12:38 | |
| *** v1k0d3n has joined #openstack | 12:38 | |
| *** matjazp has joined #openstack | 12:38 | |
| *** dims_ has joined #openstack | 12:38 | |
| *** neha has quit IRC | 12:39 | |
| *** v1k0d3n_ has quit IRC | 12:39 | |
| *** v1k0d3n__ has joined #openstack | 12:39 | |
| *** dims has quit IRC | 12:40 | |
| *** VW_ has joined #openstack | 12:40 | |
| *** ezobn has quit IRC | 12:40 | |
| *** v1k0d3n_ has joined #openstack | 12:40 | |
| *** kmARC__ has joined #openstack | 12:40 | |
| *** kmARC_ has joined #openstack | 12:41 | |
| *** noslzzp has joined #openstack | 12:41 | |
| *** maveric7911 has joined #openstack | 12:41 | |
| *** v1k0d3___ has joined #openstack | 12:42 | |
| *** severion has quit IRC | 12:42 | |
| *** cfarquhar has quit IRC | 12:42 | |
| *** jcarter2 has joined #openstack | 12:43 | |
| *** severion has joined #openstack | 12:43 | |
| *** v1k0d3n has quit IRC | 12:43 | |
| *** v1k0d3n__ has quit IRC | 12:44 | |
| *** baoli has joined #openstack | 12:44 | |
| *** v1k0d3n has joined #openstack | 12:44 | |
| *** ekarlso has quit IRC | 12:44 | |
| *** ekarlso has joined #openstack | 12:44 | |
| *** v1k0d3n_ has quit IRC | 12:45 | |
| *** kdas_ has joined #openstack | 12:45 | |
| *** matjazp has quit IRC | 12:45 | |
| *** dims has joined #openstack | 12:45 | |
| *** dims_ has quit IRC | 12:45 | |
| *** v1k0d3n_ has joined #openstack | 12:46 | |
| *** kdas_ has quit IRC | 12:46 | |
| *** v1k0d3___ has quit IRC | 12:46 | |
| *** kdas_ has joined #openstack | 12:47 | |
| *** Marga_ has quit IRC | 12:47 | |
| *** v1k0d3n__ has joined #openstack | 12:47 | |
| *** VW_ has quit IRC | 12:47 | |
| *** severion has quit IRC | 12:47 | |
| *** VW_ has joined #openstack | 12:48 | |
| *** tjcocozz has joined #openstack | 12:48 | |
| *** baoli has quit IRC | 12:48 | |
| *** severion has joined #openstack | 12:48 | |
| *** W00lf has quit IRC | 12:49 | |
| *** v1k0d3n has quit IRC | 12:49 | |
| *** v1k0d3n has joined #openstack | 12:49 | |
| *** gem has quit IRC | 12:50 | |
| *** budman has quit IRC | 12:50 | |
| *** v1k0d3n has quit IRC | 12:50 | |
| *** v1k0d3n_ has quit IRC | 12:50 | |
| *** v1k0d3n has joined #openstack | 12:51 | |
| *** v1k0d3n__ has quit IRC | 12:52 | |
| *** FallenPegasus has joined #openstack | 12:52 | |
| *** v1k0d3n_ has joined #openstack | 12:52 | |
| *** FunnyLookinHat has joined #openstack | 12:52 | |
| *** pavel_bondar has joined #openstack | 12:53 | |
| *** severion has quit IRC | 12:53 | |
| *** severion has joined #openstack | 12:53 | |
| *** tlian has joined #openstack | 12:54 | |
| *** tlian has quit IRC | 12:54 | |
| *** pm90_ has joined #openstack | 12:54 | |
| *** dims has quit IRC | 12:55 | |
| *** v1k0d3n__ has joined #openstack | 12:55 | |
| *** y_sawai has quit IRC | 12:55 | |
| *** v1k0d3n has quit IRC | 12:55 | |
| *** mkolesni_ has quit IRC | 12:55 | |
| *** kawa2014 has quit IRC | 12:55 | |
| *** mkolesni_ has joined #openstack | 12:56 | |
| *** v1k0d3n__ has quit IRC | 12:56 | |
| *** FallenPegasus has quit IRC | 12:56 | |
| *** Marga_ has joined #openstack | 12:56 | |
| *** v1k0d3n has joined #openstack | 12:56 | |
| *** nzrf has joined #openstack | 12:57 | |
| *** v1k0d3n_ has quit IRC | 12:57 | |
| *** pm90__ has joined #openstack | 12:57 | |
| *** apahim has quit IRC | 12:57 | |
| *** v1k0d3n_ has joined #openstack | 12:58 | |
| *** shikel has joined #openstack | 12:58 | |
| *** dims has joined #openstack | 12:58 | |
| *** severion has quit IRC | 12:58 | |
| *** eharney has joined #openstack | 12:58 | |
| *** scheuran has joined #openstack | 12:59 | |
| *** kdas_ is now known as kushal | 12:59 | |
| *** severion has joined #openstack | 12:59 | |
| *** kushal has quit IRC | 12:59 | |
| *** kushal has joined #openstack | 12:59 | |
| *** scheuran has quit IRC | 12:59 | |
| *** pm90_ has quit IRC | 12:59 | |
| *** steveg_afk has joined #openstack | 13:00 | |
| *** v1k0d3n__ has joined #openstack | 13:00 | |
| *** b-tag has quit IRC | 13:00 | |
| *** tlian has joined #openstack | 13:00 | |
| *** b-tag has joined #openstack | 13:01 | |
| *** v1k0d3___ has joined #openstack | 13:01 | |
| *** rfolco has joined #openstack | 13:02 | |
| *** matjazp has joined #openstack | 13:02 | |
| *** v1k0d3n has quit IRC | 13:02 | |
| *** W00lf has joined #openstack | 13:02 | |
| *** ashishb has quit IRC | 13:02 | |
| *** v1k0d3n_ has quit IRC | 13:03 | |
| *** v1k0d3n has joined #openstack | 13:03 | |
| *** dgurtner has joined #openstack | 13:03 | |
| *** dgurtner has quit IRC | 13:03 | |
| *** dgurtner has joined #openstack | 13:03 | |
| *** b-tag has quit IRC | 13:03 | |
| *** severion has quit IRC | 13:04 | |
| *** ikcerog has joined #openstack | 13:04 | |
| *** severion has joined #openstack | 13:04 | |
| *** b-tag has joined #openstack | 13:04 | |
| *** pravins has quit IRC | 13:04 | |
| *** v1k0d3n__ has quit IRC | 13:05 | |
| *** lifeless has quit IRC | 13:05 | |
| *** britthouser has joined #openstack | 13:05 | |
| *** v1k0d3n_ has joined #openstack | 13:05 | |
| *** v1k0d3___ has quit IRC | 13:06 | |
| *** v1k0d3n__ has joined #openstack | 13:06 | |
| *** dims has quit IRC | 13:06 | |
| *** yamamoto has joined #openstack | 13:07 | |
| *** v1k0d3n has quit IRC | 13:07 | |
| *** blackboxsw has joined #openstack | 13:07 | |
| *** merooney has joined #openstack | 13:08 | |
| *** severion has quit IRC | 13:08 | |
| *** jckasper has quit IRC | 13:09 | |
| *** flaviof has quit IRC | 13:09 | |
| *** TxGVNN has joined #openstack | 13:09 | |
| *** dims has joined #openstack | 13:09 | |
| *** two_oes has joined #openstack | 13:10 | |
| *** v1k0d3n_ has quit IRC | 13:10 | |
| *** kawa2014 has joined #openstack | 13:10 | |
| *** mallock has joined #openstack | 13:11 | |
| *** kawa2014 has quit IRC | 13:11 | |
| *** v1k0d3n__ has quit IRC | 13:11 | |
| *** yamamoto has quit IRC | 13:11 | |
| *** apahim has joined #openstack | 13:12 | |
| *** mrmartin has joined #openstack | 13:12 | |
| *** yamamoto has joined #openstack | 13:12 | |
| *** kawa2014 has joined #openstack | 13:12 | |
| *** davidmichaelkarr has joined #openstack | 13:12 | |
| *** b-tag has quit IRC | 13:12 | |
| *** b-tag has joined #openstack | 13:12 | |
| *** vexyde has quit IRC | 13:13 | |
| *** dims has quit IRC | 13:14 | |
| *** drawsmcgraw has joined #openstack | 13:14 | |
| *** dims has joined #openstack | 13:14 | |
| *** tonisbones has quit IRC | 13:15 | |
| *** matjazp has quit IRC | 13:16 | |
| *** flaviof has joined #openstack | 13:16 | |
| *** danielbruno has joined #openstack | 13:16 | |
| *** steveg_afk has quit IRC | 13:17 | |
| *** tochi has quit IRC | 13:18 | |
| *** yog_ has joined #openstack | 13:18 | |
| *** ngoracke has joined #openstack | 13:18 | |
| *** jpena|lunch is now known as jpena | 13:19 | |
| drawsmcgraw | A friend showed this to me the other day. Anyone have any experience/opinions? https://www.rdoproject.org/RDO-Manager | 13:19 |
| drawsmcgraw | Is this the next step for Packstack? | 13:19 |
| drawsmcgraw | (granted, it's a huge step) | 13:20 |
| *** sayali has quit IRC | 13:20 | |
| *** dims has quit IRC | 13:21 | |
| *** kbringard has joined #openstack | 13:21 | |
| *** jgint has joined #openstack | 13:22 | |
| *** itzikb has quit IRC | 13:23 | |
| *** pkennedy has joined #openstack | 13:23 | |
| *** bdemers has joined #openstack | 13:24 | |
| *** NetHawk has quit IRC | 13:24 | |
| *** leakypipes is now known as jaypipes | 13:25 | |
| *** sayali has joined #openstack | 13:25 | |
| *** DeMiNe0 has quit IRC | 13:25 | |
| *** DeMiNe0 has joined #openstack | 13:26 | |
| *** laron has joined #openstack | 13:26 | |
| *** dims has joined #openstack | 13:27 | |
| *** pnavarro|lunch is now known as pnavarro | 13:28 | |
| *** Queops has joined #openstack | 13:28 | |
| *** burgerk has joined #openstack | 13:28 | |
| *** keekz has quit IRC | 13:28 | |
| *** lifeless has joined #openstack | 13:28 | |
| *** keekz has joined #openstack | 13:29 | |
| *** cdelatte has joined #openstack | 13:29 | |
| *** pravins has joined #openstack | 13:30 | |
| *** fguillot has joined #openstack | 13:30 | |
| *** julim has joined #openstack | 13:31 | |
| *** blomquisg has joined #openstack | 13:31 | |
| *** jianzj has quit IRC | 13:31 | |
| *** DWfuturetec has quit IRC | 13:31 | |
| *** matjazp has joined #openstack | 13:34 | |
| *** mcornea has quit IRC | 13:34 | |
| *** jgint1 has joined #openstack | 13:35 | |
| *** markvoelker has joined #openstack | 13:35 | |
| *** dasp has quit IRC | 13:36 | |
| *** amitry has quit IRC | 13:36 | |
| *** jdandrea has joined #openstack | 13:36 | |
| *** britthou_ has joined #openstack | 13:36 | |
| *** dkusidlo has joined #openstack | 13:36 | |
| *** dims has quit IRC | 13:36 | |
| *** krtaylor has quit IRC | 13:36 | |
| *** jgint has quit IRC | 13:37 | |
| *** mcornea has joined #openstack | 13:37 | |
| *** sayan|ircb has quit IRC | 13:37 | |
| *** jpds has quit IRC | 13:38 | |
| *** jecarey has joined #openstack | 13:38 | |
| *** JimFall has joined #openstack | 13:38 | |
| *** dizquierdo has joined #openstack | 13:38 | |
| *** Gangrif has joined #openstack | 13:38 | |
| *** britthouser has quit IRC | 13:39 | |
| *** markvoelker has quit IRC | 13:39 | |
| *** keekz has quit IRC | 13:41 | |
| *** TREllis has quit IRC | 13:41 | |
| *** FallenPegasus has joined #openstack | 13:41 | |
| *** diogogmt has joined #openstack | 13:41 | |
| *** NetHawk has joined #openstack | 13:42 | |
| *** mikeyp_ has quit IRC | 13:42 | |
| *** dims has joined #openstack | 13:42 | |
| *** changbl has joined #openstack | 13:43 | |
| *** bvandenh has quit IRC | 13:43 | |
| *** rmart04 has joined #openstack | 13:44 | |
| *** baoli has joined #openstack | 13:45 | |
| *** FallenPegasus has quit IRC | 13:45 | |
| *** ccavanna has joined #openstack | 13:45 | |
| *** mwagner_lap has joined #openstack | 13:46 | |
| *** balajiiyer has joined #openstack | 13:46 | |
| *** dims has quit IRC | 13:48 | |
| *** kawa2014 has quit IRC | 13:48 | |
| *** masco has quit IRC | 13:48 | |
| *** TREllis has joined #openstack | 13:49 | |
| *** kawa2014 has joined #openstack | 13:49 | |
| *** krtaylor has joined #openstack | 13:49 | |
| *** pravka has joined #openstack | 13:50 | |
| *** baoli has quit IRC | 13:50 | |
| *** robbiew has joined #openstack | 13:52 | |
| *** matjazp has quit IRC | 13:52 | |
| *** robbiew has left #openstack | 13:52 | |
| *** rbak has joined #openstack | 13:53 | |
| *** pravin_s has joined #openstack | 13:53 | |
| *** dims has joined #openstack | 13:54 | |
| *** diogogmt has quit IRC | 13:54 | |
| *** keekz has joined #openstack | 13:55 | |
| *** amitry has joined #openstack | 13:55 | |
| *** y_sawai has joined #openstack | 13:56 | |
| *** dasp has joined #openstack | 13:56 | |
| *** pravins has quit IRC | 13:56 | |
| *** keekz has quit IRC | 13:56 | |
| *** nunchuck has quit IRC | 13:56 | |
| *** zul has joined #openstack | 13:58 | |
| *** pradk has joined #openstack | 13:59 | |
| *** sakaYK has joined #openstack | 13:59 | |
| *** spzala has joined #openstack | 13:59 | |
| *** dims has quit IRC | 13:59 | |
| *** imthewherd is now known as cgseller_is_away | 14:00 | |
| *** lyanchih has joined #openstack | 14:00 | |
| *** otter768 has joined #openstack | 14:01 | |
| *** AnilV4 has quit IRC | 14:01 | |
| *** cooldharma06 has quit IRC | 14:01 | |
| *** cptweasel has joined #openstack | 14:02 | |
| *** y_sawai has quit IRC | 14:02 | |
| *** mosburn has joined #openstack | 14:02 | |
| *** cdash has joined #openstack | 14:02 | |
| *** esheffield has joined #openstack | 14:03 | |
| *** obedmr has joined #openstack | 14:03 | |
| *** dims has joined #openstack | 14:04 | |
| *** woodard has quit IRC | 14:04 | |
| *** chlong has joined #openstack | 14:04 | |
| *** woodard has joined #openstack | 14:05 | |
| *** otter768 has quit IRC | 14:06 | |
| *** JimFall has quit IRC | 14:06 | |
| *** bill_az has joined #openstack | 14:06 | |
| Qlawy | dims: hi o/ | 14:06 |
| *** jckasper has joined #openstack | 14:06 | |
| *** bizarrochristy has joined #openstack | 14:06 | |
| Qlawy | I have question about heat software deployment | 14:07 |
| *** tongli has joined #openstack | 14:08 | |
| tongli | @sc68cal, sean, I am here now. | 14:08 |
| *** rushil has joined #openstack | 14:08 | |
| *** yamamoto has quit IRC | 14:09 | |
| sc68cal | tongli: ok - so you are having trouble pinging from your host to the VMs that you spawned | 14:09 |
| *** panda has quit IRC | 14:09 | |
| tongli | @sc68cal, I am running VB on Macbook, so my host machine is mac. | 14:09 |
| *** doug-fish has joined #openstack | 14:09 | |
| *** CatKiller has joined #openstack | 14:09 | |
| sc68cal | tongli: are you using virtualbox? | 14:09 |
| tongli | guest system is Ubuntu 14.04. | 14:09 |
| *** aimon has quit IRC | 14:09 | |
| *** matjazp has joined #openstack | 14:10 | |
| tongli | @sc68cal, yes, VirtualBox. | 14:10 |
| *** aimon has joined #openstack | 14:10 | |
| *** mkolesni_ has quit IRC | 14:10 | |
| *** panda has joined #openstack | 14:10 | |
| sc68cal | tongli: are your VMs attached to a vboxnet device? | 14:10 |
| sc68cal | tongli: or bridged? | 14:10 |
| *** dims has quit IRC | 14:11 | |
| *** boichev has quit IRC | 14:11 | |
| Qlawy | anyone cam tell me how connection between vms and heat api cfn should be done? | 14:11 |
| tongli | actually VM running devstack uses two nics, both bridged network. | 14:11 |
| tongli | IP 192.168.1.190 | 14:11 |
| Qlawy | Any special tricks? Or just dirty access through VMs external network? | 14:11 |
| *** nunchuck has joined #openstack | 14:12 | |
| tongli | IP 192.168.1.192, that is eth1 | 14:12 |
| tongli | not using vboxnet. | 14:12 |
| *** shoutm has quit IRC | 14:12 | |
| *** jkugel has joined #openstack | 14:12 | |
| sc68cal | tongli: OK. So inside your devstack VM, what is your networking configuration - nova-network or neutron? | 14:12 |
| tongli | i can access horizon from my mac and create vms, assigning IP , and console to the VM and ping 8.8.8.8 from a VM. | 14:12 |
| tongli | neutron | 14:13 |
| tongli | on mac I also did this, | 14:13 |
| sc68cal | tongli: ok - what addresses are you trying to ping? The floating IP that you assign to a vm? | 14:13 |
| tongli | yes, floating IP. | 14:14 |
| tongli | on mac, I add this | 14:14 |
| tongli | route add -net 172.24.4.1/24 192.168.1.190 | 14:15 |
| tongli | that made the mac can ping routers inside devstack. | 14:15 |
| *** dgurtner has quit IRC | 14:15 | |
| tongli | the floating IP to the VM is 172.24.4.3 | 14:15 |
| *** Queops has quit IRC | 14:15 | |
| *** matjazp has quit IRC | 14:15 | |
| *** pkennedy has quit IRC | 14:16 | |
| sc68cal | tongli: yep that is correct | 14:16 |
| *** dims has joined #openstack | 14:16 | |
| tongli | @sc68cal, I feel I am so close, | 14:16 |
| *** v1k0d3n has joined #openstack | 14:16 | |
| tongli | I can get VM to ping 8.8.8.8 so that VM is able to access internet. | 14:17 |
| *** bvandenh has joined #openstack | 14:17 | |
| tongli | but back to the VM is not working. | 14:17 |
| tongli | @sc68cal, be trying to get this thing to work for a day now, can not get it to work. | 14:17 |
| *** vimal has quit IRC | 14:18 | |
| sc68cal | tongli: have you run tcpdump when trying to ping? | 14:18 |
| *** mikeyp has joined #openstack | 14:18 | |
| tongli | @sc68cal, Sean, that is the next thing I am going to try. | 14:19 |
| tongli | @sc68cal, what puzzles me is that I can ping 172.24.4.1 and 172.24.4.2 from mac. | 14:19 |
| tongli | but not the floating IP which was assigned to the VM. | 14:19 |
| *** eghobo has joined #openstack | 14:20 | |
| sc68cal | tongli: it's probably not ARPing correctly back to your mac | 14:20 |
| *** toxickore has joined #openstack | 14:20 | |
| *** pkennedy has joined #openstack | 14:21 | |
| tongli | @sc68cal, I had this enabled. net.ipv4.conf.eth0.proxy_arp = 1 | 14:21 |
| sc68cal | tongli: right - but let's see if the ARP packets are coming back, via tcpdump | 14:21 |
| sc68cal | tongli: *via tcpdump | 14:22 |
| *** dims has quit IRC | 14:22 | |
| *** DWfuturetec has joined #openstack | 14:22 | |
| *** yrabl has quit IRC | 14:22 | |
| *** pravin_s is now known as pravins | 14:22 | |
| *** dkusidlo has quit IRC | 14:22 | |
| *** kylek3h has joined #openstack | 14:22 | |
| *** JimFall has joined #openstack | 14:22 | |
| tongli | 10:22:38.464944 IP (tos 0x0, ttl 64, id 10515, offset 0, flags [none], proto ICMP (1), length 84) | 14:23 |
| tongli | 192.168.1.21 > 172.24.4.3: ICMP echo request, id 33048, seq 10, length 64 | 14:23 |
| *** mikeoutland has joined #openstack | 14:23 | |
| *** Guest94700 is now known as Methos | 14:23 | |
| sc68cal | tongli: probably better to use paste.openstack.org | 14:23 |
| *** eghobo_ has joined #openstack | 14:23 | |
| *** mcornea has quit IRC | 14:23 | |
| tongli | @sc68cal, yes, yes. let me do that. | 14:23 |
| *** rbak has quit IRC | 14:23 | |
| *** JoeJulian_ has joined #openstack | 14:24 | |
| tongli | @sc68cal, http://paste.openstack.org/show/419218/ | 14:24 |
| *** mcornea has joined #openstack | 14:24 | |
| tongli | @sc68cal, when I ping from mac, I got this from the devstack machine (VM). | 14:24 |
| tongli | not the openstack VM. obviously mac is hitting the devstack machine. | 14:25 |
| sc68cal | tongli: I'll need more than just ICMP, i'd like to see the ARP packets too | 14:25 |
| sc68cal | also probably flush your mac's arp cache | 14:25 |
| tongli | Sean, how can I do that please? | 14:25 |
| *** JoeJulian has quit IRC | 14:26 | |
| *** JoeJulian_ is now known as JoeJulian | 14:26 | |
| tongli | Sean , learning Neutron. | 14:26 |
| *** doug-fish has quit IRC | 14:26 | |
| *** phalmos has joined #openstack | 14:26 | |
| *** eghobo has quit IRC | 14:26 | |
| *** rbak has joined #openstack | 14:26 | |
| sc68cal | tongli: just do tcpdump -nvi eth0 | 14:27 |
| sc68cal | tongli: no icmp arg at the end | 14:27 |
| tongli | Sean, cool. let me do that. | 14:27 |
| *** Sree has quit IRC | 14:27 | |
| *** rotbeard has quit IRC | 14:28 | |
| *** agireud has joined #openstack | 14:28 | |
| *** bizarrochristy has quit IRC | 14:29 | |
| *** aeperezt has joined #openstack | 14:29 | |
| tongli | Sean, http://paste.openstack.org/show/419225/ is the tcpdump | 14:30 |
| *** bizarrochristy has joined #openstack | 14:30 | |
| *** doug-fish has joined #openstack | 14:30 | |
| sc68cal | tongli: looking | 14:30 |
| tongli | @sc68cal, thanks Sean. | 14:31 |
| *** anubhav has quit IRC | 14:31 | |
| sc68cal | tongli: can you purge your arp cache? sudo arp -ad | 14:31 |
| *** keekz has joined #openstack | 14:31 | |
| *** afazkas has quit IRC | 14:31 | |
| sc68cal | tongli: then re-run the tcpdump and ping | 14:31 |
| *** redbeard has joined #openstack | 14:31 | |
| tongli | @sc68cal, sure, arp -ad on devstack, not mac, right? | 14:32 |
| *** balajiiyer has left #openstack | 14:33 | |
| *** agireud has quit IRC | 14:33 | |
| sc68cal | tongli: no, on your mac | 14:33 |
| tongli | ok. | 14:34 |
| *** bizarrochristy has quit IRC | 14:34 | |
| *** agireud has joined #openstack | 14:34 | |
| *** liangbo has joined #openstack | 14:34 | |
| *** clouddig has joined #openstack | 14:34 | |
| *** arxcruz has quit IRC | 14:34 | |
| tongli | Sean, here is the tcpdump, http://paste.openstack.org/show/419226/ | 14:35 |
| *** b-tag has quit IRC | 14:35 | |
| *** JimFall has quit IRC | 14:36 | |
| tongli | @sc68cal, Sean , that was the results after I did arp -ad on mac. | 14:36 |
| *** robbb has joined #openstack | 14:36 | |
| sc68cal | tongli: thanks - looking | 14:37 |
| *** steveg_afk has joined #openstack | 14:37 | |
| *** tsekiyama has joined #openstack | 14:38 | |
| *** yamamoto has joined #openstack | 14:39 | |
| *** britthou_ has quit IRC | 14:39 | |
| *** ronis_ has quit IRC | 14:39 | |
| *** britthouser has joined #openstack | 14:39 | |
| *** tsbot_ has joined #openstack | 14:39 | |
| sc68cal | tongli: did you attach the devstack VM's second interface into the ovs switch? | 14:39 |
| *** eghobo_ has quit IRC | 14:39 | |
| tongli | @sc68cal, no, I did not touch that card. | 14:41 |
| tongli | I thought that everything is going through eth0. | 14:41 |
| *** Gangrif has quit IRC | 14:41 | |
| tongli | that is why on mac I added route for floating ips to go throught 192.168.1.190 (eth0). | 14:41 |
| *** mtanino has joined #openstack | 14:42 | |
| tongli | go through. | 14:42 |
| *** pkennedy has quit IRC | 14:42 | |
| sc68cal | tongli: right - but you also may need to add eth0 to the openvswitch so traffic flows into the neutron network topology | 14:43 |
| *** jeadr has quit IRC | 14:43 | |
| tongli | @sc68cal, can you tell me how I can accomplish that please? | 14:43 |
| sc68cal | tongli: can you paste the output of "sudo ovs-vsctl show" | 14:44 |
| tongli | I think earlier when I tried to add eth0 to br-ex, the entire devstack lost network connectivity. | 14:44 |
| *** pkennedy has joined #openstack | 14:44 | |
| tongli | @sc68cal, yes, let me get the results. | 14:44 |
| *** ayoung has joined #openstack | 14:44 | |
| *** jeadr has joined #openstack | 14:45 | |
| tongli | Sean, it is here, http://paste.openstack.org/show/419236/ | 14:45 |
| *** doug-fis_ has joined #openstack | 14:45 | |
| *** dkusidlo has joined #openstack | 14:45 | |
| sc68cal | tongli: ok - please do "sudo ovs-vsctl add-port br-ex eth0 | 14:47 |
| sc68cal | tongli: then try pinging | 14:47 |
| *** corXi has quit IRC | 14:47 | |
| tongli | @sc68ctl, yeah, I did that, I lost access to devstack | 14:48 |
| *** diogogmt has joined #openstack | 14:48 | |
| *** annegentle has joined #openstack | 14:48 | |
| *** balajiiyer1 has joined #openstack | 14:48 | |
| tongli | can not ping the VM from mac neither. | 14:48 |
| *** doug-fish has quit IRC | 14:48 | |
| *** dims has joined #openstack | 14:48 | |
| tongli | can only access the VM from its console now. | 14:49 |
| sc68cal | tongli: OK - so you have two interfaces that you bridged, yes? | 14:49 |
| *** njohnston has joined #openstack | 14:49 | |
| *** phalmos has quit IRC | 14:49 | |
| tongli | both cards are bridged. | 14:49 |
| tongli | yes. | 14:49 |
| sc68cal | tongli: so use the second interface for ssh'ing into the devstack vm | 14:49 |
| tongli | the second one is down as well. | 14:50 |
| tongli | can not ping 192.168.1.192 (eth1) from mac. | 14:50 |
| tongli | can not ssh. | 14:50 |
| *** markvoelker has joined #openstack | 14:51 | |
| sc68cal | why not? | 14:51 |
| *** JimFall has joined #openstack | 14:51 | |
| sc68cal | tongli: can you please read http://docs.openstack.org/developer/devstack/guides/neutron.html#using-neutron-with-a-single-interface | 14:52 |
| *** burgerk has quit IRC | 14:52 | |
| tongli | @sc68cal, if I remove that port from br-ex, both eth0 and eth1 will be back. | 14:52 |
| *** nkrinner has quit IRC | 14:53 | |
| *** dgurtner has joined #openstack | 14:53 | |
| *** yamamoto has quit IRC | 14:54 | |
| sc68cal | tongli: I also don't see a patch port between br-ex and br-int, so your interface mappings configuration is not correct | 14:54 |
| tongli | I just removed the port from br-ex, I can now ping both 190, and 192 from mac. | 14:54 |
| *** steveg_afk has quit IRC | 14:54 | |
| *** ksobkowiak has joined #openstack | 14:55 | |
| tongli | @sc68cal, how can I fix that? | 14:55 |
| sc68cal | tongli: please read through that devstack guide I provided | 14:55 |
| *** changbl has quit IRC | 14:55 | |
| *** jeadr has quit IRC | 14:55 | |
| *** markvoelker has quit IRC | 14:55 | |
| tongli | @sc68ctl, ok, I have googled that article. I am using liberty, is that instruction there good for liberty? | 14:56 |
| *** bvandenh has quit IRC | 14:56 | |
| tongli | @sc68ctl, do you know why adding eth0 port to br-ex made the devstack network losing connectivity? | 14:57 |
| *** MarkBaker has quit IRC | 14:57 | |
| *** jeadr has joined #openstack | 14:57 | |
| *** Bhaskarakiran has quit IRC | 14:57 | |
| *** cdub has joined #openstack | 14:58 | |
| *** NetHawk has quit IRC | 14:58 | |
| *** shardy_ has joined #openstack | 14:59 | |
| *** achanda has joined #openstack | 14:59 | |
| *** doug-fis_ has quit IRC | 14:59 | |
| sc68cal | tongli: because that interface is given over to openvswitch | 14:59 |
| *** jcarter2 has quit IRC | 14:59 | |
| *** smccully has quit IRC | 14:59 | |
| sc68cal | tongli: yes that guide works with all versions of openstack | 15:00 |
| *** changbl has joined #openstack | 15:00 | |
| *** doug-fish has joined #openstack | 15:00 | |
| *** matjazp has joined #openstack | 15:00 | |
| *** phalmos has joined #openstack | 15:00 | |
| *** brokencycle has joined #openstack | 15:00 | |
| *** shardy has quit IRC | 15:01 | |
| *** jcarter2 has joined #openstack | 15:01 | |
| *** smccully has joined #openstack | 15:02 | |
| *** jcarter2 has quit IRC | 15:02 | |
| tongli | @sc68cal, sean, in that article, the eth1 will be a bridged network interface or a host-only network interface? | 15:02 |
| *** KaZeR has joined #openstack | 15:02 | |
| *** y_sawai has joined #openstack | 15:02 | |
| *** steveg_afk has joined #openstack | 15:02 | |
| *** jcarter2 has joined #openstack | 15:02 | |
| *** dsneddon has joined #openstack | 15:03 | |
| sc68cal | tongli: it can be both, but probably easier to be bridged | 15:03 |
| *** doug-fish has quit IRC | 15:03 | |
| *** jcarter2 has quit IRC | 15:03 | |
| *** jcarter2 has joined #openstack | 15:03 | |
| *** dsneddon has quit IRC | 15:03 | |
| *** dsneddon has joined #openstack | 15:03 | |
| tongli | @sc68cal, so both eth0 and eth1 are bridged interface, but eth1 won't have the IP assigned? | 15:03 |
| *** krtaylor has quit IRC | 15:04 | |
| sc68cal | tongli: right, if you are using the two interface guide | 15:04 |
| *** shardy_ has quit IRC | 15:04 | |
| *** achanda has quit IRC | 15:04 | |
| *** killerpty has quit IRC | 15:04 | |
| sc68cal | tongli: if you have a single interface, there is some logic in devstack to take the IP from the physical interface and add it onto br-ex | 15:04 |
| *** ReyuZenfold has joined #openstack | 15:04 | |
| *** magg_ has joined #openstack | 15:05 | |
| tongli | @sc68cal, I think that is where I was really confused, if eth1 does not have an IP assigned, then it is added to br-ex, how traffic actually flows? | 15:05 |
| *** shardy has joined #openstack | 15:05 | |
| *** martin-h has quit IRC | 15:06 | |
| sc68cal | tongli: because when something ARPs for an IP that is inside neutron, the arp traffic flows into br-ex and into the virtual infrastructure | 15:06 |
| sc68cal | tongli: and ARP replys flow from the virtual infrastructure back out br-ex | 15:06 |
| *** baker has joined #openstack | 15:06 | |
| *** morgan_503 is now known as morgan_2549 | 15:06 | |
| *** y_sawai has quit IRC | 15:07 | |
| *** mcornea has quit IRC | 15:07 | |
| *** JimFall has quit IRC | 15:07 | |
| tongli | so ovs-vsctl should show something like a port in br-ex if everything work correctly, right? | 15:07 |
| *** esker has joined #openstack | 15:08 | |
| *** davi has joined #openstack | 15:08 | |
| *** dsneddon has quit IRC | 15:08 | |
| *** dsneddon has joined #openstack | 15:08 | |
| *** mikeoutland has quit IRC | 15:09 | |
| *** martin-h has joined #openstack | 15:09 | |
| *** two_oes has quit IRC | 15:09 | |
| *** _cerberu- is now known as _cerberus_ | 15:09 | |
| *** rodr1go has quit IRC | 15:09 | |
| *** blahRus has joined #openstack | 15:10 | |
| *** rodr1go has joined #openstack | 15:10 | |
| *** baker has quit IRC | 15:10 | |
| tongli | @sc68cal, Sean, really appreciate you take time to help out. I will reduce the VM to one interface and try again. | 15:11 |
| *** baker has joined #openstack | 15:11 | |
| *** dsneddon has quit IRC | 15:11 | |
| *** dsneddon has joined #openstack | 15:11 | |
| *** JimFall has joined #openstack | 15:11 | |
| *** marrusl has quit IRC | 15:11 | |
| tongli | if no luck, I will follow the instructions in your instruction to try again. | 15:11 |
| tongli | @sc68cal, thanks again. | 15:12 |
| *** lborda has quit IRC | 15:12 | |
| *** yamahata has joined #openstack | 15:12 | |
| *** sputnik13 has quit IRC | 15:12 | |
| *** ZZelle-off has joined #openstack | 15:12 | |
| *** Su7 has quit IRC | 15:12 | |
| *** yamamoto has joined #openstack | 15:13 | |
| *** burgerk has joined #openstack | 15:13 | |
| *** cswang_ has joined #openstack | 15:13 | |
| *** steveg_afk has quit IRC | 15:13 | |
| *** dkusidlo has quit IRC | 15:13 | |
| *** NetHawk has joined #openstack | 15:14 | |
| *** cdub has quit IRC | 15:14 | |
| *** githogori has quit IRC | 15:14 | |
| *** markvoelker has joined #openstack | 15:15 | |
| *** as0bu has joined #openstack | 15:15 | |
| *** renatoarmani has joined #openstack | 15:16 | |
| *** krtaylor has joined #openstack | 15:16 | |
| *** lborda has joined #openstack | 15:17 | |
| *** Marga_ has quit IRC | 15:17 | |
| *** killerpty has joined #openstack | 15:17 | |
| *** spotz_zzz is now known as spotz | 15:17 | |
| *** zul has quit IRC | 15:18 | |
| *** chlong has quit IRC | 15:18 | |
| *** pavel_bondar has quit IRC | 15:18 | |
| *** mallock has quit IRC | 15:18 | |
| *** githogori has joined #openstack | 15:19 | |
| *** elo has joined #openstack | 15:21 | |
| *** killerpty has quit IRC | 15:24 | |
| *** marrusl has joined #openstack | 15:24 | |
| *** taivoi has joined #openstack | 15:26 | |
| *** elo has quit IRC | 15:26 | |
| *** e0ne has joined #openstack | 15:26 | |
| *** doug-fish has joined #openstack | 15:27 | |
| *** lborda has quit IRC | 15:27 | |
| dims | Qlawy: pong | 15:28 |
| *** crose has joined #openstack | 15:28 | |
| *** sshnaidm has quit IRC | 15:28 | |
| *** baker has quit IRC | 15:28 | |
| *** topshare has joined #openstack | 15:30 | |
| *** moha_hunt has joined #openstack | 15:30 | |
| *** spzala has quit IRC | 15:30 | |
| *** magg_ has quit IRC | 15:31 | |
| *** nunchuck has quit IRC | 15:31 | |
| *** etoews has joined #openstack | 15:32 | |
| *** chlong has joined #openstack | 15:32 | |
| *** dizquierdo has quit IRC | 15:32 | |
| *** topshare has quit IRC | 15:33 | |
| *** killerpty has joined #openstack | 15:33 | |
| *** baker has joined #openstack | 15:33 | |
| *** sudipto has quit IRC | 15:34 | |
| *** baker has quit IRC | 15:34 | |
| *** evidex has quit IRC | 15:34 | |
| *** baker has joined #openstack | 15:34 | |
| *** dannywilson has joined #openstack | 15:35 | |
| *** diogogmt_ has joined #openstack | 15:35 | |
| *** ccavanna has quit IRC | 15:35 | |
| *** diogogmt has quit IRC | 15:37 | |
| *** diogogmt_ is now known as diogogmt | 15:37 | |
| *** ikcerog has quit IRC | 15:37 | |
| *** eglynn has joined #openstack | 15:37 | |
| *** ndipanov has joined #openstack | 15:37 | |
| *** MeganR has joined #openstack | 15:37 | |
| *** ikcerog has joined #openstack | 15:37 | |
| *** idhaoui has quit IRC | 15:37 | |
| *** ndipanov has quit IRC | 15:37 | |
| *** chlong has quit IRC | 15:38 | |
| *** zz_ttrifonov is now known as ttrifonov | 15:39 | |
| *** mallock has joined #openstack | 15:40 | |
| *** Su7 has joined #openstack | 15:40 | |
| *** trown is now known as trown|lunch | 15:40 | |
| *** chlong has joined #openstack | 15:40 | |
| *** hhuang has quit IRC | 15:41 | |
| *** cbrown2_ocf has joined #openstack | 15:41 | |
| *** liangbo has quit IRC | 15:41 | |
| *** marius_endian has joined #openstack | 15:41 | |
| *** ikcerog has quit IRC | 15:42 | |
| *** _cjones_ has joined #openstack | 15:42 | |
| *** vijayagurug has joined #openstack | 15:42 | |
| *** aufi has quit IRC | 15:42 | |
| *** hdd has joined #openstack | 15:43 | |
| *** vijayagurug has left #openstack | 15:43 | |
| *** _cjones_ has quit IRC | 15:43 | |
| *** cjellick has joined #openstack | 15:43 | |
| *** Marga_ has joined #openstack | 15:43 | |
| *** _cjones_ has joined #openstack | 15:44 | |
| *** sreber has quit IRC | 15:44 | |
| *** beejee has quit IRC | 15:44 | |
| *** nunchuck has joined #openstack | 15:44 | |
| *** hemnafk is now known as hemna | 15:46 | |
| *** Ephur has joined #openstack | 15:46 | |
| *** groen692 has quit IRC | 15:46 | |
| *** dannywilson has quit IRC | 15:46 | |
| *** pkircher has quit IRC | 15:46 | |
| *** dguerri` is now known as dguerri | 15:46 | |
| *** matjazp has quit IRC | 15:48 | |
| *** cdash has quit IRC | 15:48 | |
| *** tnarg has joined #openstack | 15:49 | |
| *** steveg_afk has joined #openstack | 15:49 | |
| *** jeadr has quit IRC | 15:49 | |
| *** kmARC has joined #openstack | 15:50 | |
| *** pkircher has joined #openstack | 15:50 | |
| *** rdas has quit IRC | 15:50 | |
| *** kmARC has quit IRC | 15:51 | |
| *** ikcerog has joined #openstack | 15:51 | |
| *** jeadr has joined #openstack | 15:51 | |
| *** matjazp has joined #openstack | 15:51 | |
| *** idv has joined #openstack | 15:51 | |
| *** marius_endian has quit IRC | 15:51 | |
| *** jprovazn has quit IRC | 15:52 | |
| *** alexschm has quit IRC | 15:52 | |
| *** brokencycle has quit IRC | 15:55 | |
| *** cdash has joined #openstack | 15:56 | |
| *** lcurtis has joined #openstack | 15:56 | |
| *** gyee has joined #openstack | 15:56 | |
| *** woodard has quit IRC | 15:56 | |
| *** lborda has joined #openstack | 15:57 | |
| *** lborda has quit IRC | 15:57 | |
| *** dgurtner has quit IRC | 15:58 | |
| *** olzsla_ has quit IRC | 15:58 | |
| *** ttrifonov is now known as zz_ttrifonov | 15:58 | |
| *** kmARC has joined #openstack | 15:58 | |
| *** angdraug has joined #openstack | 15:59 | |
| *** woodard has joined #openstack | 16:00 | |
| *** lborda has joined #openstack | 16:00 | |
| *** yog_ has quit IRC | 16:00 | |
| *** hemna has quit IRC | 16:01 | |
| *** pravins has quit IRC | 16:01 | |
| *** pkennedy has quit IRC | 16:01 | |
| *** MeganR has left #openstack | 16:01 | |
| *** mosburn has quit IRC | 16:02 | |
| *** mosburn_ has joined #openstack | 16:02 | |
| *** bloatyfloat has quit IRC | 16:02 | |
| *** tsymanczyk has quit IRC | 16:02 | |
| *** basic` has quit IRC | 16:02 | |
| *** basic` has joined #openstack | 16:02 | |
| *** cjellick has quit IRC | 16:02 | |
| *** otter768 has joined #openstack | 16:02 | |
| *** mrunge has quit IRC | 16:02 | |
| *** cjellick has joined #openstack | 16:02 | |
| *** y_sawai has joined #openstack | 16:03 | |
| *** matjazp has quit IRC | 16:03 | |
| *** ronis_ has joined #openstack | 16:03 | |
| *** jcarter2 has quit IRC | 16:03 | |
| *** akraminsky has joined #openstack | 16:03 | |
| *** jcarter2 has joined #openstack | 16:04 | |
| *** dosaboy_ has joined #openstack | 16:04 | |
| *** dosaboy_ has quit IRC | 16:04 | |
| *** dosaboy has quit IRC | 16:04 | |
| *** hogetaro has joined #openstack | 16:04 | |
| *** alex_klimov has joined #openstack | 16:05 | |
| *** jbell8 has joined #openstack | 16:05 | |
| *** gregmark has joined #openstack | 16:05 | |
| *** killerpty has quit IRC | 16:05 | |
| *** otter768 has quit IRC | 16:07 | |
| *** y_sawai has quit IRC | 16:07 | |
| *** alop has joined #openstack | 16:08 | |
| *** vt102 has quit IRC | 16:08 | |
| *** bdemers has quit IRC | 16:09 | |
| *** dosaboy has joined #openstack | 16:09 | |
| *** e0ne has quit IRC | 16:09 | |
| *** pbourke has quit IRC | 16:10 | |
| *** kawa2014 has quit IRC | 16:10 | |
| *** brokencycle has joined #openstack | 16:10 | |
| *** pbourke has joined #openstack | 16:10 | |
| *** mrunge has joined #openstack | 16:11 | |
| *** finisherr has joined #openstack | 16:11 | |
| *** alex_klimov has quit IRC | 16:13 | |
| *** alexschm has joined #openstack | 16:14 | |
| *** whenry has joined #openstack | 16:14 | |
| *** vivek-ebay has joined #openstack | 16:14 | |
| *** leeantho has joined #openstack | 16:15 | |
| *** killerpty has joined #openstack | 16:15 | |
| *** rbowen has joined #openstack | 16:15 | |
| *** pixelb has joined #openstack | 16:16 | |
| *** leeantho_ has joined #openstack | 16:16 | |
| *** tnarg has quit IRC | 16:17 | |
| *** Marga_ has quit IRC | 16:17 | |
| *** Marga_ has joined #openstack | 16:18 | |
| *** bluex-pl has quit IRC | 16:18 | |
| *** jistr has quit IRC | 16:19 | |
| *** kmARC_ has quit IRC | 16:19 | |
| *** SeVenSiXseVeN has joined #openstack | 16:20 | |
| *** spzala has joined #openstack | 16:20 | |
| *** yamamoto has quit IRC | 16:20 | |
| *** kmARC__ has quit IRC | 16:20 | |
| *** leeantho has quit IRC | 16:20 | |
| *** pixelb has quit IRC | 16:20 | |
| *** atpa8a_ is now known as atpa8a | 16:20 | |
| atpa8a | hmm | 16:21 |
| atpa8a | hello | 16:21 |
| *** jeadr has quit IRC | 16:22 | |
| *** pbeskow has quit IRC | 16:22 | |
| *** pravins has joined #openstack | 16:23 | |
| *** jeadr has joined #openstack | 16:23 | |
| *** gaughen has joined #openstack | 16:24 | |
| *** olzsla_ has joined #openstack | 16:24 | |
| atpa8a | does it matter if one adds security group rules through neutron or nova? | 16:25 |
| *** rsmitty has joined #openstack | 16:25 | |
| *** sthillma has joined #openstack | 16:26 | |
| *** mosburn_ has quit IRC | 16:27 | |
| *** mosburn has joined #openstack | 16:27 | |
| *** rmart04 has quit IRC | 16:28 | |
| *** pm90__ has quit IRC | 16:28 | |
| *** pravins has quit IRC | 16:29 | |
| *** vivek-ebay has quit IRC | 16:29 | |
| *** TheOsprey has quit IRC | 16:29 | |
| *** Marga_ has quit IRC | 16:30 | |
| *** whenry has quit IRC | 16:31 | |
| *** anshul has quit IRC | 16:32 | |
| *** henrynash has joined #openstack | 16:32 | |
| *** hhuang has joined #openstack | 16:33 | |
| *** lyanchih has quit IRC | 16:34 | |
| wasmum | tongli: for neutron, specially ovs networking, one should spend the time to watch this presentation. https://www.openstack.org/summit/openstack-summit-atlanta-2014/session-videos/presentation/troubleshooting-neutron-virtual-networks | 16:34 |
| *** yamahata has quit IRC | 16:35 | |
| *** yottatsa_ has quit IRC | 16:35 | |
| *** dvlwrk has joined #openstack | 16:35 | |
| *** mallock has quit IRC | 16:35 | |
| *** sthillma has quit IRC | 16:35 | |
| *** yottatsa has joined #openstack | 16:36 | |
| *** capricorn_1 has joined #openstack | 16:37 | |
| *** jpena is now known as jpena|away | 16:37 | |
| *** taivoi has quit IRC | 16:37 | |
| *** TxGVNN has quit IRC | 16:38 | |
| *** ashishb has joined #openstack | 16:39 | |
| *** sammy007 has joined #openstack | 16:39 | |
| *** unixninjax has joined #openstack | 16:39 | |
| *** rushil has quit IRC | 16:40 | |
| *** sudipto has joined #openstack | 16:40 | |
| *** TREllis has quit IRC | 16:42 | |
| *** Su7 has quit IRC | 16:42 | |
| *** rohinichoudhary has joined #openstack | 16:42 | |
| *** woodard has quit IRC | 16:42 | |
| *** dvrts has joined #openstack | 16:43 | |
| *** tsymanczyk has joined #openstack | 16:43 | |
| *** Oneiroi has quit IRC | 16:43 | |
| *** dvrts has quit IRC | 16:44 | |
| *** hs366 has quit IRC | 16:44 | |
| *** trown|lunch is now known as trown | 16:44 | |
| *** yamamoto has joined #openstack | 16:45 | |
| *** aimon has quit IRC | 16:45 | |
| *** vdo has quit IRC | 16:46 | |
| *** davi has quit IRC | 16:46 | |
| *** woodard has joined #openstack | 16:46 | |
| *** brokencycle has quit IRC | 16:46 | |
| *** puranamr has joined #openstack | 16:47 | |
| *** idv has quit IRC | 16:47 | |
| *** DWfuturetec has quit IRC | 16:47 | |
| *** davi has joined #openstack | 16:48 | |
| *** j___ has quit IRC | 16:48 | |
| *** balajiiyer1 has quit IRC | 16:49 | |
| *** matjazp has joined #openstack | 16:49 | |
| *** vivek-ebay has joined #openstack | 16:50 | |
| *** woodard has quit IRC | 16:50 | |
| *** TREllis has joined #openstack | 16:51 | |
| *** mfalatic has joined #openstack | 16:51 | |
| *** mfalatic_ has joined #openstack | 16:52 | |
| *** woodard has joined #openstack | 16:52 | |
| *** robbiew has joined #openstack | 16:52 | |
| *** alexschm has quit IRC | 16:54 | |
| *** harukomoto has joined #openstack | 16:54 | |
| *** Su7 has joined #openstack | 16:55 | |
| *** redbeard has quit IRC | 16:55 | |
| *** jschwarz has quit IRC | 16:55 | |
| *** njohnston is now known as nate_gone | 16:55 | |
| *** smccully has quit IRC | 16:56 | |
| *** mfalatic has quit IRC | 16:56 | |
| *** smccully has joined #openstack | 16:56 | |
| *** derekh has quit IRC | 16:57 | |
| *** baker has quit IRC | 16:57 | |
| *** jecarey has quit IRC | 16:57 | |
| *** baker has joined #openstack | 16:57 | |
| *** maveric_amitc_ has quit IRC | 16:58 | |
| *** ev1lkry has joined #openstack | 16:58 | |
| *** henrynash has quit IRC | 16:58 | |
| *** yamahata has joined #openstack | 16:58 | |
| tongli | @wasmum, thanks for the pointer. | 16:58 |
| ev1lkry | curious if anyone here might point me in the right direction for an error that just started when I use devstack on the juno branch that seemed to start being an issue this last Friday... | 16:59 |
| ev1lkry | I am having an issue with devstack all weekend that just started Fri - every time (juno repo) it errors out at: | 16:59 |
| *** balajiiyer has joined #openstack | 16:59 | |
| ev1lkry | pkg_resources.DistributionNotFound: The 'futures<=2.2.0 + echo 'Error on exit' | 16:59 |
| *** pnavarro has quit IRC | 16:59 | |
| *** _cjones_ has quit IRC | 17:00 | |
| *** bdemers has joined #openstack | 17:00 | |
| ev1lkry | its on the initital stack but after the ./unstack and then ./stack again and it works its always on the initital ..stack | 17:00 |
| *** renatoarmani has quit IRC | 17:00 | |
| *** davi has quit IRC | 17:00 | |
| *** renatoarmani has joined #openstack | 17:01 | |
| *** dsneddon has quit IRC | 17:01 | |
| *** tjcocozz has quit IRC | 17:03 | |
| *** smccully has quit IRC | 17:03 | |
| *** y_sawai has joined #openstack | 17:03 | |
| *** rohinichoudhary has quit IRC | 17:04 | |
| *** killerpty has quit IRC | 17:04 | |
| *** DWfuturetec has joined #openstack | 17:04 | |
| *** mrunge has quit IRC | 17:04 | |
| *** renatoarmani has quit IRC | 17:05 | |
| *** rsmitty has quit IRC | 17:06 | |
| *** zhenguo has quit IRC | 17:06 | |
| *** yamamoto has quit IRC | 17:06 | |
| *** zhenguo has joined #openstack | 17:06 | |
| *** zhenguo has quit IRC | 17:07 | |
| *** spikeheadon has quit IRC | 17:07 | |
| *** spikeheadon has joined #openstack | 17:07 | |
| *** hdd has quit IRC | 17:07 | |
| *** smccully has joined #openstack | 17:07 | |
| *** rossk has joined #openstack | 17:08 | |
| *** y_sawai has quit IRC | 17:08 | |
| *** hdd has joined #openstack | 17:09 | |
| *** CustosLimen has quit IRC | 17:09 | |
| *** dguerri is now known as dguerri` | 17:09 | |
| *** renatoarmani has joined #openstack | 17:09 | |
| *** unixninjax has quit IRC | 17:09 | |
| *** vivek-ebay has quit IRC | 17:10 | |
| *** whenry has joined #openstack | 17:10 | |
| *** sputnik13 has joined #openstack | 17:12 | |
| *** hafe has joined #openstack | 17:13 | |
| *** vivek-ebay has joined #openstack | 17:14 | |
| *** bvandenh has joined #openstack | 17:14 | |
| *** salv-orl_ has joined #openstack | 17:14 | |
| *** salv-orlando has quit IRC | 17:16 | |
| *** killerpty has joined #openstack | 17:18 | |
| *** robbiew has quit IRC | 17:21 | |
| *** unixninjax has joined #openstack | 17:21 | |
| *** cdash has quit IRC | 17:21 | |
| *** elo has joined #openstack | 17:21 | |
| *** kfjohnson_ is now known as kfjohnson | 17:21 | |
| *** jasonsb has quit IRC | 17:23 | |
| *** hafe has quit IRC | 17:23 | |
| *** hdd has quit IRC | 17:23 | |
| *** bearish has joined #openstack | 17:24 | |
| *** jasonsb has joined #openstack | 17:24 | |
| *** hdd has joined #openstack | 17:25 | |
| *** gaughen has quit IRC | 17:25 | |
| *** rohinichoudhary has joined #openstack | 17:25 | |
| *** rushil has joined #openstack | 17:26 | |
| *** tuatha has quit IRC | 17:27 | |
| *** achanda has joined #openstack | 17:27 | |
| *** rushil has quit IRC | 17:28 | |
| *** robbiew has joined #openstack | 17:28 | |
| *** pzduniak is now known as zz_pzduniak | 17:28 | |
| *** jasonsb has quit IRC | 17:28 | |
| *** cdash has joined #openstack | 17:28 | |
| *** aimon has joined #openstack | 17:29 | |
| *** renatoar_ has joined #openstack | 17:29 | |
| *** rushil has joined #openstack | 17:29 | |
| *** prad has quit IRC | 17:29 | |
| *** ivar-lazzaro has joined #openstack | 17:29 | |
| *** ivar-lazzaro has quit IRC | 17:30 | |
| *** _cmd__ is now known as _cmd_ | 17:30 | |
| *** kevinbenton has quit IRC | 17:30 | |
| *** lsmola has quit IRC | 17:31 | |
| *** ivar-lazzaro has joined #openstack | 17:31 | |
| *** kevinbenton has joined #openstack | 17:32 | |
| *** damadhatter has joined #openstack | 17:32 | |
| *** dannywilson has joined #openstack | 17:32 | |
| *** _cjones_ has joined #openstack | 17:32 | |
| *** damadhat has quit IRC | 17:32 | |
| *** renatoarmani has quit IRC | 17:32 | |
| *** robbiew has quit IRC | 17:32 | |
| *** rohinichoudhary has quit IRC | 17:33 | |
| *** jgint1 has left #openstack | 17:33 | |
| *** ikcerog has quit IRC | 17:34 | |
| *** sputnik13 has quit IRC | 17:34 | |
| *** kevin_b has quit IRC | 17:34 | |
| *** steveg_afk has quit IRC | 17:34 | |
| *** dannywilson has quit IRC | 17:34 | |
| *** sputnik13 has joined #openstack | 17:35 | |
| *** kevin_b has joined #openstack | 17:35 | |
| *** unixninjax has quit IRC | 17:35 | |
| *** wmlynch has joined #openstack | 17:35 | |
| *** mikeoutland has joined #openstack | 17:36 | |
| *** unixninjax has joined #openstack | 17:36 | |
| *** geaaru has quit IRC | 17:37 | |
| *** morazi has joined #openstack | 17:37 | |
| *** elo has quit IRC | 17:37 | |
| *** DWfuturetec has quit IRC | 17:38 | |
| *** markus_z has quit IRC | 17:38 | |
| *** woodard has quit IRC | 17:40 | |
| *** kevin_b has quit IRC | 17:40 | |
| *** whenry has quit IRC | 17:41 | |
| *** mikeoutland has quit IRC | 17:41 | |
| *** racedo has quit IRC | 17:41 | |
| *** elo has joined #openstack | 17:42 | |
| *** ngoracke has quit IRC | 17:42 | |
| *** idv has joined #openstack | 17:43 | |
| *** NetHawk has quit IRC | 17:43 | |
| *** rbowen has quit IRC | 17:43 | |
| *** dangers_away is now known as dangers | 17:44 | |
| *** hemna has joined #openstack | 17:44 | |
| *** X67r has joined #openstack | 17:44 | |
| *** rhagarty__ has joined #openstack | 17:45 | |
| *** woodard has joined #openstack | 17:46 | |
| *** two_oes has joined #openstack | 17:46 | |
| *** rhagarty has quit IRC | 17:46 | |
| *** whenry has joined #openstack | 17:46 | |
| *** rhagarty_ has quit IRC | 17:46 | |
| *** rohinichoudhary has joined #openstack | 17:46 | |
| *** ikcerog has joined #openstack | 17:47 | |
| *** rhagarty_ has joined #openstack | 17:47 | |
| *** ZZelle-off has quit IRC | 17:47 | |
| *** elo has quit IRC | 17:47 | |
| *** pravka has quit IRC | 17:48 | |
| *** sthillma has joined #openstack | 17:48 | |
| *** racedo has joined #openstack | 17:49 | |
| *** clouddig has quit IRC | 17:49 | |
| *** davi has joined #openstack | 17:49 | |
| *** angdraug has quit IRC | 17:49 | |
| *** clouddig has joined #openstack | 17:49 | |
| *** rhagarty__ has quit IRC | 17:50 | |
| *** eghobo has joined #openstack | 17:50 | |
| *** tjcocozz has joined #openstack | 17:50 | |
| *** ddmitriev has joined #openstack | 17:50 | |
| *** elo has joined #openstack | 17:50 | |
| *** afazkas has joined #openstack | 17:51 | |
| *** nask is now known as nask`off | 17:51 | |
| *** rhagarty has joined #openstack | 17:51 | |
| *** GenteelBen has joined #openstack | 17:51 | |
| *** bizarrochristy has joined #openstack | 17:52 | |
| *** pravka has joined #openstack | 17:52 | |
| *** jonaspaulo has joined #openstack | 17:53 | |
| *** kristinebrown has joined #openstack | 17:53 | |
| *** dims_ has joined #openstack | 17:53 | |
| *** crose has quit IRC | 17:54 | |
| *** githogori has quit IRC | 17:54 | |
| Qlawy | dims_: timeouy ;) | 17:54 |
| *** bsdgeek has joined #openstack | 17:55 | |
| *** zul has joined #openstack | 17:56 | |
| *** dims has quit IRC | 17:57 | |
| *** githogori has joined #openstack | 17:57 | |
| *** mikeoutland has joined #openstack | 17:57 | |
| *** nllrte has quit IRC | 17:57 | |
| *** rbak has quit IRC | 17:58 | |
| *** pm90_ has joined #openstack | 17:58 | |
| *** dsneddon has joined #openstack | 17:58 | |
| *** rohinichoudhary has quit IRC | 17:58 | |
| *** prad has joined #openstack | 17:58 | |
| *** racedo has quit IRC | 17:59 | |
| *** panos is now known as cray | 17:59 | |
| *** nllrte has joined #openstack | 17:59 | |
| *** pm90__ has joined #openstack | 18:00 | |
| *** githogori has quit IRC | 18:00 | |
| *** afazkas has quit IRC | 18:01 | |
| *** renatoar_ has quit IRC | 18:01 | |
| *** obedmr_ has joined #openstack | 18:03 | |
| *** Lenz has quit IRC | 18:03 | |
| *** pm90_ has quit IRC | 18:03 | |
| *** makije has quit IRC | 18:04 | |
| *** obedmr has quit IRC | 18:04 | |
| *** racedo has joined #openstack | 18:04 | |
| *** y_sawai has joined #openstack | 18:04 | |
| *** laron has quit IRC | 18:04 | |
| *** matjazp has quit IRC | 18:05 | |
| *** angdraug has joined #openstack | 18:05 | |
| *** yamamoto has joined #openstack | 18:06 | |
| *** makije has joined #openstack | 18:07 | |
| *** sthillma has quit IRC | 18:07 | |
| *** eghobo_ has joined #openstack | 18:07 | |
| *** sthillma has joined #openstack | 18:07 | |
| *** krtaylor has quit IRC | 18:08 | |
| *** y_sawai has quit IRC | 18:10 | |
| *** panda has quit IRC | 18:10 | |
| *** panda has joined #openstack | 18:10 | |
| *** ivan_mironov has joined #openstack | 18:10 | |
| *** cdash has quit IRC | 18:10 | |
| *** eghobo has quit IRC | 18:10 | |
| *** kristinebrown has quit IRC | 18:10 | |
| *** jasonsb has joined #openstack | 18:11 | |
| *** pelix has quit IRC | 18:11 | |
| *** woodard has quit IRC | 18:11 | |
| *** yamamoto has quit IRC | 18:11 | |
| *** mikeoutland has quit IRC | 18:12 | |
| *** finisherr has quit IRC | 18:12 | |
| *** jeadr has quit IRC | 18:12 | |
| *** cdash has joined #openstack | 18:13 | |
| *** rhagarty has quit IRC | 18:13 | |
| *** rhagarty_ has quit IRC | 18:13 | |
| *** rhagarty has joined #openstack | 18:13 | |
| *** rhagarty_ has joined #openstack | 18:13 | |
| *** steveg_afk has joined #openstack | 18:13 | |
| *** rushil has quit IRC | 18:13 | |
| *** githogori has joined #openstack | 18:14 | |
| *** eghobo_ has quit IRC | 18:14 | |
| *** jeadr has joined #openstack | 18:14 | |
| *** renatoarmani has joined #openstack | 18:14 | |
| *** kristinebrown has joined #openstack | 18:15 | |
| *** MeganR has joined #openstack | 18:17 | |
| *** KaZeR has quit IRC | 18:18 | |
| *** bizarrochristy has quit IRC | 18:18 | |
| *** bizarrochristy has joined #openstack | 18:18 | |
| *** mikeoutland has joined #openstack | 18:18 | |
| *** rushil has joined #openstack | 18:19 | |
| *** sudipto has quit IRC | 18:19 | |
| *** KaZeR has joined #openstack | 18:20 | |
| *** racedo has quit IRC | 18:20 | |
| *** ashishb has quit IRC | 18:21 | |
| atpa8a | ping | 18:21 |
| *** krtaylor has joined #openstack | 18:21 | |
| *** gardenshed has joined #openstack | 18:22 | |
| *** bizarrochristy has quit IRC | 18:22 | |
| *** gardenshed_ has joined #openstack | 18:23 | |
| *** gardenshed_ has left #openstack | 18:23 | |
| *** yottatsa_ has joined #openstack | 18:23 | |
| *** kutija has joined #openstack | 18:23 | |
| *** kristinebrown has quit IRC | 18:24 | |
| *** afazkas has joined #openstack | 18:24 | |
| *** yottatsa has quit IRC | 18:24 | |
| *** bvandenh has quit IRC | 18:24 | |
| *** kushal has quit IRC | 18:25 | |
| *** rossk has quit IRC | 18:25 | |
| *** nate_gone is now known as njohnston | 18:25 | |
| *** mikeoutland has quit IRC | 18:25 | |
| *** FunnyLookinHat has quit IRC | 18:25 | |
| *** FunnyLookinHat has joined #openstack | 18:27 | |
| *** yamahata has quit IRC | 18:28 | |
| *** racedo has joined #openstack | 18:28 | |
| *** bizarrochristy has joined #openstack | 18:28 | |
| *** afazkas has quit IRC | 18:30 | |
| *** mikeoutland has joined #openstack | 18:31 | |
| *** geguileo has quit IRC | 18:31 | |
| *** annegentle has quit IRC | 18:32 | |
| *** racedo has quit IRC | 18:33 | |
| *** mikeoutland has quit IRC | 18:35 | |
| *** davi has quit IRC | 18:36 | |
| *** MarkAtwood has joined #openstack | 18:36 | |
| *** cjellick has quit IRC | 18:37 | |
| *** ayoung has quit IRC | 18:38 | |
| *** spzala has quit IRC | 18:39 | |
| *** sshnaidm has joined #openstack | 18:39 | |
| *** eghobo has joined #openstack | 18:40 | |
| *** e0ne has joined #openstack | 18:40 | |
| *** yottatsa_ has quit IRC | 18:41 | |
| *** eghobo_ has joined #openstack | 18:41 | |
| *** lborda has quit IRC | 18:42 | |
| *** d34dh0r53 is now known as VD | 18:42 | |
| *** whenry has quit IRC | 18:42 | |
| *** britthou_ has joined #openstack | 18:43 | |
| *** VD is now known as Guest69442 | 18:43 | |
| *** racedo has joined #openstack | 18:44 | |
| *** DWfuturetec has joined #openstack | 18:44 | |
| *** eghobo has quit IRC | 18:45 | |
| *** britthouser has quit IRC | 18:45 | |
| *** cdash has quit IRC | 18:45 | |
| *** vivek-ebay has quit IRC | 18:46 | |
| *** lborda has joined #openstack | 18:46 | |
| *** Guest69442 is now known as d34dh0r53 | 18:47 | |
| *** mikeoutland has joined #openstack | 18:47 | |
| *** cdash has joined #openstack | 18:47 | |
| *** elnin0 has joined #openstack | 18:48 | |
| *** sudipto has joined #openstack | 18:48 | |
| *** busterswt has joined #openstack | 18:49 | |
| *** henrynash has joined #openstack | 18:49 | |
| *** StuartMI has quit IRC | 18:49 | |
| *** flaviof has quit IRC | 18:50 | |
| *** jdandrea has quit IRC | 18:50 | |
| *** cjellick has joined #openstack | 18:52 | |
| *** shibby has joined #openstack | 18:52 | |
| *** kitch has joined #openstack | 18:52 | |
| *** baker has quit IRC | 18:54 | |
| *** comay has joined #openstack | 18:54 | |
| *** krtaylor has quit IRC | 18:55 | |
| *** matjazp has joined #openstack | 18:56 | |
| *** vivek-ebay has joined #openstack | 18:56 | |
| *** sudipto has quit IRC | 18:56 | |
| *** gardenshed has quit IRC | 18:57 | |
| *** Marga_ has joined #openstack | 18:58 | |
| *** robbb has left #openstack | 18:59 | |
| *** maveric7911 has quit IRC | 19:00 | |
| *** nllrte has quit IRC | 19:01 | |
| *** spzala has joined #openstack | 19:02 | |
| *** sshnaidm has quit IRC | 19:02 | |
| *** sakaYK has quit IRC | 19:02 | |
| *** mikeoutland has quit IRC | 19:03 | |
| *** e0ne has quit IRC | 19:03 | |
| *** racedo has quit IRC | 19:05 | |
| *** y_sawai has joined #openstack | 19:05 | |
| *** annegentle has joined #openstack | 19:05 | |
| *** eglynn has quit IRC | 19:06 | |
| *** idv has quit IRC | 19:06 | |
| *** steveg_afk has quit IRC | 19:06 | |
| *** racedo has joined #openstack | 19:06 | |
| *** vivek-ebay has quit IRC | 19:07 | |
| *** krtaylor has joined #openstack | 19:08 | |
| *** neophy has joined #openstack | 19:08 | |
| *** e0ne has joined #openstack | 19:09 | |
| *** JoseMello has quit IRC | 19:09 | |
| *** y_sawai has quit IRC | 19:10 | |
| *** vivek-ebay has joined #openstack | 19:10 | |
| *** jpena|away has quit IRC | 19:10 | |
| *** martines has joined #openstack | 19:11 | |
| *** hdd has quit IRC | 19:12 | |
| *** jmccrory has quit IRC | 19:12 | |
| *** eghobo_ has quit IRC | 19:12 | |
| *** nllrte has joined #openstack | 19:12 | |
| *** nllrte has quit IRC | 19:14 | |
| *** kristinebrown has joined #openstack | 19:14 | |
| *** hdd has joined #openstack | 19:15 | |
| *** mrunge has joined #openstack | 19:15 | |
| *** kristinebrown has quit IRC | 19:19 | |
| *** kushal has joined #openstack | 19:20 | |
| *** jdandrea has joined #openstack | 19:21 | |
| *** jdandrea has quit IRC | 19:21 | |
| *** sputnik1_ has joined #openstack | 19:22 | |
| *** jpena|away has joined #openstack | 19:24 | |
| *** sputnik13 has quit IRC | 19:25 | |
| *** kristinebrown has joined #openstack | 19:27 | |
| *** Ephur has quit IRC | 19:28 | |
| *** sayan|ircb has joined #openstack | 19:28 | |
| *** sayan has joined #openstack | 19:29 | |
| *** crose has joined #openstack | 19:30 | |
| mza- | [A | 19:30 |
| mza- | [A | 19:30 |
| mza- | misfire | 19:30 |
| *** kristinebrown has quit IRC | 19:31 | |
| *** elnin0 has quit IRC | 19:32 | |
| *** hdd has quit IRC | 19:33 | |
| *** sayan|ircb has quit IRC | 19:33 | |
| *** hdd has joined #openstack | 19:33 | |
| *** neophy has quit IRC | 19:34 | |
| *** kristinebrown has joined #openstack | 19:35 | |
| *** Bomfunk_ has quit IRC | 19:35 | |
| *** kristinebrown has quit IRC | 19:35 | |
| *** smccully has quit IRC | 19:35 | |
| *** Bomfunk has joined #openstack | 19:36 | |
| *** dannywilson has joined #openstack | 19:37 | |
| *** kristinebrown has joined #openstack | 19:39 | |
| *** kristinebrown has quit IRC | 19:40 | |
| *** Ephur has joined #openstack | 19:40 | |
| *** woodard has joined #openstack | 19:42 | |
| *** tjcocozz has quit IRC | 19:42 | |
| *** annegentle has quit IRC | 19:42 | |
| *** tjcocozz has joined #openstack | 19:42 | |
| *** annegentle has joined #openstack | 19:43 | |
| *** e0ne has quit IRC | 19:45 | |
| *** danman has joined #openstack | 19:45 | |
| *** damadhatter has quit IRC | 19:47 | |
| *** e0ne has joined #openstack | 19:48 | |
| *** dims_ has quit IRC | 19:48 | |
| *** dims has joined #openstack | 19:48 | |
| *** dgurtner has joined #openstack | 19:49 | |
| *** davi has joined #openstack | 19:50 | |
| *** jdandrea has joined #openstack | 19:50 | |
| *** elnin0 has joined #openstack | 19:50 | |
| *** kristinebrown has joined #openstack | 19:51 | |
| *** jianyong has quit IRC | 19:51 | |
| *** jeadr has quit IRC | 19:51 | |
| *** rbak has joined #openstack | 19:52 | |
| *** ayoung has joined #openstack | 19:53 | |
| *** jeadr has joined #openstack | 19:53 | |
| *** mikeoutland has joined #openstack | 19:54 | |
| *** kristinebrown has quit IRC | 19:55 | |
| *** rbak has quit IRC | 19:56 | |
| *** penick has joined #openstack | 19:58 | |
| *** rbak has joined #openstack | 19:58 | |
| *** mfalatic_ has quit IRC | 19:58 | |
| *** mfalatic has joined #openstack | 19:58 | |
| *** mrtg9970 has joined #openstack | 19:59 | |
| *** mikeoutland has quit IRC | 19:59 | |
| *** arbrandes_ has joined #openstack | 20:00 | |
| *** vivek-ebay has quit IRC | 20:01 | |
| *** mrtg9970 has quit IRC | 20:01 | |
| *** Lee1092 has quit IRC | 20:03 | |
| *** opensource_ninja has joined #openstack | 20:03 | |
| *** arbrandes has quit IRC | 20:04 | |
| *** otter768 has joined #openstack | 20:04 | |
| *** y_sawai has joined #openstack | 20:06 | |
| *** sayan has quit IRC | 20:06 | |
| *** shibby has quit IRC | 20:07 | |
| *** gszasz has quit IRC | 20:07 | |
| *** gardenshed has joined #openstack | 20:07 | |
| *** apahim has quit IRC | 20:08 | |
| *** otter768 has quit IRC | 20:08 | |
| *** doug-fish has quit IRC | 20:09 | |
| *** jbell8 has quit IRC | 20:09 | |
| *** doug-fish has joined #openstack | 20:09 | |
| *** dgurtner has quit IRC | 20:10 | |
| *** ronis_ has quit IRC | 20:10 | |
| *** RamJett has quit IRC | 20:11 | |
| *** y_sawai has quit IRC | 20:11 | |
| *** bearish has quit IRC | 20:11 | |
| *** gardenshed has quit IRC | 20:12 | |
| *** pravka has quit IRC | 20:12 | |
| *** yottatsa has joined #openstack | 20:13 | |
| *** X67r has quit IRC | 20:13 | |
| *** jianyong has joined #openstack | 20:14 | |
| *** crc32 has joined #openstack | 20:15 | |
| *** rushil has quit IRC | 20:15 | |
| *** jbell8 has joined #openstack | 20:16 | |
| *** youellet__ has joined #openstack | 20:17 | |
| *** noslzzp has quit IRC | 20:17 | |
| *** pioneer11x has joined #openstack | 20:17 | |
| pioneer11x | Hi | 20:17 |
| *** RamJett has joined #openstack | 20:17 | |
| pioneer11x | Anyone there? | 20:18 |
| *** ysopex has joined #openstack | 20:19 | |
| *** mrmartin has quit IRC | 20:19 | |
| *** matjazp has quit IRC | 20:19 | |
| *** kristinebrown has joined #openstack | 20:20 | |
| pioneer11x | Well, I guess no ones on huh? | 20:20 |
| pioneer11x | Good bye then | 20:20 |
| *** pioneer11x has left #openstack | 20:20 | |
| *** youellet_ has quit IRC | 20:20 | |
| *** melmoth has quit IRC | 20:20 | |
| *** crose has quit IRC | 20:20 | |
| *** purpleidea has left #openstack | 20:21 | |
| *** nask`off is now known as nask | 20:21 | |
| *** BOKALDO has quit IRC | 20:23 | |
| *** apahim has joined #openstack | 20:24 | |
| *** alex_klimov has joined #openstack | 20:26 | |
| *** mikeoutland has joined #openstack | 20:27 | |
| *** spotz is now known as spotz_zzz | 20:28 | |
| *** bobh has joined #openstack | 20:29 | |
| *** rushil has joined #openstack | 20:34 | |
| *** RamJett has quit IRC | 20:34 | |
| *** jasonsb has quit IRC | 20:35 | |
| *** jasonsb_ has joined #openstack | 20:35 | |
| *** doug-fish has quit IRC | 20:35 | |
| *** doug-fish has joined #openstack | 20:35 | |
| *** rbak has quit IRC | 20:35 | |
| *** mwagner_lap has quit IRC | 20:35 | |
| *** mrunge has quit IRC | 20:36 | |
| *** rushil has quit IRC | 20:37 | |
| *** rushil has joined #openstack | 20:38 | |
| *** mikeoutland has quit IRC | 20:38 | |
| *** apahim has quit IRC | 20:39 | |
| *** apahim has joined #openstack | 20:41 | |
| *** bobh has quit IRC | 20:41 | |
| *** davi has quit IRC | 20:41 | |
| *** jdelaros1 has joined #openstack | 20:44 | |
| *** angdraug has quit IRC | 20:45 | |
| *** RamJett has joined #openstack | 20:45 | |
| *** cdev has joined #openstack | 20:48 | |
| *** VW_ has quit IRC | 20:48 | |
| *** VW_ has joined #openstack | 20:48 | |
| *** rtheis has quit IRC | 20:50 | |
| *** bobh has joined #openstack | 20:50 | |
| *** shardy has quit IRC | 20:50 | |
| *** ultimateboy has joined #openstack | 20:51 | |
| *** dresden91 has joined #openstack | 20:51 | |
| *** puranamr has quit IRC | 20:52 | |
| *** pnavarro has joined #openstack | 20:53 | |
| *** trown is now known as trown|outttypeww | 20:53 | |
| *** X67r has joined #openstack | 20:53 | |
| *** unixninjax has quit IRC | 20:54 | |
| *** kitch has quit IRC | 20:55 | |
| *** arbrandes__ has joined #openstack | 20:56 | |
| *** jgint has joined #openstack | 20:57 | |
| *** jeadr has quit IRC | 20:57 | |
| *** CatKiller has quit IRC | 20:58 | |
| *** arbrandes_ has quit IRC | 20:58 | |
| *** Freekie has quit IRC | 20:58 | |
| *** tjcocozz has quit IRC | 20:59 | |
| *** jeadr has joined #openstack | 20:59 | |
| *** FunnyLookinHat has quit IRC | 20:59 | |
| *** sarkis_ has joined #openstack | 21:00 | |
| *** sarkis_ is now known as sarkis | 21:00 | |
| sarkis | hi all - i'm curious, what is the difference between TENANT_NAME and USERNAME | 21:00 |
| *** JimFall has quit IRC | 21:00 | |
| *** vivek-ebay has joined #openstack | 21:00 | |
| *** yamahata has joined #openstack | 21:01 | |
| *** RedRat has quit IRC | 21:01 | |
| sarkis | we are running a private openstack cloud, i just had an issue where packer was failing out until i set the OS_TENANT_NAME to the same value as OS_USERNAME | 21:01 |
| sarkis | and now it's working | 21:01 |
| *** shibby has joined #openstack | 21:01 | |
| toxickore | sarkis: I think its only the terminology, tenant was previously used but, I may be wrong | 21:01 |
| *** severion has joined #openstack | 21:01 | |
| *** yottatsa has quit IRC | 21:01 | |
| *** jfran has quit IRC | 21:02 | |
| einarr_ | sarkis: a "tenant" is the "group" the user is a member of. | 21:03 |
| *** Freekie has joined #openstack | 21:03 | |
| dresden91 | einarr_ | 21:03 |
| dresden91 | stfu | 21:03 |
| dresden91 | already | 21:03 |
| *** eglynn has joined #openstack | 21:03 | |
| *** brokencycle has joined #openstack | 21:03 | |
| *** v1k0d3n has quit IRC | 21:04 | |
| *** sthillma_ has joined #openstack | 21:04 | |
| *** sthillma has quit IRC | 21:06 | |
| *** sthillma_ is now known as sthillma | 21:06 | |
| *** eglynn has quit IRC | 21:06 | |
| einarr_ | sarkis: basically, resource allocation (cpu, disk, number of instances, memory etc) is done per tenant. if you have the same name for a user and a tenant that's puerly by coinsidence.l | 21:06 |
| * dresden91 slaps einarr_ around a bit with a large trout | 21:06 | |
| dresden91 | i said stfu | 21:06 |
| *** mikeoutland has joined #openstack | 21:06 | |
| *** bearish has joined #openstack | 21:06 | |
| *** y_sawai has joined #openstack | 21:06 | |
| sarkis | hmm i see - is there somewhere in Horizon that shows Tenants? | 21:08 |
| *** thansen has joined #openstack | 21:08 | |
| *** cjellick has quit IRC | 21:08 | |
| sarkis | I guess that's what was confusing... or maybe we just don't use tenants in our implementation and packer just requires it - so was happy with any value. | 21:08 |
| *** renatoarmani has quit IRC | 21:09 | |
| *** jtomasek has quit IRC | 21:09 | |
| *** amotoki has joined #openstack | 21:09 | |
| *** cjellick has joined #openstack | 21:09 | |
| *** jckasper has quit IRC | 21:09 | |
| einarr_ | you do use tenants, i don't think you can avoid it (though i've never tried hard). | 21:09 |
| *** yamamoto has joined #openstack | 21:09 | |
| *** arbrandes_ has joined #openstack | 21:09 | |
| *** unixninjax has joined #openstack | 21:09 | |
| einarr_ | it's right on top of the screen in horizon. | 21:09 |
| *** unixninjax has quit IRC | 21:10 | |
| einarr_ | if the user has only one tenant, i'm not sure if you can click it, otherwise it's a dropdown list of the tenants available to the user. | 21:10 |
| einarr_ | that is, all tenants the user has access to. | 21:10 |
| *** einarr_ is now known as einarr | 21:11 | |
| * dresden91 slaps einarr around a bit with a large trout | 21:11 | |
| *** arbrandes__ has quit IRC | 21:11 | |
| *** y_sawai has quit IRC | 21:12 | |
| *** FunnyLookinHat has joined #openstack | 21:12 | |
| *** cdash1 has joined #openstack | 21:13 | |
| *** cdash has quit IRC | 21:13 | |
| *** pravka has joined #openstack | 21:13 | |
| *** britthou_ has quit IRC | 21:14 | |
| *** woodard_ has joined #openstack | 21:14 | |
| *** zul has quit IRC | 21:14 | |
| *** angdraug has joined #openstack | 21:15 | |
| *** balajiiyer has quit IRC | 21:15 | |
| *** mchestr has joined #openstack | 21:16 | |
| *** dresden91 has quit IRC | 21:16 | |
| *** bobh has quit IRC | 21:16 | |
| *** mchestr has quit IRC | 21:16 | |
| *** eghobo has joined #openstack | 21:17 | |
| *** julim has quit IRC | 21:17 | |
| *** woodard has quit IRC | 21:17 | |
| *** bdemers has quit IRC | 21:17 | |
| *** fcape has joined #openstack | 21:17 | |
| *** doug-fish has quit IRC | 21:18 | |
| *** woodard_ has quit IRC | 21:18 | |
| *** mchestr has joined #openstack | 21:18 | |
| *** mchestr has quit IRC | 21:18 | |
| *** jeadr has quit IRC | 21:19 | |
| *** lborda has quit IRC | 21:20 | |
| *** FallenPegasus has joined #openstack | 21:20 | |
| *** cdash1 is now known as cdash | 21:20 | |
| *** elnin0 has quit IRC | 21:20 | |
| *** mikeoutland has quit IRC | 21:21 | |
| *** ksobkowiak has quit IRC | 21:21 | |
| *** jeadr has joined #openstack | 21:21 | |
| *** pnavarro has quit IRC | 21:23 | |
| atpa8a | does it matter if one adds security group rules through neutron or nova? | 21:23 |
| *** RedRat has joined #openstack | 21:26 | |
| *** yamamoto has quit IRC | 21:26 | |
| *** eghobo has quit IRC | 21:26 | |
| *** GenteelBen has quit IRC | 21:26 | |
| *** fcape has quit IRC | 21:28 | |
| *** FallenPegasus has quit IRC | 21:29 | |
| *** bbcmicrocomputer has quit IRC | 21:30 | |
| *** jeadr has quit IRC | 21:30 | |
| *** jcarter2 has quit IRC | 21:30 | |
| *** sputnik1_ has quit IRC | 21:31 | |
| *** jeadr has joined #openstack | 21:32 | |
| clarkb | atpa8a: iirc nova will proxy to neutron though neutron's direct api lets you do more? | 21:32 |
| clarkb | atpa8a: so not an issue if what nova exposes does what you need | 21:32 |
| atpa8a | yeah | 21:33 |
| *** FallenPegasus has joined #openstack | 21:33 | |
| atpa8a | i remember something along these lines :) wanted to confirm | 21:33 |
| atpa8a | thanks | 21:33 |
| *** toxickore has quit IRC | 21:33 | |
| *** dgurtner has joined #openstack | 21:35 | |
| *** achanda has quit IRC | 21:35 | |
| *** pnavarro has joined #openstack | 21:36 | |
| *** cray is now known as panos | 21:36 | |
| *** toxickore has joined #openstack | 21:37 | |
| *** ivan_mironov has quit IRC | 21:37 | |
| atpa8a | gotta open the firewall to a redis instance running in an instance... | 21:37 |
| *** FallenPegasus has quit IRC | 21:37 | |
| *** merooney has quit IRC | 21:38 | |
| *** rbowen has joined #openstack | 21:39 | |
| *** travnewmatic has joined #openstack | 21:40 | |
| *** kristinebrown has quit IRC | 21:40 | |
| *** gfidente has quit IRC | 21:41 | |
| *** RichardRaseley has joined #openstack | 21:41 | |
| *** busterswt has quit IRC | 21:42 | |
| *** pm90__ has quit IRC | 21:42 | |
| *** bizarrochristy has quit IRC | 21:43 | |
| *** Marga_ has quit IRC | 21:46 | |
| *** ikcerog has quit IRC | 21:48 | |
| *** alex_klimov has quit IRC | 21:48 | |
| *** matjazp has joined #openstack | 21:49 | |
| *** harukomoto has quit IRC | 21:49 | |
| *** Sir_Designer has quit IRC | 21:50 | |
| *** uvirtbot has quit IRC | 21:50 | |
| *** VW_ has quit IRC | 21:50 | |
| *** VW_ has joined #openstack | 21:51 | |
| *** arbrandes_ has quit IRC | 21:51 | |
| *** jbell8 has quit IRC | 21:51 | |
| *** arbrandes_ has joined #openstack | 21:52 | |
| *** jeadr has quit IRC | 21:52 | |
| *** cptweasel has quit IRC | 21:53 | |
| *** burgerk has quit IRC | 21:54 | |
| *** mikeoutland has joined #openstack | 21:54 | |
| *** ZZelle has joined #openstack | 21:54 | |
| *** jeadr has joined #openstack | 21:54 | |
| *** ZZelle is now known as ZZelle-off | 21:54 | |
| *** pravka has quit IRC | 21:54 | |
| *** clouddig has quit IRC | 21:55 | |
| *** Sir_Designer has joined #openstack | 21:57 | |
| *** mwagner_lap has joined #openstack | 21:57 | |
| *** rbowen has quit IRC | 21:57 | |
| *** toxickore has quit IRC | 21:57 | |
| *** y_sawai has joined #openstack | 21:57 | |
| *** DWfuturetec has quit IRC | 21:57 | |
| *** finisherr has joined #openstack | 21:58 | |
| *** rhagarty has quit IRC | 22:00 | |
| *** rhagarty_ has quit IRC | 22:00 | |
| *** cdash has quit IRC | 22:00 | |
| *** jkugel has quit IRC | 22:01 | |
| *** rfolco has quit IRC | 22:02 | |
| *** toxickore has joined #openstack | 22:03 | |
| *** rhagarty has joined #openstack | 22:04 | |
| *** rhagarty_ has joined #openstack | 22:04 | |
| *** tlian has quit IRC | 22:04 | |
| *** smccully has joined #openstack | 22:05 | |
| *** otter768 has joined #openstack | 22:05 | |
| *** mosburn has quit IRC | 22:05 | |
| *** hrou has quit IRC | 22:05 | |
| *** jbell8 has joined #openstack | 22:05 | |
| *** cgseller_is_away is now known as imthewherd | 22:06 | |
| *** klamath has quit IRC | 22:06 | |
| *** kbringard has quit IRC | 22:06 | |
| *** achampion has quit IRC | 22:06 | |
| *** shoutm has joined #openstack | 22:06 | |
| *** pnavarro has quit IRC | 22:07 | |
| *** njohnston is now known as nate_gone | 22:07 | |
| *** achampion has joined #openstack | 22:07 | |
| *** achampion has quit IRC | 22:08 | |
| *** achampion has joined #openstack | 22:08 | |
| *** achampion has quit IRC | 22:08 | |
| *** otter768 has quit IRC | 22:09 | |
| *** panda has quit IRC | 22:09 | |
| *** achampion has joined #openstack | 22:09 | |
| *** panda has joined #openstack | 22:10 | |
| *** achampion has quit IRC | 22:10 | |
| *** yamamoto has joined #openstack | 22:11 | |
| *** achampion has joined #openstack | 22:11 | |
| *** kristinebrown has joined #openstack | 22:11 | |
| *** MarkAtwood has quit IRC | 22:13 | |
| *** amotoki has quit IRC | 22:14 | |
| *** pradk has quit IRC | 22:14 | |
| *** baker has joined #openstack | 22:15 | |
| *** kristinebrown has quit IRC | 22:15 | |
| *** baker has quit IRC | 22:15 | |
| *** kushal has quit IRC | 22:16 | |
| *** achanda has joined #openstack | 22:16 | |
| *** apahim has quit IRC | 22:16 | |
| *** achanda has quit IRC | 22:16 | |
| *** baker has joined #openstack | 22:16 | |
| *** rodr1go has quit IRC | 22:16 | |
| *** achanda has joined #openstack | 22:16 | |
| *** pm90_ has joined #openstack | 22:16 | |
| *** mikeoutland has quit IRC | 22:16 | |
| *** rodr1go has joined #openstack | 22:18 | |
| *** kristinebrown has joined #openstack | 22:18 | |
| *** pm90__ has joined #openstack | 22:18 | |
| *** achampion is now known as achampi0n | 22:19 | |
| *** achampi0n is now known as achampion | 22:19 | |
| *** sputnik13 has joined #openstack | 22:19 | |
| *** SeVenSiXseVeN has quit IRC | 22:20 | |
| *** baker has quit IRC | 22:20 | |
| *** pm90_ has quit IRC | 22:21 | |
| *** danielbruno has quit IRC | 22:21 | |
| *** jbell8 has quit IRC | 22:22 | |
| Sam-I-Am | atpa8a: hey, you exist | 22:22 |
| *** achampion has quit IRC | 22:22 | |
| *** achampion has joined #openstack | 22:22 | |
| *** achampion has quit IRC | 22:22 | |
| *** achampion has joined #openstack | 22:23 | |
| *** marcusvrn has quit IRC | 22:23 | |
| *** JRobinson__ has joined #openstack | 22:23 | |
| *** dims_ has joined #openstack | 22:25 | |
| *** achampion has quit IRC | 22:25 | |
| *** achampion has joined #openstack | 22:26 | |
| *** shibby has quit IRC | 22:28 | |
| *** dims has quit IRC | 22:28 | |
| *** apahim has joined #openstack | 22:28 | |
| *** arbrandes_ has quit IRC | 22:28 | |
| *** mikeoutland has joined #openstack | 22:28 | |
| *** pravka has joined #openstack | 22:29 | |
| *** annegentle has quit IRC | 22:30 | |
| *** mikeoutland has quit IRC | 22:30 | |
| *** jcarter2 has joined #openstack | 22:31 | |
| *** ysopex has quit IRC | 22:31 | |
| *** shoutm has quit IRC | 22:32 | |
| *** zul has joined #openstack | 22:33 | |
| *** esker has quit IRC | 22:33 | |
| *** chlong has quit IRC | 22:34 | |
| *** Nepoc has joined #openstack | 22:34 | |
| *** two_oes has quit IRC | 22:36 | |
| *** shoutm has joined #openstack | 22:36 | |
| *** Geo has joined #openstack | 22:37 | |
| *** yamamoto has quit IRC | 22:37 | |
| *** unixninjax has joined #openstack | 22:37 | |
| sarkis | silly question - can someone explain why ssh on port 22 would not work with this security group? https://www.dropbox.com/s/v3f8ekvzruj3ify/Screenshot%202015-08-17%2015.39.53.png?dl=0 | 22:40 |
| *** hs366 has joined #openstack | 22:40 | |
| sarkis | is it the Ingress IPv4 Any default that comes before the ssh one? | 22:41 |
| *** e0ne has quit IRC | 22:41 | |
| *** matjazp has quit IRC | 22:41 | |
| *** Nepoc has quit IRC | 22:41 | |
| clarkb | are you sure the traffic isn't passing over ipv6? | 22:43 |
| clarkb | sarkis: the rule above should only apply to nodes also in your default security group and it allows all traffic | 22:43 |
| *** unixninjax has quit IRC | 22:44 | |
| *** bizarrochristy has joined #openstack | 22:45 | |
| sarkis | clarkb: good point. | 22:45 |
| *** dneary has quit IRC | 22:45 | |
| *** hs366 has quit IRC | 22:45 | |
| *** Sir_Designer has quit IRC | 22:45 | |
| *** ultimateboy has quit IRC | 22:45 | |
| *** baoli has joined #openstack | 22:45 | |
| sarkis | i added ipv6 rule too ::/0 | 22:46 |
| *** unixninjax has joined #openstack | 22:46 | |
| *** dims_ has quit IRC | 22:47 | |
| *** obedmr_ has quit IRC | 22:47 | |
| *** Ephur has quit IRC | 22:47 | |
| *** dims has joined #openstack | 22:47 | |
| *** dneary has joined #openstack | 22:47 | |
| *** agireud has quit IRC | 22:48 | |
| sarkis | hmm same thing | 22:49 |
| *** bizarrochristy has quit IRC | 22:49 | |
| *** Sir_Designer has joined #openstack | 22:49 | |
| *** baoli has quit IRC | 22:50 | |
| *** chadix has joined #openstack | 22:51 | |
| *** markvoelker has quit IRC | 22:51 | |
| *** dims has quit IRC | 22:51 | |
| sarkis | clarkb: i just enabled icmp -1 -1 | 22:52 |
| sarkis | request timeouts... i guess its a network issue :( | 22:52 |
| *** hemna is now known as hemnafk | 22:55 | |
| *** toxickore has quit IRC | 22:55 | |
| *** RichardRaseley has quit IRC | 22:56 | |
| *** vivek-ebay has quit IRC | 22:57 | |
| *** brokencycle has quit IRC | 22:57 | |
| *** bearish has quit IRC | 22:57 | |
| *** quigly has joined #openstack | 22:59 | |
| *** FunnyLookinHat has quit IRC | 23:01 | |
| *** skapunker has quit IRC | 23:04 | |
| *** fsimonce has quit IRC | 23:04 | |
| *** dalees has quit IRC | 23:04 | |
| *** zul has quit IRC | 23:04 | |
| *** X67r has quit IRC | 23:05 | |
| *** dgurtner has quit IRC | 23:05 | |
| *** ikcerog has joined #openstack | 23:06 | |
| *** hrou has joined #openstack | 23:07 | |
| *** skapunker has joined #openstack | 23:07 | |
| *** vivek-ebay has joined #openstack | 23:07 | |
| *** mikeoutland has joined #openstack | 23:08 | |
| *** pravka has quit IRC | 23:08 | |
| finisherr | Hello folks, I’m still having some issues with vagrant-devstack | 23:09 |
| finisherr | I configured to run on a macPro with 64 GB of ram | 23:09 |
| finisherr | and assigned 8 GB to each vm and got the same error | 23:09 |
| finisherr | Will post | 23:09 |
| *** ikcerog has quit IRC | 23:09 | |
| *** salv-orl_ has quit IRC | 23:09 | |
| finisherr | https://gist.githubusercontent.com/miroswan/f2ab4988641ef73987d4/raw/16d4461c0cc0893bfef7ae4a2b141a6b91e30966/gistfile1.txt | 23:10 |
| *** gildub has joined #openstack | 23:11 | |
| *** salv-orlando has joined #openstack | 23:12 | |
| *** puranamr has joined #openstack | 23:13 | |
| *** VW_ has quit IRC | 23:14 | |
| *** VW_ has joined #openstack | 23:14 | |
| *** y_sawai has quit IRC | 23:15 | |
| *** unixninjax has quit IRC | 23:15 | |
| *** quigly has quit IRC | 23:15 | |
| *** mikeoutland has quit IRC | 23:15 | |
| finisherr | I might just ditch this and try devstack in a single vm guide | 23:16 |
| *** finisherr has quit IRC | 23:16 | |
| *** tiny-hands has joined #openstack | 23:17 | |
| *** lcurtis has quit IRC | 23:17 | |
| *** VW_ has quit IRC | 23:19 | |
| *** jcarter2 has quit IRC | 23:19 | |
| *** thansen has quit IRC | 23:19 | |
| *** mikeoutland has joined #openstack | 23:20 | |
| *** sakaYK has joined #openstack | 23:20 | |
| *** smccully has quit IRC | 23:21 | |
| *** mikeoutland has quit IRC | 23:22 | |
| *** mrtg9970 has joined #openstack | 23:26 | |
| *** severion has quit IRC | 23:26 | |
| *** enarciso has joined #openstack | 23:27 | |
| *** Geo has quit IRC | 23:31 | |
| *** blahRus has quit IRC | 23:31 | |
| *** markvoelker has joined #openstack | 23:35 | |
| *** salv-orlando has quit IRC | 23:36 | |
| *** jonaspaulo has quit IRC | 23:36 | |
| *** yamamoto has joined #openstack | 23:37 | |
| *** otter768 has joined #openstack | 23:38 | |
| *** spzala has quit IRC | 23:38 | |
| *** mrtg9970 has quit IRC | 23:38 | |
| *** tochi has joined #openstack | 23:38 | |
| *** gercam07 has joined #openstack | 23:38 | |
| *** yamamoto has quit IRC | 23:42 | |
| *** cdash has joined #openstack | 23:46 | |
| *** phalmos has quit IRC | 23:47 | |
| *** VW_ has joined #openstack | 23:48 | |
| *** aimon has quit IRC | 23:51 | |
| *** crc32 has quit IRC | 23:51 | |
| *** JRobinson__ has quit IRC | 23:52 | |
| *** y_sawai has joined #openstack | 23:55 | |
| *** britthouser has joined #openstack | 23:57 | |
| *** britthou_ has joined #openstack | 23:58 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!