*** yamahata has joined #openstack-neutron | 00:00 | |
*** sterdnotshaken has joined #openstack-neutron | 00:00 | |
*** singhj has joined #openstack-neutron | 00:01 | |
*** techcet has quit IRC | 00:11 | |
*** techcet has joined #openstack-neutron | 00:20 | |
openstackgerrit | Aradhana Singh proposed openstack/neutron: Refactoring config options for dhcp agent https://review.openstack.org/331348 | 00:23 |
---|---|---|
*** mriedem has joined #openstack-neutron | 00:23 | |
*** ivar-lazzaro has joined #openstack-neutron | 00:23 | |
*** sf has quit IRC | 00:23 | |
*** techcet has quit IRC | 00:24 | |
*** ivar-lazzaro has quit IRC | 00:28 | |
*** mlavalle has quit IRC | 00:31 | |
*** hoangcx has joined #openstack-neutron | 00:32 | |
*** numans has joined #openstack-neutron | 00:32 | |
*** techcet has joined #openstack-neutron | 00:34 | |
*** pacoblox has quit IRC | 00:34 | |
*** singhj has quit IRC | 00:35 | |
*** julim has quit IRC | 00:35 | |
*** johnbelamaric has quit IRC | 00:38 | |
*** techcet has quit IRC | 00:41 | |
*** thorst has joined #openstack-neutron | 00:45 | |
*** sterdnotshaken has quit IRC | 00:47 | |
mriedem | armax: i found the vif plugged event for that timeout, | 00:48 |
mriedem | it's ~10.5 minutes after nova plugs the vif | 00:48 |
mriedem | over 2 times our 5 minute timeout | 00:48 |
armax | mriedem: what? | 00:48 |
mriedem | nova plugs the vif here http://logs.openstack.org/01/327901/1/check/gate-tempest-dsvm-neutron-full/339c967/logs/screen-n-cpu.txt.gz?#_2016-06-17_19_10_32_948 | 00:48 |
*** thorst has quit IRC | 00:48 | |
mriedem | times out 5 minutes later http://logs.openstack.org/01/327901/1/check/gate-tempest-dsvm-neutron-full/339c967/logs/screen-n-cpu.txt.gz#_2016-06-17_19_15_35_727 | 00:48 |
mriedem | neutron sends the event back to nova 5 minutes after that timeout http://logs.openstack.org/01/327901/1/check/gate-tempest-dsvm-neutron-full/339c967/logs/screen-q-svc.txt.gz#_2016-06-17_19_21_01_722 | 00:48 |
armax | mriedem: oh boy, 10 minutes sounds something is going terribly wrong | 00:48 |
mriedem | yeah | 00:49 |
*** thorst has joined #openstack-neutron | 00:49 | |
armax | is it possible that starting 3 servers at once makes the node superswamped? | 00:49 |
armax | mriedem: something is off | 00:50 |
mriedem | not sure, there are other multiple create tests in tempest though | 00:51 |
mriedem | at least 2, not sure about 3 | 00:51 |
mriedem | anyway, don't bother on a friday night. i'll update gerrit with any notes i find. | 00:56 |
armax | mriedem: the thing that puzzles me | 00:57 |
armax | is that once the network is provisioned | 00:57 |
armax | it looks no different than any other network | 00:58 |
*** thorst has quit IRC | 00:58 | |
armax | so why on earth would Neutron take so long in plugging the port? | 00:58 |
armax | the fact that there’s authentication error in the cleanup is troubling | 00:58 |
armax | one possibility that I mentioned to kevinbenton yesterday was that the Neutron L2 and DHCP agents do pay attention to the admin status | 00:59 |
armax | of the network | 00:59 |
armax | when they do their provisioning work | 01:00 |
armax | so it’s possible that the fact that we create the network in disabled state may upset something | 01:00 |
armax | and we’ll have to track down why the agents do not react to the toggling of the admin_status_up flag | 01:01 |
kevinbenton | armax: i suspect it's that dhcp isn't scheduled if admin state down like you thought | 01:02 |
kevinbenton | And turning admin state up doesn't reschedule | 01:02 |
armax | kevinbenton: indeed | 01:02 |
kevinbenton | And it's not until some other event that the dhcp agent finally picks it up | 01:02 |
armax | we’d need to find the smoking gun | 01:03 |
kevinbenton | Should be easy to verify with dhcp port creation times I think | 01:03 |
armax | I am pretty sure that’s that it is | 01:03 |
kevinbenton | Do you have a test run with a failure I can dig through the logs on? | 01:03 |
armax | because the auto-allocate-topology extension simply flip the DB column | 01:03 |
kevinbenton | I'm about to take off but I will have wifi in flight | 01:03 |
kevinbenton | What!?!? | 01:03 |
armax | and therefore the agents have no clue that a network has been updated | 01:03 |
kevinbenton | It doesn't call net update? | 01:04 |
mriedem | armax: i know why nova is getting the 401 so i'm not too worried about that | 01:04 |
armax | no | 01:04 |
armax | kevinbenton: I am an idiot | 01:04 |
kevinbenton | Who wrote that garbage?!? | 01:04 |
kevinbenton | :) | 01:04 |
kevinbenton | Why not call net update? | 01:04 |
kevinbenton | Did you encounter an error? | 01:04 |
armax | kevinbenton: I am slow | 01:04 |
armax | kevinbenton: it takes time for me to get there | 01:04 |
armax | eventually | 01:04 |
kevinbenton | Seems like that would take longer than calling net update :l | 01:04 |
mriedem | kevinbenton: see http://logs.openstack.org/01/327901/1/check/gate-tempest-dsvm-neutron-full/339c967/logs/screen-n-cpu.txt.gz?#_2016-06-17_19_10_32_948 | 01:04 |
armax | kevinbenton: I didn’t want to call net-update in the db transaction | 01:04 |
kevinbenton | :) | 01:04 |
mriedem | instance 51720bca-fa92-4df8-b8a0-fa2d550b1102 is the one that fails in there | 01:05 |
armax | kevinbenton, mriedem I’ll try to issue a full blown net-update | 01:05 |
mriedem | ok | 01:05 |
* mriedem acts like he's understanding this all | 01:05 | |
kevinbenton | (Ok. Doors on plane closed. Will be back on above 10k feet) | 01:05 |
armax | mriedem: you do | 01:06 |
armax | kevinbenton: enjoy | 01:06 |
mriedem | must have been a mirantis all hands this week | 01:06 |
*** banix has quit IRC | 01:06 | |
mriedem | mirantis summit 2016? | 01:06 |
armax | mriedem: I’ll kick a recheck once I try | 01:06 |
mriedem | armax: ok | 01:06 |
*** karad has joined #openstack-neutron | 01:06 | |
mriedem | armax: i'm going to update the tempest test too to wait for the servers to be deleted before tearing down everything else | 01:06 |
mriedem | that's why nova is getting the 401s | 01:07 |
armax | ah | 01:07 |
armax | gotcha | 01:07 |
armax | mriedem: I feared the dhcp agent was going to pay attention to the admin flag | 01:08 |
*** fnaval_ has quit IRC | 01:08 | |
mriedem | just add a special 'seriously-only-nova-cares-about-this-network-or-does-not-who-knows' boolean to the network model | 01:08 |
armax | mriedem: don’t like the name, but other than that +2 :) | 01:09 |
*** kevo has quit IRC | 01:09 | |
*** ijw has quit IRC | 01:10 | |
*** fnaval has joined #openstack-neutron | 01:11 | |
*** asingh has quit IRC | 01:16 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Create auto allocated networks in disabled state https://review.openstack.org/329006 | 01:20 |
armax | mriedem: ^ let’s see if I can pull it off once and for all | 01:20 |
mriedem | alright, i just pushed the tempest update | 01:20 |
mriedem | so go ahead and recheck the devstack change | 01:20 |
armax | mriedem: done | 01:20 |
*** brad_behle has quit IRC | 01:21 | |
*** brad_behle has joined #openstack-neutron | 01:21 | |
*** banix has joined #openstack-neutron | 01:22 | |
kevinbenton | armax, mriedem: i am alive! | 01:23 |
mriedem | huzzah | 01:23 |
kevinbenton | mriedem: there was a mirantis summit thingy, but i'm traveling for a different reason | 01:23 |
mriedem | kevinbenton: oh | 01:24 |
armax | kevinbenton: that’s an odd thing to say when you just took off | 01:24 |
mriedem | jinx | 01:24 |
kevinbenton | i think like 50% of takeoffs fail | 01:24 |
kevinbenton | so i was lucky :) | 01:24 |
armax | kevinbenton: anyhoo I did switch to full blown net-update | 01:24 |
mriedem | that seems like a high number... | 01:24 |
kevinbenton | armax: did you find code that looks at admin_state somewhere? | 01:24 |
armax | kevinbenton: yeah, 50% sounds too hig | 01:25 |
armax | h | 01:25 |
armax | kevinbenton: no | 01:25 |
armax | kevinbenton: I am lazy | 01:25 |
kevinbenton | mriedem: it seems high, but once you consider that the 50% that fail don't complain, it makes sense | 01:25 |
armax | kevinbenton: you have a few hours to kill don’t you | 01:25 |
armax | ? | 01:25 |
kevinbenton | armax: MSP to ALB so 1.5 hours of wifi time about | 01:25 |
kevinbenton | armax: i'll look to see what looks at admin state | 01:25 |
armax | kevinbenton: it should be somewhere in the agent_db or agent_scheduler db somewhere | 01:25 |
*** gangil has quit IRC | 01:26 | |
armax | kevinbenton: but if you look for it where’s the fun in waiting zuul to tell us we got it wrong yet again? | 01:26 |
kevinbenton | armax: well actually i'm going to look at the logs mriedem linked first | 01:26 |
kevinbenton | armax: to see what was blocking the transition to ACTIVE | 01:26 |
armax | kevinbenton: either way updating just the DB field was wrong | 01:27 |
armax | kevinbenton: I should have known better | 01:27 |
kevinbenton | armax: yeah | 01:27 |
kevinbenton | armax: agree to both statements :) | 01:28 |
armax | otherwise backends are out of sync | 01:28 |
kevinbenton | we'll see if gogo wifi can handle the download of a neutron server log | 01:28 |
armax | kevinbenton: but in my defense you coerced me in filing a fix quickly when I was not in my best ability to do so | 01:28 |
armax | kevinbenton: good luck with that | 01:28 |
armax | kevinbenton, mriedem: I’ll go afk | 01:30 |
mriedem | ok | 01:31 |
mriedem | later | 01:31 |
kevinbenton | armax: no | 01:31 |
armax | kevinbenton: why not? | 01:31 |
*** gvrangan has quit IRC | 01:31 | |
kevinbenton | armax: have to wait for the results | 01:32 |
*** fnaval has quit IRC | 01:32 | |
armax | I’ll wait while I am afk | 01:34 |
armax | mriedem: btw | 01:34 |
armax | mriedem: coming to think of it | 01:34 |
*** shivrao has quit IRC | 01:34 | |
armax | mriedem: if it’s true that this vif timeout failure is induced by a lack of dhcp, perhaps it’s ok to make nova unconditionally filter on UP networks | 01:35 |
*** ivar-lazzaro has joined #openstack-neutron | 01:36 | |
*** karad has quit IRC | 01:37 | |
*** gouthamr has joined #openstack-neutron | 01:37 | |
kevinbenton | armax: list_active_networks_on_active_dhcp_agent | 01:39 |
kevinbenton | armax: get_networks call is based on admin_state_up | 01:39 |
kevinbenton | armax: calling net-update should hopefully trigger all of that | 01:40 |
*** fnaval has joined #openstack-neutron | 01:41 | |
*** techcet has joined #openstack-neutron | 01:41 | |
*** fnaval has quit IRC | 01:42 | |
mriedem | armax: i don't know honestly, i always worry about weird scenario/edge cases with neutron | 01:42 |
*** fnaval has joined #openstack-neutron | 01:42 | |
mriedem | e.g. https://github.com/openstack/nova/blob/master/nova/network/neutronv2/api.py#L1768 | 01:44 |
mriedem | that makes 0 sense to me | 01:44 |
*** mickeys has joined #openstack-neutron | 01:44 | |
mriedem | the port is considered active if admin_state_up=False | 01:44 |
*** techcet has quit IRC | 01:46 | |
*** mickeys has quit IRC | 01:48 | |
*** shivrao has joined #openstack-neutron | 01:50 | |
armax | mriedem: that mirrors the logic of real switch ports | 01:52 |
armax | where the link is operational, but the port is made disabled by the operator | 01:53 |
*** shivrao has quit IRC | 01:55 | |
*** thorst has joined #openstack-neutron | 01:55 | |
*** enikanorov has quit IRC | 01:57 | |
kevinbenton | mriedem, armax: wtf. that logic doesn't make sense to me either | 01:57 |
kevinbenton | armax: why would admin_state_up == False let it skip the dataplane status? | 01:58 |
kevinbenton | mriedem: sounds like a nova edge case to me :) | 01:58 |
mriedem | bah | 01:58 |
mriedem | idk, but this is the kind of stuff that makes me never want to mess with the code in there | 01:59 |
mriedem | because i never know what i'm going to break | 01:59 |
kevinbenton | mriedem: it would be nice to sit down and go through this code with you at some point | 02:00 |
kevinbenton | mriedem: there are lots of things nova does WRT to neutron that i don't understand the motivation behind | 02:00 |
kevinbenton | mriedem: i suspect lots was "make it like nova network" | 02:00 |
kevinbenton | mriedem: but i suspect others were a lack of clear understanding of the neutron semantics | 02:01 |
*** gangil has joined #openstack-neutron | 02:03 | |
*** thorst has quit IRC | 02:03 | |
*** wolverineav has quit IRC | 02:04 | |
*** wolverineav has joined #openstack-neutron | 02:04 | |
mriedem | i'm sure there was some pigeon holing for nova-network's api yeah | 02:05 |
mriedem | building the nw info model for example, that gets real hairy | 02:05 |
mriedem | and it's building the original nova-net model | 02:05 |
*** ssalagame has quit IRC | 02:06 | |
*** manikanta_tadi has joined #openstack-neutron | 02:06 | |
*** yamahata has quit IRC | 02:09 | |
*** wolverineav has quit IRC | 02:09 | |
*** iyamahat has quit IRC | 02:09 | |
*** dane_leblanc has quit IRC | 02:37 | |
*** techcet has joined #openstack-neutron | 02:43 | |
*** pjm6 has quit IRC | 02:45 | |
*** techcet has quit IRC | 02:48 | |
*** manikanta_tadi has quit IRC | 03:00 | |
*** thorst has joined #openstack-neutron | 03:01 | |
*** yamahata has joined #openstack-neutron | 03:03 | |
openstackgerrit | Merged openstack/neutron: Update Neutron documentation with `project` https://review.openstack.org/327258 | 03:07 |
*** thorst has quit IRC | 03:07 | |
*** tbachman has quit IRC | 03:09 | |
*** HELLER[ca] has joined #openstack-neutron | 03:15 | |
*** bharathm has quit IRC | 03:16 | |
*** bharathm has joined #openstack-neutron | 03:16 | |
*** vikasc has joined #openstack-neutron | 03:30 | |
*** johnbelamaric has joined #openstack-neutron | 03:34 | |
*** banix has quit IRC | 03:37 | |
*** HELLER[ca] has quit IRC | 03:42 | |
*** techcet has joined #openstack-neutron | 03:45 | |
*** bharathm has quit IRC | 03:46 | |
*** nplanel has joined #openstack-neutron | 03:48 | |
*** bharathm has joined #openstack-neutron | 03:49 | |
*** techcet has quit IRC | 03:49 | |
*** iyamahat has joined #openstack-neutron | 03:52 | |
*** hoangcx has quit IRC | 04:03 | |
*** Leo_ has joined #openstack-neutron | 04:04 | |
*** thorst has joined #openstack-neutron | 04:05 | |
*** numans has quit IRC | 04:08 | |
*** thorst has quit IRC | 04:13 | |
*** nplanel has quit IRC | 04:14 | |
*** kobis has joined #openstack-neutron | 04:16 | |
*** ssalagame has joined #openstack-neutron | 04:22 | |
*** pacoblox has joined #openstack-neutron | 04:25 | |
*** hoangcx has joined #openstack-neutron | 04:26 | |
*** kobis has quit IRC | 04:27 | |
*** Leo_ has quit IRC | 04:30 | |
*** vikasc has quit IRC | 04:58 | |
*** vikasc has joined #openstack-neutron | 04:59 | |
*** gouthamr has quit IRC | 05:00 | |
*** sudipto has joined #openstack-neutron | 05:07 | |
*** yamamoto has joined #openstack-neutron | 05:10 | |
*** thorst has joined #openstack-neutron | 05:12 | |
*** vikram has joined #openstack-neutron | 05:16 | |
*** thorst has quit IRC | 05:18 | |
*** ijw has joined #openstack-neutron | 05:20 | |
*** vikasc has quit IRC | 05:26 | |
*** swat30 has quit IRC | 05:27 | |
*** netsin has joined #openstack-neutron | 05:29 | |
*** swat30 has joined #openstack-neutron | 05:30 | |
*** sudipto has quit IRC | 05:32 | |
*** ijw has quit IRC | 05:33 | |
*** obondarev has joined #openstack-neutron | 05:36 | |
*** vikasc has joined #openstack-neutron | 05:40 | |
*** vikram has quit IRC | 05:44 | |
*** techcet has joined #openstack-neutron | 05:45 | |
*** ssalagame has quit IRC | 05:51 | |
*** Sukhdev has joined #openstack-neutron | 05:53 | |
*** yamamoto has quit IRC | 06:05 | |
*** armax has quit IRC | 06:09 | |
*** thorst has joined #openstack-neutron | 06:16 | |
*** obondarev has quit IRC | 06:19 | |
*** garyk has joined #openstack-neutron | 06:20 | |
*** mickeys has joined #openstack-neutron | 06:20 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron: Imported Translations from Zanata https://review.openstack.org/328592 | 06:22 |
*** hoangcx has quit IRC | 06:23 | |
*** thorst has quit IRC | 06:23 | |
*** danofsatx is now known as dan | 06:29 | |
*** dan is now known as danofsatx | 06:29 | |
*** pacoblox has quit IRC | 06:30 | |
*** zhhuabj has quit IRC | 06:31 | |
*** mickeys has quit IRC | 06:33 | |
*** iyamahat has quit IRC | 06:38 | |
*** Sukhdev has quit IRC | 06:41 | |
*** yamamoto has joined #openstack-neutron | 07:06 | |
openstackgerrit | garyk proposed openstack/neutron-fwaas: Fix subunit trace help https://review.openstack.org/331153 | 07:07 |
openstackgerrit | garyk proposed openstack/neutron-fwaas: Fix deprecation warnings https://review.openstack.org/330737 | 07:07 |
*** techcet has quit IRC | 07:09 | |
*** yamamoto has quit IRC | 07:10 | |
*** slaweq_ has joined #openstack-neutron | 07:13 | |
*** numans has joined #openstack-neutron | 07:15 | |
*** thorst has joined #openstack-neutron | 07:20 | |
*** thorst has quit IRC | 07:27 | |
*** moshele has joined #openstack-neutron | 07:27 | |
*** jckasper has joined #openstack-neutron | 07:35 | |
*** jckasper has quit IRC | 07:40 | |
*** yamamoto has joined #openstack-neutron | 07:41 | |
*** yamamoto has quit IRC | 07:46 | |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #openstack-neutron | 08:00 | |
*** slaweq_ has quit IRC | 08:03 | |
*** vikasc has quit IRC | 08:04 | |
*** slaweq_ has joined #openstack-neutron | 08:04 | |
*** techcet has joined #openstack-neutron | 08:10 | |
*** javeriak has joined #openstack-neutron | 08:11 | |
*** sbalukoff has quit IRC | 08:11 | |
*** hoangcx has joined #openstack-neutron | 08:11 | |
*** techcet has quit IRC | 08:14 | |
*** yamamoto has joined #openstack-neutron | 08:15 | |
*** wolverineav has joined #openstack-neutron | 08:19 | |
*** karts has quit IRC | 08:22 | |
*** yamamoto has quit IRC | 08:22 | |
*** wolverineav has quit IRC | 08:22 | |
*** wolverineav has joined #openstack-neutron | 08:22 | |
*** karts has joined #openstack-neutron | 08:22 | |
*** thorst has joined #openstack-neutron | 08:25 | |
*** daneyon has quit IRC | 08:26 | |
*** daneyon has joined #openstack-neutron | 08:26 | |
*** gangil has quit IRC | 08:26 | |
*** thorst has quit IRC | 08:33 | |
*** mkrcmari__ has joined #openstack-neutron | 08:36 | |
*** mvk_ has quit IRC | 08:39 | |
*** leifmadsen has quit IRC | 08:43 | |
*** russellb has quit IRC | 08:43 | |
*** abregman|afk has joined #openstack-neutron | 08:43 | |
*** vikasc has joined #openstack-neutron | 08:58 | |
*** wolverineav has quit IRC | 09:08 | |
*** techcet has joined #openstack-neutron | 09:11 | |
*** hoangcx has quit IRC | 09:12 | |
*** moshele has quit IRC | 09:12 | |
*** techcet has quit IRC | 09:16 | |
*** numans has quit IRC | 09:26 | |
*** thorst has joined #openstack-neutron | 09:31 | |
*** yamamoto has joined #openstack-neutron | 09:32 | |
*** thorst has quit IRC | 09:37 | |
*** tangchen has quit IRC | 09:40 | |
*** irenab has joined #openstack-neutron | 09:40 | |
*** hoangcx has joined #openstack-neutron | 09:44 | |
*** tangchen has joined #openstack-neutron | 09:49 | |
*** hieulq has quit IRC | 09:49 | |
*** tbachman has joined #openstack-neutron | 09:55 | |
*** hoangcx has quit IRC | 09:57 | |
*** yamamoto has quit IRC | 09:58 | |
*** hoangcx has joined #openstack-neutron | 10:02 | |
*** hieulq has joined #openstack-neutron | 10:04 | |
*** wolverineav has joined #openstack-neutron | 10:08 | |
*** tbachman_ has joined #openstack-neutron | 10:11 | |
*** hoangcx has quit IRC | 10:12 | |
*** tbachman has quit IRC | 10:13 | |
*** tbachman_ is now known as tbachman | 10:13 | |
*** wolverineav has quit IRC | 10:13 | |
*** mikelk has joined #openstack-neutron | 10:25 | |
*** vikasc has quit IRC | 10:33 | |
*** thorst has joined #openstack-neutron | 10:34 | |
*** javeriak has quit IRC | 10:36 | |
*** thorst has quit IRC | 10:42 | |
*** yamamoto has joined #openstack-neutron | 10:58 | |
*** karad has joined #openstack-neutron | 11:00 | |
*** yamamoto has quit IRC | 11:00 | |
*** yamamoto has joined #openstack-neutron | 11:01 | |
*** hoangcx has joined #openstack-neutron | 11:08 | |
*** slaweq_ has quit IRC | 11:10 | |
*** EinstCrazy has joined #openstack-neutron | 11:11 | |
*** nplanel has joined #openstack-neutron | 11:12 | |
*** techcet has joined #openstack-neutron | 11:13 | |
*** EinstCrazy has quit IRC | 11:15 | |
*** EinstCrazy has joined #openstack-neutron | 11:16 | |
*** techcet has quit IRC | 11:17 | |
*** dave-mccowan has joined #openstack-neutron | 11:21 | |
*** karad has quit IRC | 11:27 | |
*** EinstCrazy has quit IRC | 11:33 | |
*** brad_behle has quit IRC | 11:35 | |
*** thorst has joined #openstack-neutron | 11:39 | |
*** mikelk has quit IRC | 11:43 | |
*** edand has joined #openstack-neutron | 11:44 | |
*** thorst has quit IRC | 11:48 | |
*** abregman|afk has quit IRC | 12:08 | |
*** techcet has joined #openstack-neutron | 12:15 | |
*** techcet has quit IRC | 12:19 | |
*** jckasper has joined #openstack-neutron | 12:24 | |
*** jckasper has quit IRC | 12:24 | |
*** dave-mccowan has quit IRC | 12:45 | |
*** yamamoto has quit IRC | 12:45 | |
*** thorst has joined #openstack-neutron | 12:47 | |
*** thorst has quit IRC | 12:48 | |
*** thorst has joined #openstack-neutron | 12:48 | |
*** thorst has quit IRC | 12:49 | |
*** dave-mccowan has joined #openstack-neutron | 12:50 | |
openstackgerrit | Yu Jie proposed openstack/neutron: SG rules without setting remote_ip_prefix should be treated as duplicate with 0.0.0.0/0 or ::/0 https://review.openstack.org/331416 | 12:54 |
*** jckasper has joined #openstack-neutron | 12:58 | |
*** yamamoto has joined #openstack-neutron | 12:58 | |
*** thumpba has joined #openstack-neutron | 12:59 | |
*** nplanel has quit IRC | 13:02 | |
*** edand has quit IRC | 13:04 | |
*** jckasper has quit IRC | 13:08 | |
*** jckasper has joined #openstack-neutron | 13:08 | |
*** mvk_ has joined #openstack-neutron | 13:11 | |
*** jckasper has quit IRC | 13:13 | |
*** mkrcmari__ has quit IRC | 13:15 | |
*** javeriak has joined #openstack-neutron | 13:16 | |
*** baoli has joined #openstack-neutron | 13:18 | |
*** javeriak has quit IRC | 13:21 | |
*** baoli has quit IRC | 13:23 | |
*** techcet has joined #openstack-neutron | 13:25 | |
*** techcet has quit IRC | 13:30 | |
*** thumpba_ has joined #openstack-neutron | 13:30 | |
*** slaweq_ has joined #openstack-neutron | 13:31 | |
*** thumpba has quit IRC | 13:32 | |
*** prateek has joined #openstack-neutron | 13:33 | |
*** prateek has quit IRC | 13:36 | |
*** prateek has joined #openstack-neutron | 13:37 | |
*** fnaval has quit IRC | 13:43 | |
*** armax has joined #openstack-neutron | 13:49 | |
*** thorst has joined #openstack-neutron | 13:49 | |
*** Leo_ has joined #openstack-neutron | 13:50 | |
*** thorst has quit IRC | 13:58 | |
*** baoli has joined #openstack-neutron | 13:59 | |
*** prateek has quit IRC | 14:03 | |
*** frontrunner2 has joined #openstack-neutron | 14:03 | |
*** mkrcmari__ has joined #openstack-neutron | 14:04 | |
*** EinstCrazy has joined #openstack-neutron | 14:04 | |
*** frontrunner has quit IRC | 14:04 | |
*** wolverineav has joined #openstack-neutron | 14:06 | |
*** mvk_ has quit IRC | 14:07 | |
*** wolverineav has quit IRC | 14:10 | |
*** thorst has joined #openstack-neutron | 14:11 | |
*** frontrunner2 has quit IRC | 14:12 | |
*** dave-mccowan has quit IRC | 14:12 | |
*** johnbelamaric has quit IRC | 14:13 | |
*** thorst has quit IRC | 14:13 | |
*** baoli has quit IRC | 14:14 | |
*** kobis has joined #openstack-neutron | 14:15 | |
*** thumpba_ has quit IRC | 14:15 | |
*** pacoblox has joined #openstack-neutron | 14:15 | |
*** thumpba has joined #openstack-neutron | 14:16 | |
*** armax has left #openstack-neutron | 14:19 | |
*** armax has joined #openstack-neutron | 14:20 | |
*** thumpba has quit IRC | 14:20 | |
openstackgerrit | Yu Jie proposed openstack/neutron: SG rules without setting remote_ip_prefix should be treated as duplicate with 0.0.0.0/0 or ::/0 https://review.openstack.org/331416 | 14:25 |
*** techcet has joined #openstack-neutron | 14:27 | |
*** EinstCrazy has quit IRC | 14:28 | |
*** EinstCrazy has joined #openstack-neutron | 14:29 | |
*** techcet has quit IRC | 14:31 | |
*** EinstCrazy has quit IRC | 14:33 | |
*** kobis has quit IRC | 14:34 | |
*** kobis has joined #openstack-neutron | 14:35 | |
*** nyechiel has joined #openstack-neutron | 14:37 | |
*** nyechiel has quit IRC | 14:42 | |
*** gouthamr has joined #openstack-neutron | 14:47 | |
*** HenryG has quit IRC | 14:51 | |
*** HenryG has joined #openstack-neutron | 14:51 | |
*** gouthamr_ has joined #openstack-neutron | 14:53 | |
*** gouthamr has quit IRC | 14:56 | |
*** kobis has quit IRC | 14:56 | |
*** baoli has joined #openstack-neutron | 14:56 | |
*** gouthamr_ is now known as gouthamr | 14:57 | |
*** baoli has quit IRC | 15:00 | |
*** thorst has joined #openstack-neutron | 15:13 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Create auto allocated networks in disabled state https://review.openstack.org/329006 | 15:20 |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: DNM: oh the joy https://review.openstack.org/331424 | 15:20 |
*** tflynn has joined #openstack-neutron | 15:21 | |
*** thorst has quit IRC | 15:22 | |
*** tflynn has quit IRC | 15:23 | |
*** sudipto has joined #openstack-neutron | 15:47 | |
*** tpsilva has joined #openstack-neutron | 15:52 | |
*** banix has joined #openstack-neutron | 15:58 | |
*** vikasc has joined #openstack-neutron | 16:08 | |
*** pacoblox has quit IRC | 16:11 | |
*** mvk_ has joined #openstack-neutron | 16:19 | |
*** thorst has joined #openstack-neutron | 16:21 | |
*** thumpba has joined #openstack-neutron | 16:21 | |
*** banix has quit IRC | 16:22 | |
*** mkrcmari__ has quit IRC | 16:24 | |
*** thorst has quit IRC | 16:28 | |
*** techcet has joined #openstack-neutron | 16:28 | |
*** pacoblox has joined #openstack-neutron | 16:30 | |
*** techcet has quit IRC | 16:33 | |
*** sudipto has quit IRC | 16:35 | |
-openstackstatus- NOTICE: Gerrit is restarting now to relieve memory pressure and restore responsiveness | 16:37 | |
*** Leo_ has quit IRC | 16:42 | |
*** mkrcmari__ has joined #openstack-neutron | 16:52 | |
*** thumpba has quit IRC | 16:54 | |
*** vikasc has quit IRC | 16:54 | |
*** mvk has joined #openstack-neutron | 16:55 | |
*** mvk_ has quit IRC | 16:56 | |
*** mkrcmari__ has quit IRC | 16:58 | |
*** ri0 has joined #openstack-neutron | 17:02 | |
*** superdan is now known as dansmith | 17:11 | |
*** davideagnello has joined #openstack-neutron | 17:15 | |
*** Leo_ has joined #openstack-neutron | 17:16 | |
*** davideagnello has quit IRC | 17:17 | |
*** Leo_ has quit IRC | 17:20 | |
*** stanzgy has joined #openstack-neutron | 17:20 | |
*** shivrao has joined #openstack-neutron | 17:21 | |
*** mvk_ has joined #openstack-neutron | 17:21 | |
*** mvk has quit IRC | 17:25 | |
*** thorst has joined #openstack-neutron | 17:25 | |
*** shivrao has quit IRC | 17:28 | |
*** techcet has joined #openstack-neutron | 17:30 | |
*** pacoblox has quit IRC | 17:31 | |
*** efoley has joined #openstack-neutron | 17:32 | |
*** thorst has quit IRC | 17:33 | |
*** wolverineav has joined #openstack-neutron | 17:34 | |
*** techcet has quit IRC | 17:35 | |
*** mvk_ has quit IRC | 17:38 | |
*** mvk_ has joined #openstack-neutron | 17:39 | |
*** mkrcmari__ has joined #openstack-neutron | 17:40 | |
*** mvk_ has quit IRC | 17:43 | |
*** oshvartz has quit IRC | 17:44 | |
*** mvk_ has joined #openstack-neutron | 17:44 | |
*** efoley has quit IRC | 17:45 | |
*** mkrcmari__ has quit IRC | 17:48 | |
*** gangil has joined #openstack-neutron | 17:50 | |
*** jhershbe has joined #openstack-neutron | 17:56 | |
*** kobis has joined #openstack-neutron | 17:56 | |
*** oshvartz has joined #openstack-neutron | 17:57 | |
*** kobis has quit IRC | 17:58 | |
*** wolverineav has quit IRC | 18:04 | |
*** wolverineav has joined #openstack-neutron | 18:04 | |
*** fnaval has joined #openstack-neutron | 18:06 | |
*** kobis has joined #openstack-neutron | 18:10 | |
*** Leo_ has joined #openstack-neutron | 18:10 | |
*** Sukhdev has joined #openstack-neutron | 18:12 | |
*** oshvartz has quit IRC | 18:13 | |
*** kobis has quit IRC | 18:14 | |
*** kobis has joined #openstack-neutron | 18:14 | |
*** kobis has quit IRC | 18:14 | |
*** Leo_ has quit IRC | 18:15 | |
*** javeriak has joined #openstack-neutron | 18:17 | |
*** ri0 has quit IRC | 18:18 | |
*** Anand has joined #openstack-neutron | 18:18 | |
Anand | Hello, anyone has openstack installed in their homelab? | 18:19 |
*** javeriak_ has joined #openstack-neutron | 18:21 | |
*** javeriak has quit IRC | 18:21 | |
*** thorst has joined #openstack-neutron | 18:33 | |
*** amit213 has quit IRC | 18:34 | |
*** jhershbe has quit IRC | 18:34 | |
*** amit213 has joined #openstack-neutron | 18:37 | |
*** thorst has quit IRC | 18:38 | |
*** jhershbe has joined #openstack-neutron | 18:44 | |
*** techcet has joined #openstack-neutron | 18:46 | |
*** thumpba has joined #openstack-neutron | 18:47 | |
*** amit213 has quit IRC | 18:49 | |
*** amit213 has joined #openstack-neutron | 18:49 | |
*** gouthamr has quit IRC | 18:49 | |
*** thumpba has quit IRC | 18:52 | |
*** amit213 has quit IRC | 18:56 | |
*** amit213 has joined #openstack-neutron | 18:57 | |
*** techcet has quit IRC | 19:01 | |
*** amit213 has quit IRC | 19:02 | |
*** amit213 has joined #openstack-neutron | 19:03 | |
*** Leo_ has joined #openstack-neutron | 19:04 | |
*** wolverineav has quit IRC | 19:05 | |
*** wolverineav has joined #openstack-neutron | 19:06 | |
*** banix has joined #openstack-neutron | 19:08 | |
*** bapalm has quit IRC | 19:08 | |
*** stanzgy has quit IRC | 19:08 | |
*** Leo_ has quit IRC | 19:09 | |
*** karad has joined #openstack-neutron | 19:12 | |
*** ajmiller_ has quit IRC | 19:16 | |
*** ajmiller has joined #openstack-neutron | 19:17 | |
*** jhershbe has quit IRC | 19:21 | |
*** wolverineav has quit IRC | 19:21 | |
*** wolverineav has joined #openstack-neutron | 19:24 | |
*** nyechiel has joined #openstack-neutron | 19:25 | |
*** wolverineav has quit IRC | 19:29 | |
*** jhershbe has joined #openstack-neutron | 19:29 | |
*** shivrao has joined #openstack-neutron | 19:35 | |
*** shivrao has quit IRC | 19:35 | |
*** banix has quit IRC | 19:37 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron: Add cookie tracking to OVS firewall driver https://review.openstack.org/295154 | 19:39 |
*** mriedem1 has joined #openstack-neutron | 19:44 | |
*** shivrao has joined #openstack-neutron | 19:45 | |
*** mriedem has quit IRC | 19:46 | |
*** mriedem1 is now known as mriedem | 19:46 | |
*** mriedem1 has joined #openstack-neutron | 19:58 | |
*** Sukhdev has quit IRC | 19:58 | |
*** jhershbe has quit IRC | 19:58 | |
*** mriedem has quit IRC | 20:00 | |
Anand | has joined...has left....has joined....has left.... | 20:03 |
*** moshele has joined #openstack-neutron | 20:03 | |
Anand | has joined...has quit....has joined....has quit.... | 20:03 |
Anand | has joined...has quit....has joined....has quit.... | 20:03 |
Anand | has joined...has quit....has joined....has quit.... | 20:03 |
Anand | has joined...has quit....has joined....has quit.... | 20:03 |
*** ssalagame has joined #openstack-neutron | 20:16 | |
*** wolverineav has joined #openstack-neutron | 20:16 | |
*** wolverineav has quit IRC | 20:21 | |
*** nyechiel has quit IRC | 20:25 | |
*** karad has quit IRC | 20:29 | |
*** wolverineav has joined #openstack-neutron | 20:39 | |
*** thorst has joined #openstack-neutron | 20:39 | |
*** wolverineav has quit IRC | 20:43 | |
*** thorst has quit IRC | 20:47 | |
*** shivrao has quit IRC | 20:52 | |
*** Leo_ has joined #openstack-neutron | 20:52 | |
*** wolverineav has joined #openstack-neutron | 20:53 | |
*** Leo_ has quit IRC | 20:57 | |
*** moshele has quit IRC | 21:00 | |
*** ssalagame has quit IRC | 21:01 | |
*** techcet has joined #openstack-neutron | 21:03 | |
*** techcet has quit IRC | 21:04 | |
*** javeriak_ has quit IRC | 21:11 | |
*** Anand has left #openstack-neutron | 21:17 | |
*** mkrcmari__ has joined #openstack-neutron | 21:26 | |
*** ijw has joined #openstack-neutron | 21:26 | |
*** ihrachys has joined #openstack-neutron | 21:28 | |
*** mvk_ has quit IRC | 21:29 | |
*** thorst has joined #openstack-neutron | 21:45 | |
*** thorst has quit IRC | 21:53 | |
*** ijw has quit IRC | 21:56 | |
*** tpsilva has quit IRC | 22:07 | |
*** ihrachys has quit IRC | 22:09 | |
*** pacoblox has joined #openstack-neutron | 22:15 | |
*** gouthamr has joined #openstack-neutron | 22:32 | |
*** banix has joined #openstack-neutron | 22:34 | |
*** pacoblox has quit IRC | 22:36 | |
*** pacoblox has joined #openstack-neutron | 22:36 | |
*** Leom has joined #openstack-neutron | 22:41 | |
*** Leom has quit IRC | 22:45 | |
*** yamamoto has quit IRC | 22:48 | |
*** thorst has joined #openstack-neutron | 22:49 | |
*** thorst has quit IRC | 22:58 | |
*** yamamoto has joined #openstack-neutron | 23:00 | |
*** yamamoto has quit IRC | 23:00 | |
*** claudiub has joined #openstack-neutron | 23:06 | |
*** abregman has joined #openstack-neutron | 23:07 | |
*** pacoblox has quit IRC | 23:22 | |
*** ijw has joined #openstack-neutron | 23:26 | |
*** slaweq_ has quit IRC | 23:28 | |
*** iyamahat has joined #openstack-neutron | 23:35 | |
*** karad has joined #openstack-neutron | 23:36 | |
*** openstackstatus has quit IRC | 23:40 | |
*** ijw has quit IRC | 23:40 | |
*** iyamahat has quit IRC | 23:40 | |
*** openstackstatus has joined #openstack-neutron | 23:41 | |
*** ChanServ sets mode: +v openstackstatus | 23:41 | |
*** thorst has joined #openstack-neutron | 23:52 | |
*** thorst has quit IRC | 23:52 | |
*** thorst has joined #openstack-neutron | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!