*** ivar-lazzaro has quit IRC | 00:00 | |
*** david-lyle has quit IRC | 00:01 | |
*** lujinluo has joined #openstack-neutron | 00:02 | |
*** _oanson has quit IRC | 00:04 | |
*** tonytan4ever has joined #openstack-neutron | 00:04 | |
*** amotoki has joined #openstack-neutron | 00:05 | |
*** tonytan4ever has quit IRC | 00:06 | |
*** tonytan4ever has joined #openstack-neutron | 00:07 | |
*** david-lyle has joined #openstack-neutron | 00:07 | |
*** amotoki has quit IRC | 00:10 | |
*** sindhu has quit IRC | 00:10 | |
*** st8less has joined #openstack-neutron | 00:11 | |
*** SamYaple has joined #openstack-neutron | 00:17 | |
*** Murali has quit IRC | 00:18 | |
SamYaple | Sam-I-Am: figured this would be a better venue | 00:19 |
---|---|---|
SamYaple | so check here https://github.com/openstack/neutron/blob/stable/mitaka/neutron/plugins/ml2/extensions/dns_integration.py#L77 | 00:19 |
SamYaple | if that external_dns_not_needed function returns True, then the port doesnt get added to the portdnses table in enutron | 00:19 |
openstackgerrit | Moshe Levi proposed openstack/neutron: SR-IOV: remove unused supported_pci_vendor_info variable https://review.openstack.org/352715 | 00:20 |
SamYaple | without being in the portdnses table, it wont go to the external dns service | 00:20 |
Sam-I-Am | so this actually doesnt work? | 00:20 |
SamYaple | well it work with flat non-tenant networks | 00:20 |
Sam-I-Am | but not vlan provider nets? | 00:20 |
SamYaple | or rather flat non-provider networks** | 00:20 |
SamYaple | correct | 00:20 |
Sam-I-Am | funky | 00:21 |
SamYaple | if the network has Router:External True then it wont set dns | 00:21 |
*** abhiraut has joined #openstack-neutron | 00:21 | |
Sam-I-Am | which would imply floating ips for various self-service nets | 00:21 |
SamYaple | so ive been testing with the working network type right? and it was going great. i just spent 2 hour trying to figure out why it stopped working on a different network | 00:21 |
SamYaple | right. and that makes less sense | 00:22 |
Sam-I-Am | well, it should work for either a) instances booted directly on provider nets b) instances with fips (that reside on provider nets) | 00:22 |
Sam-I-Am | shouldnt matter what type the provider net is... flat or vlan | 00:22 |
*** tidwellr has left #openstack-neutron | 00:22 | |
SamYaple | the thing is, its suppose to work for fips | 00:22 |
Sam-I-Am | yes | 00:22 |
Sam-I-Am | according to the docs, at least :) | 00:23 |
SamYaple | and i see no reason why it _shouldnt_ work for provider nets to be honest | 00:23 |
SamYaple | for the record, returning False from that function everytime seems to do what i want | 00:23 |
SamYaple | which is really wierd as to why that even exists | 00:23 |
*** rmcall has joined #openstack-neutron | 00:23 | |
*** david-lyle has quit IRC | 00:26 | |
*** vhosakot has quit IRC | 00:27 | |
*** bwallis has joined #openstack-neutron | 00:28 | |
SamYaple | what is a "network segment" in the code? is that a subnet | 00:28 |
*** tpsilva has quit IRC | 00:28 | |
Sam-I-Am | i think so | 00:29 |
SamYaple | then it works if there is multiple subnets on one network....?!? | 00:30 |
*** sterdnotshaken has joined #openstack-neutron | 00:31 | |
*** rmcall has quit IRC | 00:33 | |
openstackgerrit | QunyingRan proposed openstack/neutron: Remove used ip which not in subnet pool from network used ip statistics https://review.openstack.org/322387 | 00:33 |
*** rmcall has joined #openstack-neutron | 00:33 | |
*** a_ta has joined #openstack-neutron | 00:33 | |
openstackgerrit | QunyingRan proposed openstack/neutron: Relocate subnet_service_types db models https://review.openstack.org/357054 | 00:34 |
SamYaple | Sam-I-Am: oh boy. that is the case.... it works when there is a second subnet | 00:34 |
*** sterdnotshaken has quit IRC | 00:34 | |
SamYaple | Sam-I-Am: what the what | 00:34 |
*** manikanta_tadi has quit IRC | 00:35 | |
SamYaple | im feeling bug. is there a design reason for this that anyone can think of? | 00:36 |
*** tbachman has quit IRC | 00:36 | |
Sam-I-Am | no idea, unless we're reading the code wrong | 00:36 |
*** sdake has quit IRC | 00:36 | |
Sam-I-Am | i think mlavalle was involved in this... maybe | 00:36 |
*** sdake has joined #openstack-neutron | 00:37 | |
SamYaple | the fact that it works with multiple subnets means that i think we arent | 00:37 |
SamYaple | i think there is a missing "not" in there | 00:37 |
Sam-I-Am | remember, a lot of this stuff isnt actually tested | 00:38 |
*** a_ta has quit IRC | 00:38 | |
*** Murali has joined #openstack-neutron | 00:38 | |
*** claudiub has quit IRC | 00:38 | |
SamYaple | heh | 00:39 |
SamYaple | yay | 00:39 |
SamYaple | time to roll it into production then | 00:39 |
Sam-I-Am | file bugs :) | 00:40 |
SamYaple | im going to push a patch and see who complains | 00:40 |
SamYaple | best way to get the right answer is purpose a wrong one | 00:40 |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/neutron: Security group call back need cascading delete the related rules https://review.openstack.org/294423 | 00:42 |
*** donghao has quit IRC | 00:43 | |
*** hoangcx has joined #openstack-neutron | 00:48 | |
*** cheran has quit IRC | 00:49 | |
*** ivar-lazzaro has joined #openstack-neutron | 00:49 | |
openstackgerrit | tonytan4ever proposed openstack/neutron: Relocate external-network model https://review.openstack.org/359493 | 00:52 |
openstackgerrit | Armando Migliaccio proposed openstack/python-neutronclient: Provide client bindings for DELETE method of auto-allocated-topology extension https://review.openstack.org/359494 | 00:55 |
*** manikanta_tadi has joined #openstack-neutron | 00:56 | |
openstackgerrit | tonytan4ever proposed openstack/neutron: Relocate Agent DB model https://review.openstack.org/330870 | 00:56 |
openstackgerrit | tonytan4ever proposed openstack/neutron: Agent to OVO https://review.openstack.org/297887 | 00:56 |
*** tbachman has joined #openstack-neutron | 01:00 | |
*** abhiraut has quit IRC | 01:04 | |
*** amotoki has joined #openstack-neutron | 01:06 | |
*** nplanel has joined #openstack-neutron | 01:06 | |
*** amotoki has quit IRC | 01:10 | |
*** tonytan_brb has joined #openstack-neutron | 01:11 | |
*** vishwanathj has quit IRC | 01:11 | |
*** Sukhdev has quit IRC | 01:12 | |
*** nyechiel has joined #openstack-neutron | 01:13 | |
*** tonytan4ever has quit IRC | 01:14 | |
openstackgerrit | Victor Morales proposed openstack/neutron: Relocate Segment DB Models https://review.openstack.org/352226 | 01:14 |
*** gvrangan has quit IRC | 01:15 | |
*** shashank_hegde has quit IRC | 01:15 | |
*** hoangcx has quit IRC | 01:17 | |
*** kev0 has quit IRC | 01:19 | |
*** chlong has joined #openstack-neutron | 01:20 | |
*** itisha has quit IRC | 01:20 | |
*** mfuruta has joined #openstack-neutron | 01:21 | |
*** annp has joined #openstack-neutron | 01:22 | |
*** saksham_ has quit IRC | 01:22 | |
*** baoli has joined #openstack-neutron | 01:23 | |
*** yedongcan has joined #openstack-neutron | 01:24 | |
*** baoli_ has joined #openstack-neutron | 01:24 | |
*** nyechiel has quit IRC | 01:26 | |
*** hoangcx has joined #openstack-neutron | 01:26 | |
openstackgerrit | Anh Tran proposed openstack/neutron: Rollback port after failed to add it to router https://review.openstack.org/341427 | 01:26 |
openstackgerrit | IWAMOTO Toshihiro proposed openstack/neutron: fullstack: Add security group tests https://review.openstack.org/341328 | 01:27 |
openstackgerrit | IWAMOTO Toshihiro proposed openstack/neutron: fullstack: Add security group tests https://review.openstack.org/341328 | 01:27 |
*** baoli has quit IRC | 01:28 | |
openstackgerrit | Merged openstack/python-neutronclient: Updated from global requirements https://review.openstack.org/351905 | 01:31 |
openstackgerrit | Merged openstack/python-neutronclient: Remove admin-state-down from lbaas-member-update https://review.openstack.org/306906 | 01:31 |
openstackgerrit | Merged openstack/python-neutronclient: Use upper constraints for all jobs in tox.ini https://review.openstack.org/358515 | 01:31 |
openstackgerrit | Sam Yaple proposed openstack/neutron: Always pass info to external DNS https://review.openstack.org/359512 | 01:32 |
SamYaple | Sam-I-Am: https://review.openstack.org/#/c/359512 | 01:34 |
SamYaple | please comment if you have an opinion | 01:34 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron: Updated from global requirements https://review.openstack.org/359464 | 01:34 |
*** a_ta has joined #openstack-neutron | 01:34 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron-lib: Updated from global requirements https://review.openstack.org/359518 | 01:34 |
*** jckasper has quit IRC | 01:35 | |
*** chenyan has joined #openstack-neutron | 01:35 | |
*** wu_ng has joined #openstack-neutron | 01:37 | |
*** lixiaoy1 has quit IRC | 01:37 | |
*** a_ta has quit IRC | 01:38 | |
*** salv-orlando has joined #openstack-neutron | 01:40 | |
*** EinstCrazy has joined #openstack-neutron | 01:41 | |
*** tonytan_brb has quit IRC | 01:41 | |
*** haplo37__ has quit IRC | 01:41 | |
openstackgerrit | Sam Yaple proposed openstack/neutron: Always pass info to external DNS https://review.openstack.org/359512 | 01:42 |
*** jckasper has joined #openstack-neutron | 01:43 | |
*** s3wong has quit IRC | 01:43 | |
*** moshele has joined #openstack-neutron | 01:43 | |
*** jckasper has quit IRC | 01:47 | |
*** lilintan has joined #openstack-neutron | 01:49 | |
*** ivar-lazzaro has quit IRC | 01:50 | |
*** jckasper has joined #openstack-neutron | 01:50 | |
*** salv-orlando has quit IRC | 01:51 | |
*** thorst_ has joined #openstack-neutron | 01:52 | |
*** sindhu has joined #openstack-neutron | 01:53 | |
*** yamahata has quit IRC | 01:57 | |
*** dkehn_ has quit IRC | 01:57 | |
*** dkehn has quit IRC | 01:57 | |
*** EinstCra_ has joined #openstack-neutron | 02:03 | |
*** tonytan4ever has joined #openstack-neutron | 02:04 | |
*** vhosakot has joined #openstack-neutron | 02:06 | |
*** EinstCrazy has quit IRC | 02:06 | |
*** amotoki has joined #openstack-neutron | 02:06 | |
*** jckasper has quit IRC | 02:07 | |
*** Murali has quit IRC | 02:08 | |
*** iyamahat has quit IRC | 02:08 | |
*** sbalukoff has joined #openstack-neutron | 02:09 | |
*** lizk has joined #openstack-neutron | 02:10 | |
*** gvrangan has joined #openstack-neutron | 02:10 | |
*** dkehn_ has joined #openstack-neutron | 02:10 | |
*** ivar-lazzaro has joined #openstack-neutron | 02:11 | |
*** amotoki has quit IRC | 02:11 | |
*** dkehn has joined #openstack-neutron | 02:11 | |
*** jhershbe has joined #openstack-neutron | 02:11 | |
*** jhershbe_ has joined #openstack-neutron | 02:12 | |
*** sdague has joined #openstack-neutron | 02:12 | |
*** stanzgy has joined #openstack-neutron | 02:13 | |
openstackgerrit | zhufl proposed openstack/neutron: Remove unnecessary __init__ https://review.openstack.org/359545 | 02:13 |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron-lib: api-ref: Adding request parameter for security-group-rule https://review.openstack.org/357620 | 02:14 |
*** gvrangan has quit IRC | 02:15 | |
openstackgerrit | Sindhu Devale proposed openstack/neutron: Relocate router route DB model https://review.openstack.org/354797 | 02:15 |
*** ivar-lazzaro has quit IRC | 02:15 | |
*** mickeys has quit IRC | 02:17 | |
*** fnaval_ has joined #openstack-neutron | 02:18 | |
*** fnaval has quit IRC | 02:18 | |
*** itlinux has joined #openstack-neutron | 02:22 | |
*** gouthamr_ has joined #openstack-neutron | 02:25 | |
*** ivar-lazzaro has joined #openstack-neutron | 02:28 | |
*** gouthamr has quit IRC | 02:28 | |
*** jamesdenton has joined #openstack-neutron | 02:32 | |
*** st8less has quit IRC | 02:33 | |
*** sdague has quit IRC | 02:33 | |
*** saksham_ has joined #openstack-neutron | 02:35 | |
*** a_ta has joined #openstack-neutron | 02:35 | |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron-lib: api-ref: correct show descriptions of security groups parameters https://review.openstack.org/357593 | 02:35 |
*** jamesden_ has joined #openstack-neutron | 02:35 | |
*** jamesde__ has joined #openstack-neutron | 02:37 | |
*** jamesde__ has quit IRC | 02:37 | |
*** moshele has quit IRC | 02:38 | |
*** kriskend has quit IRC | 02:39 | |
*** a_ta has quit IRC | 02:40 | |
*** jamesden_ has quit IRC | 02:40 | |
openstackgerrit | Doug Wiegley proposed openstack/neutron: Revert "Enable ra on gateway when add gateway to HA router" https://review.openstack.org/359550 | 02:41 |
*** itlinux has quit IRC | 02:41 | |
*** murphy_zhao has quit IRC | 02:46 | |
*** sdake has quit IRC | 02:46 | |
*** sdake has joined #openstack-neutron | 02:49 | |
*** vhosakot has quit IRC | 02:50 | |
*** salv-orlando has joined #openstack-neutron | 02:50 | |
*** yuanying_ has joined #openstack-neutron | 02:51 | |
*** yuanying has quit IRC | 02:52 | |
*** yuanying has joined #openstack-neutron | 02:53 | |
*** salv-orlando has quit IRC | 02:53 | |
*** chandanc_ has joined #openstack-neutron | 02:55 | |
*** yuanying has quit IRC | 02:55 | |
*** yuanying has joined #openstack-neutron | 02:56 | |
*** yuanying_ has quit IRC | 02:57 | |
*** saksham_ has quit IRC | 03:03 | |
*** gongysh has joined #openstack-neutron | 03:03 | |
*** gouthamr_ is now known as gouthamr | 03:05 | |
*** tflynn has joined #openstack-neutron | 03:06 | |
*** tflynn_ has joined #openstack-neutron | 03:07 | |
*** amotoki has joined #openstack-neutron | 03:07 | |
*** donghao has joined #openstack-neutron | 03:09 | |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron-lib: api-ref: Fix api-ref for metering https://review.openstack.org/358395 | 03:10 |
*** tflynn has quit IRC | 03:10 | |
*** amotoki has quit IRC | 03:11 | |
*** vishwanathj has joined #openstack-neutron | 03:11 | |
*** st8less has joined #openstack-neutron | 03:14 | |
*** aswadr_ has joined #openstack-neutron | 03:17 | |
*** vishwanathj is now known as vishwanathj_zzz | 03:19 | |
*** st8less has quit IRC | 03:19 | |
*** saksham_ has joined #openstack-neutron | 03:20 | |
*** jacob_l has joined #openstack-neutron | 03:23 | |
openstackgerrit | Anindita Das proposed openstack/neutron-lib: [WIP]api-ref: Fix api-ref for lbaas-v2 https://review.openstack.org/358949 | 03:23 |
*** saksham_ has quit IRC | 03:24 | |
*** amotoki has joined #openstack-neutron | 03:24 | |
*** sbalukoff has quit IRC | 03:24 | |
*** rajinir has quit IRC | 03:25 | |
*** EinstCrazy has joined #openstack-neutron | 03:25 | |
*** sbalukoff has joined #openstack-neutron | 03:25 | |
*** jacob_l has quit IRC | 03:27 | |
*** EinstCra_ has quit IRC | 03:28 | |
openstackgerrit | bin proposed openstack/neutron: Add routed network scenario test cases https://review.openstack.org/347188 | 03:28 |
*** jacob_l has joined #openstack-neutron | 03:31 | |
*** jacob_l has joined #openstack-neutron | 03:31 | |
*** parora has joined #openstack-neutron | 03:34 | |
*** gouthamr has quit IRC | 03:36 | |
*** prateek_ has quit IRC | 03:36 | |
*** gouthamr has joined #openstack-neutron | 03:37 | |
*** jacob_l has quit IRC | 03:37 | |
*** a_ta has joined #openstack-neutron | 03:37 | |
*** yedongcan has quit IRC | 03:38 | |
*** amotoki has quit IRC | 03:38 | |
*** yushiro has quit IRC | 03:38 | |
*** thorst_ has quit IRC | 03:38 | |
*** thorst_ has joined #openstack-neutron | 03:39 | |
*** hoangcx has quit IRC | 03:40 | |
*** a_ta has quit IRC | 03:42 | |
*** Sukhdev has joined #openstack-neutron | 03:42 | |
*** jacob_l has joined #openstack-neutron | 03:42 | |
*** jckasper has joined #openstack-neutron | 03:42 | |
*** gouthamr has quit IRC | 03:45 | |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron-lib: api-ref: Fix api-ref for vpnaas https://review.openstack.org/358524 | 03:46 |
*** jckasper has quit IRC | 03:47 | |
*** thorst_ has quit IRC | 03:47 | |
*** yuanying has quit IRC | 03:48 | |
*** yedongcan has joined #openstack-neutron | 03:50 | |
*** tonytan4ever has quit IRC | 03:50 | |
*** yuanying has joined #openstack-neutron | 03:51 | |
*** jacob_l has quit IRC | 03:52 | |
openstackgerrit | Shashank Kumar Shankar proposed openstack/neutron: OVO for Provisioning Block DB Model https://review.openstack.org/357488 | 03:56 |
*** yushiro has joined #openstack-neutron | 03:57 | |
*** salv-orlando has joined #openstack-neutron | 03:58 | |
*** gongysh has quit IRC | 03:59 | |
*** amotoki has joined #openstack-neutron | 04:00 | |
*** padkrish has joined #openstack-neutron | 04:00 | |
*** bigdogstl has joined #openstack-neutron | 04:01 | |
*** baoli_ has quit IRC | 04:01 | |
openstackgerrit | Shashank Kumar Shankar proposed openstack/neutron: OVO for Provisioning Block DB Model https://review.openstack.org/357488 | 04:01 |
*** DmZDsfZoQv has quit IRC | 04:03 | |
*** bigdogstl has quit IRC | 04:05 | |
*** mkolesni has joined #openstack-neutron | 04:09 | |
*** salv-orlando has quit IRC | 04:09 | |
*** amotoki has quit IRC | 04:09 | |
*** amotoki has joined #openstack-neutron | 04:10 | |
*** gvrangan has joined #openstack-neutron | 04:11 | |
*** sindhu has quit IRC | 04:12 | |
*** prateek_ has joined #openstack-neutron | 04:13 | |
*** jraju has joined #openstack-neutron | 04:14 | |
*** hoangcx has joined #openstack-neutron | 04:15 | |
*** jraju has quit IRC | 04:15 | |
*** st8less has joined #openstack-neutron | 04:15 | |
*** gvrangan has quit IRC | 04:16 | |
*** parora has quit IRC | 04:17 | |
*** shashank_hegde has joined #openstack-neutron | 04:18 | |
*** st8less has quit IRC | 04:21 | |
*** tryit has joined #openstack-neutron | 04:24 | |
*** lujinluo has quit IRC | 04:25 | |
*** lujinluo has joined #openstack-neutron | 04:26 | |
*** shausy has joined #openstack-neutron | 04:29 | |
*** amotoki has quit IRC | 04:31 | |
*** pbandark has joined #openstack-neutron | 04:33 | |
openstackgerrit | Anindita Das proposed openstack/neutron-lib: [WIP]api-ref: Fix api-ref for lbaas-v2 https://review.openstack.org/358949 | 04:36 |
*** prateek_ has quit IRC | 04:36 | |
*** amotoki has joined #openstack-neutron | 04:37 | |
*** manikanta_tadi has quit IRC | 04:38 | |
*** yamamoto has quit IRC | 04:39 | |
*** yamamoto has joined #openstack-neutron | 04:39 | |
*** yamamoto has quit IRC | 04:41 | |
*** yamamoto has joined #openstack-neutron | 04:42 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Move retry decorators to plugins for mutating ops https://review.openstack.org/356530 | 04:42 |
*** yamamoto has quit IRC | 04:42 | |
*** thorst_ has joined #openstack-neutron | 04:45 | |
*** tflynn_ has quit IRC | 04:47 | |
*** tflynn has joined #openstack-neutron | 04:49 | |
*** saksham_ has joined #openstack-neutron | 04:50 | |
*** saksham_ has quit IRC | 04:50 | |
*** Shahid_ has joined #openstack-neutron | 04:50 | |
*** saksham_ has joined #openstack-neutron | 04:50 | |
*** tonytan4ever has joined #openstack-neutron | 04:51 | |
*** mickeys has joined #openstack-neutron | 04:51 | |
*** thorst_ has quit IRC | 04:52 | |
*** salv-orlando has joined #openstack-neutron | 04:54 | |
*** saksham_ has quit IRC | 04:54 | |
*** tflynn_ has joined #openstack-neutron | 04:55 | |
*** tflynn has quit IRC | 04:55 | |
openstackgerrit | Kengo Hobo proposed openstack/neutron: Handle label_id's DBReferenceError when creating label-rule https://review.openstack.org/359591 | 04:56 |
*** tonytan4ever has quit IRC | 04:56 | |
*** mickeys has quit IRC | 04:57 | |
*** mfuruta has quit IRC | 05:05 | |
*** mfuruta has joined #openstack-neutron | 05:05 | |
*** andymaier_ has joined #openstack-neutron | 05:05 | |
*** prateek_ has joined #openstack-neutron | 05:08 | |
*** garyk1 has joined #openstack-neutron | 05:08 | |
*** garyk has quit IRC | 05:12 | |
*** garyk has joined #openstack-neutron | 05:12 | |
*** norman_ has joined #openstack-neutron | 05:13 | |
*** obondarev has joined #openstack-neutron | 05:14 | |
*** iwamoto has joined #openstack-neutron | 05:15 | |
*** javeriak has joined #openstack-neutron | 05:18 | |
*** anilvenkata has joined #openstack-neutron | 05:23 | |
*** anilvenkata has quit IRC | 05:27 | |
*** Sukhdev has quit IRC | 05:27 | |
*** rkukura_ has joined #openstack-neutron | 05:27 | |
*** rkukura has quit IRC | 05:29 | |
*** rkukura_ is now known as rkukura | 05:29 | |
*** obondarev has quit IRC | 05:30 | |
openstackgerrit | Anindita Das proposed openstack/neutron-lib: [WIP]api-ref: Fix api-ref for lbaas-v2 https://review.openstack.org/358949 | 05:30 |
*** yedongcan has quit IRC | 05:30 | |
*** ratailor has joined #openstack-neutron | 05:31 | |
*** javeriak has quit IRC | 05:32 | |
*** moshele has joined #openstack-neutron | 05:32 | |
openstackgerrit | QunyingRan proposed openstack/neutron: Relocate subnet_service_types db models https://review.openstack.org/357054 | 05:33 |
*** tflynn_ has quit IRC | 05:34 | |
*** vikram has joined #openstack-neutron | 05:37 | |
*** yfried has joined #openstack-neutron | 05:38 | |
*** a_ta has joined #openstack-neutron | 05:38 | |
*** andymaier_ has quit IRC | 05:39 | |
*** yamamoto has joined #openstack-neutron | 05:39 | |
*** mpsairam has quit IRC | 05:39 | |
*** tflynn has joined #openstack-neutron | 05:40 | |
*** yedongcan has joined #openstack-neutron | 05:41 | |
*** tbachman_ has joined #openstack-neutron | 05:41 | |
*** armax has quit IRC | 05:41 | |
openstackgerrit | Reedip proposed openstack/neutron: Compress extended ipv6 address https://review.openstack.org/267283 | 05:42 |
*** tbachman has quit IRC | 05:42 | |
*** tbachman_ is now known as tbachman | 05:42 | |
*** ivar-lazzaro has joined #openstack-neutron | 05:42 | |
*** a_ta has quit IRC | 05:42 | |
*** ivar-laz_ has joined #openstack-neutron | 05:43 | |
*** gvrangan has joined #openstack-neutron | 05:46 | |
*** ivar-lazzaro has quit IRC | 05:47 | |
*** ilyashakhat has joined #openstack-neutron | 05:47 | |
*** ivar-laz_ has quit IRC | 05:49 | |
*** thorst_ has joined #openstack-neutron | 05:50 | |
*** fnaval_ has quit IRC | 05:51 | |
*** obondarev has joined #openstack-neutron | 05:52 | |
*** adriant has quit IRC | 05:52 | |
*** tonytan4ever has joined #openstack-neutron | 05:52 | |
*** EinstCrazy has quit IRC | 05:52 | |
*** mickeys has joined #openstack-neutron | 05:53 | |
*** EinstCrazy has joined #openstack-neutron | 05:54 | |
openstackgerrit | Moshe Levi proposed openstack/neutron: Allow SR-IOV agent to start when number of vf is 0 https://review.openstack.org/357244 | 05:56 |
*** tonytan4ever has quit IRC | 05:57 | |
*** irenab has quit IRC | 05:57 | |
*** EinstCrazy has quit IRC | 05:57 | |
*** EinstCrazy has joined #openstack-neutron | 05:58 | |
*** thorst_ has quit IRC | 05:58 | |
*** mickeys has quit IRC | 05:58 | |
*** hoangcx has quit IRC | 05:59 | |
*** javeriak has joined #openstack-neutron | 05:59 | |
*** oanson has joined #openstack-neutron | 06:00 | |
*** fnaval has joined #openstack-neutron | 06:00 | |
*** fnaval has quit IRC | 06:00 | |
*** fnaval has joined #openstack-neutron | 06:01 | |
*** EinstCra_ has joined #openstack-neutron | 06:02 | |
*** EinstCrazy has quit IRC | 06:05 | |
*** moshele has quit IRC | 06:06 | |
*** ilyashakhat has quit IRC | 06:06 | |
*** tflynn has quit IRC | 06:09 | |
*** hoangcx has joined #openstack-neutron | 06:10 | |
openstackgerrit | Anindita Das proposed openstack/neutron-lib: [WIP]api-ref: Fix api-ref for lbaas-v2 https://review.openstack.org/358949 | 06:11 |
*** tflynn has joined #openstack-neutron | 06:11 | |
openstackgerrit | Anindita Das proposed openstack/neutron-lib: api-ref: Fix api-ref for lbaas-v2 https://review.openstack.org/358949 | 06:13 |
*** edand has joined #openstack-neutron | 06:15 | |
*** ekuris has joined #openstack-neutron | 06:16 | |
*** st8less has joined #openstack-neutron | 06:18 | |
*** mpsairam has joined #openstack-neutron | 06:19 | |
*** brad_behle_ has joined #openstack-neutron | 06:19 | |
*** obondarev has quit IRC | 06:20 | |
*** chandanc_ has quit IRC | 06:23 | |
*** brad_behle has quit IRC | 06:23 | |
*** st8less has quit IRC | 06:23 | |
*** rcernin has joined #openstack-neutron | 06:23 | |
*** irenab has joined #openstack-neutron | 06:24 | |
*** padkrish has quit IRC | 06:26 | |
*** namnh has joined #openstack-neutron | 06:26 | |
*** ganeshnalawade has joined #openstack-neutron | 06:26 | |
*** norman_ has quit IRC | 06:29 | |
*** tflynn has quit IRC | 06:32 | |
*** javeriak has quit IRC | 06:33 | |
*** andreas_s has joined #openstack-neutron | 06:38 | |
rcernin | carl_baldwin: hi! are you there? regarding the internal-dns-resolution do you have any docs? | 06:39 |
rcernin | carl_baldwin: for Liberty. | 06:39 |
*** hua has joined #openstack-neutron | 06:40 | |
*** hua has quit IRC | 06:41 | |
*** hua_ has joined #openstack-neutron | 06:41 | |
*** hua_ has quit IRC | 06:41 | |
openstackgerrit | Nam Nguyen Hoai proposed openstack/neutron: Using revision_number to ensure no overlap in *one* network https://review.openstack.org/350953 | 06:42 |
*** Shahid_ has quit IRC | 06:43 | |
*** vikram has quit IRC | 06:43 | |
*** anilvenkata has joined #openstack-neutron | 06:44 | |
*** fragatina has quit IRC | 06:44 | |
*** fragatina has joined #openstack-neutron | 06:46 | |
*** iranzo has joined #openstack-neutron | 06:47 | |
*** vikram has joined #openstack-neutron | 06:49 | |
*** Shahid_ has joined #openstack-neutron | 06:49 | |
*** saggi has quit IRC | 06:49 | |
*** saggi1 has joined #openstack-neutron | 06:50 | |
*** lujinluo has quit IRC | 06:50 | |
*** manikanta_tadi has joined #openstack-neutron | 06:50 | |
*** fragatina has quit IRC | 06:51 | |
*** sridharg has joined #openstack-neutron | 06:51 | |
*** kobis has joined #openstack-neutron | 06:51 | |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: TrunkManager for the OVS agent https://review.openstack.org/335536 | 06:52 |
*** korzen has joined #openstack-neutron | 06:53 | |
*** moshele has joined #openstack-neutron | 06:56 | |
*** thorst_ has joined #openstack-neutron | 06:56 | |
*** tesseract- has joined #openstack-neutron | 06:56 | |
*** javeriak has joined #openstack-neutron | 06:57 | |
*** bfernando has joined #openstack-neutron | 06:59 | |
*** murphy_zhao has joined #openstack-neutron | 07:00 | |
*** wu_ng has quit IRC | 07:02 | |
*** thorst_ has quit IRC | 07:03 | |
*** wu_ng has joined #openstack-neutron | 07:03 | |
*** gvrangan has quit IRC | 07:03 | |
*** garyk1 has quit IRC | 07:04 | |
*** a_ta has joined #openstack-neutron | 07:04 | |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron: TrivialFix: Remove logging import unused https://review.openstack.org/359634 | 07:09 |
*** a_ta has quit IRC | 07:09 | |
*** lujinluo has joined #openstack-neutron | 07:09 | |
*** zhhuabj has quit IRC | 07:12 | |
*** javeriak has quit IRC | 07:12 | |
*** hua has joined #openstack-neutron | 07:14 | |
*** sleviim has joined #openstack-neutron | 07:14 | |
*** sputnik13 has quit IRC | 07:15 | |
*** pgadiya has joined #openstack-neutron | 07:15 | |
*** gvrangan has joined #openstack-neutron | 07:15 | |
*** javeriak has joined #openstack-neutron | 07:17 | |
*** javeriak has quit IRC | 07:17 | |
*** javeriak has joined #openstack-neutron | 07:17 | |
*** tmorin has joined #openstack-neutron | 07:18 | |
*** trinaths has joined #openstack-neutron | 07:18 | |
*** st8less has joined #openstack-neutron | 07:19 | |
*** goretoxo has joined #openstack-neutron | 07:19 | |
*** goretoxo has quit IRC | 07:19 | |
*** numans has joined #openstack-neutron | 07:19 | |
*** goretoxo has joined #openstack-neutron | 07:20 | |
*** goretoxo has quit IRC | 07:20 | |
*** hua has quit IRC | 07:20 | |
*** goretoxo has joined #openstack-neutron | 07:20 | |
*** goretoxo has joined #openstack-neutron | 07:21 | |
*** st8less has quit IRC | 07:24 | |
*** claudiub has joined #openstack-neutron | 07:24 | |
*** bfernando has quit IRC | 07:24 | |
*** sbalukoff has quit IRC | 07:26 | |
*** sbalukoff has joined #openstack-neutron | 07:27 | |
*** tflynn has joined #openstack-neutron | 07:32 | |
*** hua has joined #openstack-neutron | 07:33 | |
*** tflynn has quit IRC | 07:37 | |
*** hua has quit IRC | 07:38 | |
*** bfernando has joined #openstack-neutron | 07:39 | |
namnh | kevinbenton: Hello Mr.Benton. Are you free? Could you give me 10 minutes. | 07:42 |
*** andymaier_ has joined #openstack-neutron | 07:44 | |
*** abregman has joined #openstack-neutron | 07:51 | |
*** diga has joined #openstack-neutron | 07:52 | |
*** obondarev has joined #openstack-neutron | 07:53 | |
*** tonytan4ever has joined #openstack-neutron | 07:54 | |
*** hua has joined #openstack-neutron | 07:54 | |
*** tonytan4ever has quit IRC | 07:58 | |
*** zzzeek has quit IRC | 08:00 | |
*** thorst_ has joined #openstack-neutron | 08:00 | |
*** zzzeek has joined #openstack-neutron | 08:00 | |
*** amotoki has quit IRC | 08:01 | |
*** lujinluo has quit IRC | 08:02 | |
*** abregman has quit IRC | 08:02 | |
*** jlibosva has joined #openstack-neutron | 08:03 | |
*** matrohon has joined #openstack-neutron | 08:04 | |
*** garyk1 has joined #openstack-neutron | 08:04 | |
*** ganeshnalawade has quit IRC | 08:04 | |
*** sbalukoff has quit IRC | 08:05 | |
*** matrohon has quit IRC | 08:06 | |
*** ushkalim has joined #openstack-neutron | 08:06 | |
*** thorst_ has quit IRC | 08:09 | |
*** iyamahat has joined #openstack-neutron | 08:10 | |
*** matrohon has joined #openstack-neutron | 08:10 | |
*** aloga has joined #openstack-neutron | 08:10 | |
*** korzen has quit IRC | 08:11 | |
*** devvesa has joined #openstack-neutron | 08:12 | |
*** lucas-afk is now known as lucasagomes | 08:12 | |
*** abregman has joined #openstack-neutron | 08:13 | |
*** abregman has quit IRC | 08:14 | |
*** iranzo has quit IRC | 08:17 | |
openstackgerrit | Irina proposed openstack/neutron-vpnaas: Adding tests for endpoint-group api. https://review.openstack.org/338075 | 08:18 |
*** abregman has joined #openstack-neutron | 08:19 | |
*** st8less has joined #openstack-neutron | 08:20 | |
*** kevo has joined #openstack-neutron | 08:21 | |
*** ushkalim_ has joined #openstack-neutron | 08:22 | |
*** iranzo has joined #openstack-neutron | 08:24 | |
*** iranzo has joined #openstack-neutron | 08:24 | |
*** st8less has quit IRC | 08:24 | |
*** goretoxo has quit IRC | 08:25 | |
*** numans has quit IRC | 08:27 | |
*** yamahata has joined #openstack-neutron | 08:27 | |
*** ganeshnalawade has joined #openstack-neutron | 08:28 | |
*** abregman has quit IRC | 08:29 | |
*** abregman has joined #openstack-neutron | 08:29 | |
*** korzen has joined #openstack-neutron | 08:29 | |
*** lujinluo has joined #openstack-neutron | 08:29 | |
*** pcaruana has joined #openstack-neutron | 08:29 | |
*** iyamahat has quit IRC | 08:30 | |
*** iwamoto has quit IRC | 08:30 | |
*** korzen has quit IRC | 08:31 | |
*** tflynn has joined #openstack-neutron | 08:33 | |
openstackgerrit | venkata anil proposed openstack/neutron: [WIP] Check for ha port to become ACTIVE https://review.openstack.org/357458 | 08:33 |
anilvenkata | akamyshnikova, tested locally now | 08:34 |
anilvenkata | akamyshnikova, this is working | 08:35 |
anilvenkata | akamyshnikova, need to add functional test | 08:36 |
akamyshnikova | anilvenkata, thanks! Anyway I will do some more local tests with it. | 08:36 |
anilvenkata | akamyshnikova, ok, thanks Ann | 08:37 |
*** ilyashakhat has joined #openstack-neutron | 08:37 | |
*** goretoxo has joined #openstack-neutron | 08:38 | |
*** goretoxo has quit IRC | 08:38 | |
*** tflynn has quit IRC | 08:39 | |
jschwarz | akamyshnikova, anilvenkata, I really hope I'll get a chance to look at it before it merges | 08:39 |
*** goretoxo has joined #openstack-neutron | 08:39 | |
*** goretoxo has quit IRC | 08:39 | |
anilvenkata | jschwarz, :) | 08:39 |
akamyshnikova | jschwarz, sure | 08:39 |
*** goretoxo has joined #openstack-neutron | 08:40 | |
*** goretoxo has quit IRC | 08:40 | |
anilvenkata | jschwarz, don't worry withour your approval(HA races master :)) it wont get merged :) | 08:40 |
*** goretoxo has joined #openstack-neutron | 08:40 | |
*** mickeys has joined #openstack-neutron | 08:40 | |
jschwarz | lol thanks | 08:40 |
*** efoley has joined #openstack-neutron | 08:40 | |
*** goretoxo has joined #openstack-neutron | 08:41 | |
*** anilvenkata is now known as anilvenkata_lunc | 08:41 | |
*** goretoxo has quit IRC | 08:41 | |
openstackgerrit | Reedip proposed openstack/neutron: Compress extended ipv6 address https://review.openstack.org/267283 | 08:41 |
*** goretoxo has joined #openstack-neutron | 08:41 | |
*** mickeys has quit IRC | 08:43 | |
*** ilyashakhat has quit IRC | 08:44 | |
*** efoley_ has joined #openstack-neutron | 08:45 | |
openstackgerrit | chandanc proposed openstack/neutron-fwaas: FWaaS v2 L3 Agent Extension https://review.openstack.org/337699 | 08:48 |
*** efoley has quit IRC | 08:49 | |
*** yamahata has quit IRC | 08:50 | |
*** tonytan4ever has joined #openstack-neutron | 08:55 | |
openstackgerrit | Reedip proposed openstack/neutron: Add name and desc to networksegments table https://review.openstack.org/293305 | 08:58 |
*** tonytan4ever has quit IRC | 08:59 | |
*** ralonsoh has joined #openstack-neutron | 09:00 | |
*** roeyc has joined #openstack-neutron | 09:03 | |
*** a_ta has joined #openstack-neutron | 09:05 | |
*** korzen has joined #openstack-neutron | 09:05 | |
*** thorst_ has joined #openstack-neutron | 09:06 | |
*** amotoki has joined #openstack-neutron | 09:09 | |
*** a_ta has quit IRC | 09:10 | |
*** rawsik_ has joined #openstack-neutron | 09:10 | |
*** lixiaoy1 has joined #openstack-neutron | 09:10 | |
*** shirafuno has joined #openstack-neutron | 09:11 | |
shirafuno | Hi, can I ask about problems with neutron in here? | 09:11 |
*** abregman has quit IRC | 09:12 | |
*** thorst_ has quit IRC | 09:13 | |
jschwarz | shirafuno, you can | 09:15 |
rawsik_ | Hi folks, could you please clarify which steps I should perform to commit new feature by blueprint ( https://bugs.launchpad.net/neutron/+bug/1491317 ) ? | 09:16 |
openstack | Launchpad bug 1491317 in neutron "[RFE] Add TCP/UDP port forwarding extension to L3" [Wishlist,Confirmed] - Assigned to Oleg Ilin (oilyin) | 09:16 |
*** st8less has joined #openstack-neutron | 09:16 | |
*** vijaykc4 has joined #openstack-neutron | 09:17 | |
*** amotoki has quit IRC | 09:17 | |
*** sambetts|afk is now known as sambetts | 09:18 | |
openstackgerrit | Irina proposed openstack/neutron-vpnaas: Adding tests for endpoint-group api. https://review.openstack.org/338075 | 09:18 |
*** shashank_hegde has quit IRC | 09:19 | |
*** wolverineav has quit IRC | 09:19 | |
*** manikanta_tadi has quit IRC | 09:19 | |
shirafuno | I’m currently trying to follow this guide ( https://www.rdoproject.org/networking/neutron-with-existing-external-network/ ) so i can use packer on centos 7 cloud images better. Currently I’m at the stage of creating the external network with Neutron after restarting the network service. I now have an error of (para-phrased) “failed to discover version from identify service when creating password plugin. attempt to determine version from | 09:20 |
shirafuno | URL” then “unable to establish connection from http://ippaddr:port/v2.0/tokens”. | 09:20 |
*** wolverineav has joined #openstack-neutron | 09:20 | |
*** wolverineav has quit IRC | 09:21 | |
*** javeriak has quit IRC | 09:21 | |
shirafuno | Another problem which is probably caused by my work with the article is that my openstack instance was once available at one ip address but I guess I changed it, and the one i changed it too doesn’t work.. | 09:21 |
*** wolverineav has joined #openstack-neutron | 09:21 | |
*** wolverineav has quit IRC | 09:21 | |
*** st8less has quit IRC | 09:21 | |
*** wolverineav has joined #openstack-neutron | 09:21 | |
*** wolverineav has quit IRC | 09:21 | |
*** wolverineav has joined #openstack-neutron | 09:22 | |
*** wolverineav has quit IRC | 09:22 | |
*** mfuruta has quit IRC | 09:22 | |
*** wolverineav has joined #openstack-neutron | 09:22 | |
*** wolverineav has quit IRC | 09:22 | |
*** wolverineav has joined #openstack-neutron | 09:23 | |
*** wolverineav has quit IRC | 09:23 | |
*** wolverineav has joined #openstack-neutron | 09:23 | |
*** manikanta_tadi has joined #openstack-neutron | 09:23 | |
*** wolverineav has quit IRC | 09:23 | |
*** wolverineav has joined #openstack-neutron | 09:24 | |
*** wolverineav has quit IRC | 09:24 | |
*** wolverineav has joined #openstack-neutron | 09:24 | |
*** wolverineav has quit IRC | 09:25 | |
*** wolverineav has joined #openstack-neutron | 09:25 | |
*** wolverineav has quit IRC | 09:25 | |
shirafuno | I’m taking a good guess to say I messed up my own networking | 09:25 |
*** wolverineav has joined #openstack-neutron | 09:25 | |
*** wolverineav has quit IRC | 09:25 | |
*** wolverineav has joined #openstack-neutron | 09:26 | |
*** wolverineav has quit IRC | 09:26 | |
*** abregman has joined #openstack-neutron | 09:26 | |
*** wolverineav has joined #openstack-neutron | 09:26 | |
*** amotoki has joined #openstack-neutron | 09:26 | |
*** wolverineav has quit IRC | 09:27 | |
*** wolverineav has joined #openstack-neutron | 09:27 | |
*** wolverineav has quit IRC | 09:27 | |
*** wolverineav has joined #openstack-neutron | 09:27 | |
*** ganeshnalawade has quit IRC | 09:27 | |
*** wolverineav has quit IRC | 09:28 | |
*** wolverineav has joined #openstack-neutron | 09:28 | |
*** ihrachys has joined #openstack-neutron | 09:28 | |
*** wolverineav has quit IRC | 09:28 | |
*** trinaths1 has joined #openstack-neutron | 09:28 | |
*** wolverineav has joined #openstack-neutron | 09:28 | |
*** numans has joined #openstack-neutron | 09:29 | |
*** wolverineav has quit IRC | 09:29 | |
*** trinaths has quit IRC | 09:29 | |
*** wolverineav has joined #openstack-neutron | 09:29 | |
*** wolverineav has quit IRC | 09:29 | |
*** wolverineav has joined #openstack-neutron | 09:29 | |
*** ralonsoh has quit IRC | 09:29 | |
*** wolverineav has quit IRC | 09:30 | |
*** wolverineav has joined #openstack-neutron | 09:30 | |
*** wolverineav has quit IRC | 09:30 | |
*** wolverineav has joined #openstack-neutron | 09:30 | |
*** yedongcan has quit IRC | 09:30 | |
*** wolverineav has quit IRC | 09:31 | |
*** wolverineav has joined #openstack-neutron | 09:31 | |
*** wolverineav has quit IRC | 09:31 | |
*** wolverineav has joined #openstack-neutron | 09:31 | |
*** wolverineav has quit IRC | 09:32 | |
*** wolverineav has joined #openstack-neutron | 09:32 | |
*** wolverineav has quit IRC | 09:32 | |
*** wolverineav has joined #openstack-neutron | 09:32 | |
*** wolverineav has quit IRC | 09:33 | |
*** wolverineav has joined #openstack-neutron | 09:33 | |
*** wolverineav has quit IRC | 09:33 | |
*** wolverineav has joined #openstack-neutron | 09:33 | |
*** anilvenkata_lunc is now known as anilvenkata | 09:34 | |
*** wolverineav has quit IRC | 09:38 | |
*** jhershbe has quit IRC | 09:39 | |
*** jhershbe_ has quit IRC | 09:39 | |
*** salv-orlando has quit IRC | 09:40 | |
*** salv-orlando has joined #openstack-neutron | 09:41 | |
*** hua has quit IRC | 09:41 | |
*** hua has joined #openstack-neutron | 09:44 | |
*** eezhova has joined #openstack-neutron | 09:46 | |
*** donghao has quit IRC | 09:46 | |
*** numans has quit IRC | 09:46 | |
*** numans has joined #openstack-neutron | 09:47 | |
*** ganeshnalawade has joined #openstack-neutron | 09:49 | |
*** jhershbe has joined #openstack-neutron | 09:51 | |
*** jhershbe_ has joined #openstack-neutron | 09:53 | |
*** wolverineav has joined #openstack-neutron | 09:54 | |
*** EinstCrazy has joined #openstack-neutron | 09:55 | |
openstackgerrit | chandanc proposed openstack/neutron: [WIP] IP Conntrack Manager changes for FWaaS v2 https://review.openstack.org/333338 | 09:55 |
*** tonytan4ever has joined #openstack-neutron | 09:56 | |
*** EinstCra_ has quit IRC | 09:56 | |
*** yushiro is now known as yushiro_dinner | 09:58 | |
*** wolverineav has quit IRC | 09:58 | |
*** tonytan4ever has quit IRC | 10:00 | |
*** Murali_ has joined #openstack-neutron | 10:00 | |
reedip | HenryG : ping, u there ? | 10:02 |
HenryG | reedip: pong | 10:03 |
*** akamyshnikova has quit IRC | 10:03 | |
reedip | HenryG : I responded to your query about the try-exception in https://review.openstack.org/#/c/267283/16 | 10:03 |
HenryG | reedip: ok, I'll get to it again soon | 10:04 |
reedip | HenryG : sure, please take your time. I hope I didnt disturb you at a wrong time | 10:04 |
HenryG | reedip: no worries -- if I don't want to be disturbed I don't respond ;) | 10:07 |
reedip | HenryG : hehe , I understand | 10:07 |
*** akamyshnikova has joined #openstack-neutron | 10:10 | |
*** thorst_ has joined #openstack-neutron | 10:11 | |
*** wu_ng has quit IRC | 10:14 | |
*** wu_ng has joined #openstack-neutron | 10:14 | |
*** EinstCrazy has quit IRC | 10:16 | |
*** donghao has joined #openstack-neutron | 10:16 | |
*** hua has quit IRC | 10:16 | |
*** bks has joined #openstack-neutron | 10:18 | |
*** thorst_ has quit IRC | 10:18 | |
*** hua has joined #openstack-neutron | 10:19 | |
*** wolverineav has joined #openstack-neutron | 10:20 | |
*** hoangcx has quit IRC | 10:21 | |
*** wolverineav has quit IRC | 10:24 | |
*** buttercup has quit IRC | 10:25 | |
*** tryit has quit IRC | 10:27 | |
*** wu_ng has quit IRC | 10:28 | |
*** sdake has quit IRC | 10:28 | |
*** Murali_ has quit IRC | 10:29 | |
*** yedongcan has joined #openstack-neutron | 10:30 | |
shirafuno | I’ve looked at my keystone.conf file and the {public, admin}_bind_post are both uncommented and set at 0.0.0.0 with {public, admin}_port set at 5000 and 35357 respectively | 10:30 |
shirafuno | Should they be set at that? | 10:30 |
openstackgerrit | venkata anil proposed openstack/neutron: [WIP] Check for ha port to become ACTIVE https://review.openstack.org/357458 | 10:32 |
*** rodrigods has quit IRC | 10:34 | |
*** rodrigods has joined #openstack-neutron | 10:34 | |
*** davidsha has joined #openstack-neutron | 10:34 | |
*** tflynn has joined #openstack-neutron | 10:36 | |
*** edand has quit IRC | 10:37 | |
*** buttercup has joined #openstack-neutron | 10:37 | |
*** boden has joined #openstack-neutron | 10:37 | |
*** javeriak has joined #openstack-neutron | 10:39 | |
*** chenyan has quit IRC | 10:40 | |
*** tbachman has quit IRC | 10:41 | |
*** tflynn has quit IRC | 10:41 | |
*** gvrangan has quit IRC | 10:41 | |
namnh | kevinbenton: I have just commented on your patch set: https://review.openstack.org/#/c/303966/41 .If you have time, could you please take a look at it. Thanks | 10:44 |
*** nyechiel has joined #openstack-neutron | 10:44 | |
*** chandanc_ has joined #openstack-neutron | 10:44 | |
*** shausy has quit IRC | 10:45 | |
*** tbachman has joined #openstack-neutron | 10:45 | |
*** shausy has joined #openstack-neutron | 10:45 | |
*** irenab has quit IRC | 10:47 | |
namnh | carl_baldwin: I answered your comment and updated new patch set. Could you please check it: https://review.openstack.org/#/c/350953/ .Thank Mr.Carl | 10:47 |
*** vijaykc4 has quit IRC | 10:47 | |
openstackgerrit | venkata anil proposed openstack/neutron: [WIP] Check for ha port to become ACTIVE https://review.openstack.org/357458 | 10:49 |
*** bks has quit IRC | 10:50 | |
*** jhershbe_ has quit IRC | 10:51 | |
*** jhershbe has quit IRC | 10:51 | |
*** namnh has quit IRC | 10:52 | |
*** anilvenkata is now known as anilvenkata_afk | 10:55 | |
*** buttercup has quit IRC | 10:57 | |
*** jlibosva has quit IRC | 10:57 | |
*** lilintan has quit IRC | 10:57 | |
*** john-davidge has joined #openstack-neutron | 10:58 | |
*** john-dav_ has joined #openstack-neutron | 10:59 | |
*** obondarev has quit IRC | 11:01 | |
*** diga has quit IRC | 11:02 | |
*** bks has joined #openstack-neutron | 11:02 | |
reedip | akamyshnikova : ping, hi\ | 11:02 |
*** john-davidge has quit IRC | 11:03 | |
openstackgerrit | Merged openstack/neutron-lib: Updated from global requirements https://review.openstack.org/359518 | 11:03 |
*** jhershbe has joined #openstack-neutron | 11:03 | |
*** chandanc_ has quit IRC | 11:04 | |
*** akorzeni__ has joined #openstack-neutron | 11:04 | |
*** wolverineav has joined #openstack-neutron | 11:05 | |
*** jhershbe_ has joined #openstack-neutron | 11:06 | |
*** a_ta has joined #openstack-neutron | 11:06 | |
*** korzen has quit IRC | 11:06 | |
*** nplanel has quit IRC | 11:06 | |
*** jckasper has joined #openstack-neutron | 11:08 | |
akamyshnikova | reedip, ni | 11:08 |
reedip | akamyshnikova : wanted to know if we can pass <int> in server_default for Migrations ??? | 11:09 |
*** wolverineav has quit IRC | 11:09 | |
*** buttercup has joined #openstack-neutron | 11:10 | |
*** a_ta has quit IRC | 11:11 | |
reedip | akamyshnikova : I found the answer, kindof :) . It needs to be a string, always :) | 11:12 |
reedip | Please confirm if thats correct | 11:12 |
*** rubasov has left #openstack-neutron | 11:12 | |
*** jckasper has quit IRC | 11:12 | |
akamyshnikova | reedip, yes you can pass number but as a string '5' | 11:13 |
*** rubasov has joined #openstack-neutron | 11:13 | |
reedip | akamyshnikova : yes, thats what my understanding was as well .thanks :) | 11:13 |
jschwarz | akamyshnikova, anilvenkata_afk, hey | 11:14 |
*** jhershbe_ has quit IRC | 11:14 | |
*** jhershbe_ has joined #openstack-neutron | 11:14 | |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron: Fix internal server error during updating QoS rule https://review.openstack.org/358275 | 11:14 |
*** john-dav_ is now known as john-davidge | 11:14 | |
jschwarz | akamyshnikova, anilvenkata_afk, so here's a thought: given your patch, why do we even need to send a routers_updated after scheduling if the port is not even ready? | 11:14 |
jschwarz | akamyshnikova, anilvenkata_afk, we might as well only notify about the new router when the status is active. | 11:14 |
slaweq_ | ihrachys: hello | 11:15 |
ihrachys | slaweq_: hi. | 11:15 |
slaweq_ | I answered to Your question in https://review.openstack.org/#/c/358275/3 | 11:15 |
slaweq_ | if You will have a while, please check this patch again, thx :) | 11:16 |
*** thorst_ has joined #openstack-neutron | 11:16 | |
ihrachys | slaweq_: ack. thanks for clarification, the message was misleading before. :) will check, I should get back to qos stuff today. | 11:17 |
akamyshnikova | jschwarz, good point I think we need not, but I would verify this | 11:17 |
*** sdague has joined #openstack-neutron | 11:17 | |
slaweq_ | ihrachys: thx a lot | 11:17 |
slaweq_ | and sorry for this mistake :) | 11:17 |
*** ramishra has quit IRC | 11:20 | |
jschwarz | akamyshnikova, anilvenkata_afk, responded in the review with my thoughts | 11:20 |
jschwarz | otherwise looks good to me :) | 11:20 |
akamyshnikova | jschwarz, thanks! | 11:20 |
*** ramishra has joined #openstack-neutron | 11:22 | |
*** thorst_ has quit IRC | 11:23 | |
*** nplanel has joined #openstack-neutron | 11:23 | |
*** salv-orlando has quit IRC | 11:25 | |
reedip | amotoki: ping . If you have some time, can you provide your comments for https://review.openstack.org/#/c/230321/ ?? Thanks in advance. | 11:25 |
*** salv-orlando has joined #openstack-neutron | 11:25 | |
amotoki | reedip: i wonder why this patch is so important.. | 11:26 |
*** wolverineav has joined #openstack-neutron | 11:27 | |
*** stanzgy has quit IRC | 11:28 | |
*** garyk1 has quit IRC | 11:29 | |
openstackgerrit | Inessa Vasilevskaya proposed openstack/neutron: ovsfw: fix troublesome port_rule_masking https://review.openstack.org/353782 | 11:29 |
*** vijaykc4 has joined #openstack-neutron | 11:30 | |
reedip | amotoki : okay , then what should I do ?? | 11:30 |
reedip | :) | 11:30 |
amotoki | reedip: I am not opposing your change. you requested me several times recently, but I am just afraid I have no enough time... | 11:32 |
*** anilvenkata_afk is now known as anilvenkata | 11:32 | |
*** sdague has quit IRC | 11:32 | |
anilvenkata | jschwarz, that is a good question, let us think that also | 11:32 |
*** wolverineav has quit IRC | 11:33 | |
*** rtheis has joined #openstack-neutron | 11:33 | |
reedip | amotoki: okay, I understand. Actually this patch is quite old and I have been requesting others as well, but I guess my voice is not too loud to be heard :) Guess I will wait for the reviewers for their time | 11:33 |
reedip | amotoki: anyways, thanks . And sorry for the disturbance | 11:34 |
*** tpsilva has joined #openstack-neutron | 11:34 | |
*** vijaykc4 has quit IRC | 11:35 | |
amotoki | reedip: honestly we will deprecate neutron CLI sooner or later, so additional side features tend to be low priority. thanks for understanding.. | 11:35 |
amotoki | reedip: btw, does OSC already have such feature? | 11:35 |
amotoki | reedip: IMHO this kind of features should go to OSC (as a framework). | 11:36 |
reedip | amotoki: hmm, I do not know. I will ask rtheis and stevemar | 11:36 |
openstackgerrit | Inessa Vasilevskaya proposed openstack/neutron: ovsfw: fix troublesome port_rule_masking https://review.openstack.org/353782 | 11:36 |
*** liuyulong_ has joined #openstack-neutron | 11:36 | |
*** thorst_ has joined #openstack-neutron | 11:37 | |
*** davidsha has quit IRC | 11:39 | |
*** wolverineav has joined #openstack-neutron | 11:39 | |
*** bkopilov has quit IRC | 11:40 | |
*** jprovazn has joined #openstack-neutron | 11:41 | |
openstackgerrit | Darek Smigiel proposed openstack/neutron: [WIP] Accept project_id for API calls https://review.openstack.org/357977 | 11:43 |
*** wolverineav has quit IRC | 11:43 | |
*** boden has quit IRC | 11:44 | |
*** wolverineav has joined #openstack-neutron | 11:45 | |
*** obondarev has joined #openstack-neutron | 11:45 | |
*** vijaykc4 has joined #openstack-neutron | 11:47 | |
openstackgerrit | Darek Smigiel proposed openstack/neutron: [WIP] Accept project_id for API calls https://review.openstack.org/357977 | 11:48 |
anilvenkata | jschwarz, did u check my reply https://review.openstack.org/#/c/357458/ | 11:48 |
*** wolverineav has quit IRC | 11:51 | |
*** jlibosva has joined #openstack-neutron | 11:53 | |
*** st8less has joined #openstack-neutron | 11:53 | |
*** rtheis_ has joined #openstack-neutron | 11:56 | |
anilvenkata | shz, hi | 11:56 |
*** tonytan4ever has joined #openstack-neutron | 11:57 | |
*** rtheis has quit IRC | 11:58 | |
*** obondarev has quit IRC | 11:59 | |
*** boden has joined #openstack-neutron | 12:00 | |
*** annp has quit IRC | 12:00 | |
*** lucasagomes is now known as lucas-hungry | 12:01 | |
*** jpena is now known as jpena|lunch | 12:01 | |
*** bkopilov has joined #openstack-neutron | 12:01 | |
*** tonytan4ever has quit IRC | 12:01 | |
*** lujinluo has quit IRC | 12:02 | |
*** manikanta_tadi has quit IRC | 12:02 | |
jschwarz | anilvenkata, I did not | 12:02 |
jschwarz | sec | 12:02 |
jschwarz | anilvenkata, good point. | 12:03 |
anilvenkata | jschwarz, thanks :) | 12:03 |
*** obondarev has joined #openstack-neutron | 12:03 | |
*** andymaier has joined #openstack-neutron | 12:03 | |
*** andymaier has quit IRC | 12:03 | |
*** amuller has joined #openstack-neutron | 12:03 | |
*** wolverineav has joined #openstack-neutron | 12:04 | |
*** roeyc has quit IRC | 12:05 | |
*** vijaykc4 has quit IRC | 12:07 | |
*** efoley_ has quit IRC | 12:08 | |
*** wolverineav has quit IRC | 12:08 | |
openstackgerrit | Akihiro Motoki proposed openstack/python-neutronclient: Fix prompt message for qos-bandwidth-limit-rule-create https://review.openstack.org/336993 | 12:08 |
openstackgerrit | venkata anil proposed openstack/neutron: Delete conntrack when remote ipset member removed https://review.openstack.org/352440 | 12:10 |
*** vijaykc4 has joined #openstack-neutron | 12:11 | |
*** roeyc has joined #openstack-neutron | 12:12 | |
jschwarz | anilvenkata, akamyshnikova, ping, re: https://bugs.launchpad.net/neutron/+bug/1481588 | 12:13 |
openstack | Launchpad bug 1481588 in neutron "Wrong HA router state after setting the admin_state_up to False" [Undecided,Confirmed] | 12:13 |
jschwarz | does your patch also fix that one? | 12:13 |
anilvenkata | jschwarz, need to check | 12:14 |
akamyshnikova | jschwarz, I haven't seen this bug, not sure | 12:15 |
*** wolverineav has joined #openstack-neutron | 12:15 | |
*** pradk has joined #openstack-neutron | 12:18 | |
anilvenkata | akamyshnikova, jschwarz no that patch is not solving https://bugs.launchpad.net/neutron/+bug/1481588 | 12:18 |
openstack | Launchpad bug 1481588 in neutron "Wrong HA router state after setting the admin_state_up to False" [Undecided,Confirmed] | 12:18 |
amotoki | garyk: ping | 12:19 |
*** garyk1 has joined #openstack-neutron | 12:20 | |
akamyshnikova | anilvenkata, I think this is more problem of filtering | 12:20 |
akamyshnikova | the results | 12:20 |
*** rtheis_ is now known as rtheis | 12:21 | |
anilvenkata | akamyshnikova yes, I see router deleted on previous master agent, but not updating status | 12:21 |
akamyshnikova | anilvenkata, I've made this https://review.openstack.org/#/c/246952/ change one, I guess there should be something similar | 12:22 |
*** aqkhan__ has joined #openstack-neutron | 12:23 | |
*** javeriak_ has joined #openstack-neutron | 12:23 | |
garyk1 | sc68cal: does this address your concerns - https://review.openstack.org/#/c/355244/ | 12:23 |
*** javeriak_ has quit IRC | 12:24 | |
amotoki | garyk1: I have a question on your devstack patch ^^ (355244) | 12:24 |
*** baoli has joined #openstack-neutron | 12:24 | |
amotoki | garyk1: why do you need to specify 'neutron' on a compute node? | 12:24 |
*** markvoelker has joined #openstack-neutron | 12:25 | |
*** obondarev has quit IRC | 12:25 | |
akamyshnikova | anilvenkata, jschwarz so fix for https://bugs.launchpad.net/neutron/+bug/1481588 will be just add check for admin_state_up here https://github.com/openstack/neutron/blob/master/neutron/db/l3_hamode_db.py#L657 | 12:26 |
openstack | Launchpad bug 1481588 in neutron "Wrong HA router state after setting the admin_state_up to False" [Undecided,Confirmed] | 12:26 |
*** gouthamr has joined #openstack-neutron | 12:26 | |
garyk1 | amotoki: this is so that the relevant neutron compnents get configure | 12:26 |
jschwarz | akamyshnikova, ack | 12:26 |
*** javeriak has quit IRC | 12:26 | |
anilvenkata | akamyshnikova, I think so | 12:26 |
amotoki | garyk1: does some nova configuration refer to it? | 12:27 |
*** aqkhan_ has quit IRC | 12:27 | |
garyk1 | amotoki: i need to check | 12:27 |
jlibosva | clarkb: hi, please ping me back once you're here. I'd like to help with some xenial jobs | 12:27 |
*** prateek_ has quit IRC | 12:28 | |
*** julim has joined #openstack-neutron | 12:28 | |
openstackgerrit | Merged openstack/neutron: L2 Agent Extensions handle unimplemented methods https://review.openstack.org/355220 | 12:31 |
*** wolverineav has quit IRC | 12:31 | |
*** tbachman has quit IRC | 12:32 | |
openstackgerrit | Pablo Iranzo Gómez proposed openstack/neutron-lib: Enhance valid_values to use __contains__ https://review.openstack.org/343799 | 12:32 |
*** xdcc has joined #openstack-neutron | 12:32 | |
*** wolverineav has joined #openstack-neutron | 12:36 | |
anilvenkata | akamyshnikova, yes that is working i.e not (binding.agent.is_active and binding.agent.admin_state_up)] , just tested | 12:37 |
anilvenkata | akamyshnikova, please propose this change | 12:37 |
anilvenkata | jschwarz, ^ | 12:37 |
*** trinaths1 has left #openstack-neutron | 12:37 | |
jschwarz | jschwarz, perhaps later | 12:37 |
jschwarz | anilvenkata, I'm working on https://review.openstack.org/#/c/357965/ and it's taking for ever :< | 12:38 |
anilvenkata | jschwarz, John, I was asking akamyshnikova to propse the patch :) | 12:38 |
*** tflynn has joined #openstack-neutron | 12:38 | |
jschwarz | that code is so rotten :< | 12:38 |
jschwarz | ah ok | 12:38 |
*** jckasper has joined #openstack-neutron | 12:38 | |
*** bks has quit IRC | 12:38 | |
anilvenkata | jschwarz, I will take a look at https://review.openstack.org/#/c/357965 | 12:39 |
*** wolverineav has quit IRC | 12:40 | |
akamyshnikova | anilvenkata, jschwarz OK | 12:41 |
*** garyk1 has quit IRC | 12:42 | |
*** tflynn has quit IRC | 12:42 | |
*** ratailor has quit IRC | 12:45 | |
*** c64cosmin has joined #openstack-neutron | 12:45 | |
*** yamamoto has quit IRC | 12:50 | |
*** edmondsw has joined #openstack-neutron | 12:50 | |
*** pradk has quit IRC | 12:51 | |
*** jckasper has quit IRC | 12:52 | |
*** jckasper has joined #openstack-neutron | 12:52 | |
*** markvoelker has quit IRC | 12:53 | |
amotoki | garyk: According to my test, unless 'neutron' is specified, nova-compute will be configured with nova-network mode | 12:57 |
*** jckasper has quit IRC | 12:57 | |
amotoki | garyk: I haven't investigated what is done, but at now it seems we need to specify 'neutron' to configure nova-compute to work with neutron. | 12:57 |
johnthetubaguy | so I don't think that has changed, at least it shouldn't have | 12:58 |
*** tonytan4ever has joined #openstack-neutron | 12:58 | |
johnthetubaguy | we have a new is_neutron configuration now | 12:58 |
johnthetubaguy | but the old way should still work, where you specifiy the network manager | 12:58 |
johnthetubaguy | at least, thats the intent | 12:58 |
*** wolverineav has joined #openstack-neutron | 12:58 | |
jschwarz | hey, it's johnthetubaguy! :) | 12:58 |
*** vhoward has joined #openstack-neutron | 12:58 | |
* johnthetubaguy waves | 12:58 | |
* jschwarz waves back | 12:59 | |
*** lucas-hungry is now known as lucasagomes | 12:59 | |
*** mkolesni has quit IRC | 13:01 | |
*** irenab has joined #openstack-neutron | 13:01 | |
openstackgerrit | Andreas Scheuring proposed openstack/neutron-specs: Spec for providing Nova portbinding information for live migration https://review.openstack.org/309416 | 13:02 |
*** tonytan4ever has quit IRC | 13:02 | |
*** vishwanathj_zzz is now known as vishwanthj | 13:03 | |
*** wolverineav has quit IRC | 13:03 | |
*** jckasper has joined #openstack-neutron | 13:04 | |
*** baoli_ has joined #openstack-neutron | 13:04 | |
*** jpena|lunch is now known as jpena | 13:06 | |
openstackgerrit | Andreas Scheuring proposed openstack/neutron-specs: Spec for providing Nova portbinding information for live migration https://review.openstack.org/309416 | 13:06 |
*** baoli has quit IRC | 13:06 | |
*** a_ta has joined #openstack-neutron | 13:07 | |
*** salv-orlando has quit IRC | 13:07 | |
openstackgerrit | Sana Khan proposed openstack/neutron: neutron-dhcp-agent generates thousands of interfaces on a failure https://review.openstack.org/359373 | 13:07 |
*** pgadiya has quit IRC | 13:09 | |
vjmorale | ihrachys: ping? | 13:09 |
* vjmorale says hi to jschwarz and johnthetubaguy | 13:09 | |
openstackgerrit | venkata anil proposed openstack/neutron: Avoid apply firewall if remote sg members update https://review.openstack.org/351773 | 13:10 |
*** efoley_ has joined #openstack-neutron | 13:10 | |
dougwig | any of our ipv6 gurus awake yet? we really need some eyes on bug 1616282, as it's clogging the entire gate. | 13:11 |
openstack | bug 1616282 in neutron "creating ipv6 subnet on ipv6 vm will cause loss of connectivity" [Critical,Confirmed] https://launchpad.net/bugs/1616282 | 13:11 |
*** yfried has quit IRC | 13:11 | |
*** a_ta has quit IRC | 13:11 | |
*** yfried has joined #openstack-neutron | 13:12 | |
*** sindhu has joined #openstack-neutron | 13:13 | |
jschwarz | hello vjmorale | 13:13 |
vjmorale | jschwarz: something happens with my znc server that it's not allowing me to use my fancy nickname, electrocucaracha | 13:14 |
shirafuno | I keep getting “an auth plugin is required to fetch a tokan” any help available? | 13:15 |
jschwarz | vjmorale, why doesn't it allow it? bad znc server! | 13:15 |
vjmorale | jschwarz: I'm still in the process to figure out | 13:16 |
*** vjmorale is now known as electrocucaracha | 13:16 | |
shirafuno | running “neutron net-create external_network --provider:network_type flat --provider:physical_network extnet --router:external” gives me “an auth plugin is required to fetch a tokan” | 13:18 |
electrocucaracha | jschwarz: weird, it seems like only my session expires | 13:18 |
jschwarz | electrocucaracha, weird :< | 13:19 |
*** wolverineav has joined #openstack-neutron | 13:22 | |
*** jckasper has quit IRC | 13:24 | |
*** st8less has quit IRC | 13:24 | |
*** pgadiya has joined #openstack-neutron | 13:25 | |
*** openstackgerrit has quit IRC | 13:26 | |
*** wolverineav has quit IRC | 13:27 | |
*** openstackgerrit has joined #openstack-neutron | 13:27 | |
*** jlibosva has quit IRC | 13:28 | |
*** wolverineav has joined #openstack-neutron | 13:28 | |
haleyb | dougwig: you rang? | 13:28 |
*** amotoki has quit IRC | 13:29 | |
*** vijaykc4 has quit IRC | 13:30 | |
*** yamamoto has joined #openstack-neutron | 13:32 | |
*** wolverineav has quit IRC | 13:34 | |
*** sdake has joined #openstack-neutron | 13:34 | |
*** efoley__ has joined #openstack-neutron | 13:34 | |
*** tonytan4ever has joined #openstack-neutron | 13:35 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-neutronclient: Updated from global requirements https://review.openstack.org/359890 | 13:35 |
*** efoley_ has quit IRC | 13:36 | |
*** sdake_ has joined #openstack-neutron | 13:37 | |
*** st8less has joined #openstack-neutron | 13:37 | |
openstackgerrit | Nate Johnston proposed openstack/neutron: Fix the QoSPluginBase methods signature. https://review.openstack.org/349965 | 13:38 |
openstackgerrit | John Schwarz proposed openstack/neutron: Revert "Add ALLOCATING state to routers" https://review.openstack.org/357966 | 13:39 |
openstackgerrit | John Schwarz proposed openstack/neutron: Allow concurrent schedule() to run on HA routers https://review.openstack.org/357965 | 13:39 |
jschwarz | akamyshnikova, ^ | 13:39 |
jschwarz | phew, that was hard :< | 13:39 |
*** irenab has quit IRC | 13:39 | |
*** obondarev has joined #openstack-neutron | 13:40 | |
*** yamamoto has quit IRC | 13:40 | |
*** sdake has quit IRC | 13:40 | |
*** shirafuno has quit IRC | 13:41 | |
*** shirafuno has joined #openstack-neutron | 13:43 | |
*** wolverineav has joined #openstack-neutron | 13:43 | |
*** nplanel has quit IRC | 13:44 | |
*** amotoki has joined #openstack-neutron | 13:44 | |
dougwig | haleyb: hiya | 13:44 |
*** liuyulong_ has quit IRC | 13:44 | |
dougwig | haleyb: issue with the gate, when devstack adds an ipv6 subnet, on an ipv6 node, it drops off the air. | 13:45 |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: Include [agent] extensions option into ovs/linuxbridge agent files https://review.openstack.org/341103 | 13:45 |
haleyb | dougwig: yes, i read the backtrace, thanks, on openstack-infra now | 13:45 |
*** janzian has joined #openstack-neutron | 13:45 | |
*** irenab has joined #openstack-neutron | 13:45 | |
*** cleong has joined #openstack-neutron | 13:46 | |
dougwig | haleyb: ty | 13:46 |
*** ganeshnalawade has quit IRC | 13:46 | |
*** Shahid_ has quit IRC | 13:47 | |
*** davidsha has joined #openstack-neutron | 13:47 | |
*** wolverineav has quit IRC | 13:48 | |
openstackgerrit | Andreas Scheuring proposed openstack/neutron-specs: Spec for providing Nova portbinding information for live migration https://review.openstack.org/309416 | 13:49 |
shirafuno | Posted earlier but to no luck, additionally posted in #openstack as well. I’m currently following the guide (https://www.rdoproject.org/networking/neutron-with-existing-external-network/) in order to get Hashicorp’s Packer to talk properly to OpenStack. Currently I have restarted the network service and trying to execute the command “neutron net-create external_network --provider:network_type flat --provider:physical_network extnet | 13:50 |
shirafuno | --router:external” which returns that I need “an auth plugin to fetch a tokan” additionally my openstack instance, which was once located at 192.168.10.10, is now not being able to be communicated with through the web interface, no doubt a result of changing network connections. Could anybody advise? | 13:50 |
*** st8less has quit IRC | 13:50 | |
*** VnrycepuxO has joined #openstack-neutron | 13:51 | |
*** prateek has joined #openstack-neutron | 13:51 | |
*** sdague has joined #openstack-neutron | 13:51 | |
*** yamamoto has joined #openstack-neutron | 13:52 | |
*** tri2sing has joined #openstack-neutron | 13:53 | |
*** wolverineav has joined #openstack-neutron | 13:53 | |
*** prithiv has joined #openstack-neutron | 13:53 | |
openstackgerrit | Erik Colnick proposed openstack/neutron: Fix check for vlan transparent support https://review.openstack.org/353704 | 13:55 |
*** mlavalle has joined #openstack-neutron | 13:58 | |
*** kriskend has joined #openstack-neutron | 13:58 | |
*** wolverineav has quit IRC | 13:58 | |
*** yedongcan has left #openstack-neutron | 13:59 | |
*** pradk has joined #openstack-neutron | 13:59 | |
*** iyamahat has joined #openstack-neutron | 14:00 | |
*** amotoki has quit IRC | 14:02 | |
*** tbachman has joined #openstack-neutron | 14:03 | |
*** wolverineav has joined #openstack-neutron | 14:04 | |
*** roeyc has quit IRC | 14:05 | |
*** sbalukoff has joined #openstack-neutron | 14:06 | |
*** jckasper has joined #openstack-neutron | 14:06 | |
*** a_ta has joined #openstack-neutron | 14:06 | |
*** sbezverk_ has quit IRC | 14:07 | |
*** yamahata has joined #openstack-neutron | 14:07 | |
*** sbezverk has joined #openstack-neutron | 14:08 | |
*** efoley_ has joined #openstack-neutron | 14:08 | |
*** yfried has quit IRC | 14:09 | |
andreas_s | Hi sc68cal, did you already come up with some patches reflecting the n-net -> neutron transition in devstack documentation? | 14:09 |
*** efoley__ has quit IRC | 14:09 | |
andreas_s | sc68cal, just stumbled over that - we started a first patch: https://review.openstack.org/359885 | 14:10 |
*** roeyc has joined #openstack-neutron | 14:12 | |
*** jckasper has quit IRC | 14:13 | |
*** efoley_ has quit IRC | 14:13 | |
*** jckasper has joined #openstack-neutron | 14:13 | |
andreas_s | rkukura, Hi Bob, unfortunately I'm not able to join todays ml2 meeting. But if you have some time left, you could go over the spec https://review.openstack.org/309416 . It proposes changes to the core of ml2 - so maybe you have some great insights | 14:14 |
andreas_s | just updated it an hour ago or so | 14:14 |
*** sindhu has quit IRC | 14:15 | |
*** akorzeni__ has quit IRC | 14:16 | |
*** wolverineav has quit IRC | 14:16 | |
rkukura | andreas_s: thanks for the heads up | 14:17 |
*** jckasper has quit IRC | 14:19 | |
*** yamamoto has quit IRC | 14:20 | |
*** akorzeni__ has joined #openstack-neutron | 14:20 | |
*** Swami has joined #openstack-neutron | 14:20 | |
*** Swami_ has joined #openstack-neutron | 14:20 | |
*** fnaval has quit IRC | 14:21 | |
openstackgerrit | Inessa Vasilevskaya proposed openstack/neutron: Fix TypeError in native of_interface _get_dpid https://review.openstack.org/358706 | 14:21 |
*** sindhu has joined #openstack-neutron | 14:21 | |
*** amotoki has joined #openstack-neutron | 14:22 | |
*** roeyc has quit IRC | 14:22 | |
*** marst has joined #openstack-neutron | 14:22 | |
*** michauds has joined #openstack-neutron | 14:24 | |
*** wolverineav has joined #openstack-neutron | 14:24 | |
*** tbachman has quit IRC | 14:26 | |
openstackgerrit | Erik Colnick proposed openstack/neutron: Implement check_vlan_transparency to return True https://review.openstack.org/359919 | 14:27 |
openstackgerrit | Nam Nguyen Hoai proposed openstack/neutron: Using revision_number to ensure no overlap in *one* network https://review.openstack.org/350953 | 14:28 |
openstackgerrit | Erik Colnick proposed openstack/neutron: Implement check_vlan_transparency to return True in SR-IOV mech driver https://review.openstack.org/359919 | 14:28 |
*** michauds_ has joined #openstack-neutron | 14:28 | |
*** michauds has quit IRC | 14:28 | |
*** ekuris has quit IRC | 14:29 | |
*** javeriak has joined #openstack-neutron | 14:30 | |
*** moshele has quit IRC | 14:30 | |
*** akorzeni__ has quit IRC | 14:31 | |
*** michauds_ is now known as michauds__ | 14:31 | |
*** michauds__ is now known as michauds | 14:32 | |
*** tbachman has joined #openstack-neutron | 14:33 | |
*** chandanc_ has joined #openstack-neutron | 14:34 | |
*** jlibosva has joined #openstack-neutron | 14:34 | |
*** wolverineav has quit IRC | 14:35 | |
*** amotoki has quit IRC | 14:36 | |
*** prithiv has quit IRC | 14:36 | |
*** sindhu has quit IRC | 14:37 | |
*** wolverineav has joined #openstack-neutron | 14:38 | |
*** pbandark has quit IRC | 14:39 | |
*** Swami_ has quit IRC | 14:40 | |
*** Swami has quit IRC | 14:40 | |
*** 7GHABVDUF has joined #openstack-neutron | 14:40 | |
*** 1JTAA3U90 has joined #openstack-neutron | 14:40 | |
*** shausy has quit IRC | 14:40 | |
*** Swami has joined #openstack-neutron | 14:40 | |
*** pbandark has joined #openstack-neutron | 14:41 | |
*** oanson has quit IRC | 14:43 | |
*** yamamoto has joined #openstack-neutron | 14:43 | |
*** bzurawsk has joined #openstack-neutron | 14:44 | |
*** liuyulong_ has joined #openstack-neutron | 14:46 | |
*** sindhu has joined #openstack-neutron | 14:47 | |
*** fnaval has joined #openstack-neutron | 14:48 | |
*** rajinir has joined #openstack-neutron | 14:48 | |
*** amotoki has joined #openstack-neutron | 14:50 | |
*** shausy has joined #openstack-neutron | 14:51 | |
*** javeriak has quit IRC | 14:52 | |
*** chandanc_ has quit IRC | 14:52 | |
*** sindhu has quit IRC | 14:52 | |
*** chandanc_ has joined #openstack-neutron | 14:52 | |
*** abregman has quit IRC | 14:54 | |
*** jobewan has joined #openstack-neutron | 14:55 | |
*** jobewan is now known as jobewan_away | 14:55 | |
*** jobewan_away is now known as jobewan | 14:56 | |
*** jistr is now known as jistr|mtg | 15:00 | |
*** kobis has quit IRC | 15:00 | |
*** ankur-gupta-f has quit IRC | 15:00 | |
*** vijaykc4 has joined #openstack-neutron | 15:02 | |
*** 7GHABVDUF has quit IRC | 15:03 | |
*** haplo37__ has joined #openstack-neutron | 15:03 | |
*** 1JTAA3U90 has quit IRC | 15:03 | |
*** tri2sing has quit IRC | 15:05 | |
electrocucaracha | ihrachys: I noticed that the creation of OVO for subnet has been done, what I don't see is the integration of that object | 15:05 |
*** donghao has quit IRC | 15:06 | |
*** gvrangan has joined #openstack-neutron | 15:06 | |
*** ankur-gupta-f has joined #openstack-neutron | 15:07 | |
*** abregman has joined #openstack-neutron | 15:09 | |
*** jckasper has joined #openstack-neutron | 15:10 | |
*** tbachman has quit IRC | 15:11 | |
*** yushiro_dinner has quit IRC | 15:12 | |
*** tbachman has joined #openstack-neutron | 15:12 | |
*** sbalukoff has quit IRC | 15:12 | |
*** sbalukoff has joined #openstack-neutron | 15:13 | |
*** c64cosmin has quit IRC | 15:15 | |
*** andreas_s has quit IRC | 15:15 | |
*** fnaval has quit IRC | 15:16 | |
*** hockeynut has joined #openstack-neutron | 15:16 | |
*** tbachman has quit IRC | 15:16 | |
*** david-lyle has joined #openstack-neutron | 15:17 | |
*** sindhu has joined #openstack-neutron | 15:17 | |
*** tbachman has joined #openstack-neutron | 15:17 | |
*** salv-orlando has joined #openstack-neutron | 15:18 | |
*** fnaval has joined #openstack-neutron | 15:19 | |
*** pgadiya has quit IRC | 15:20 | |
*** tonytan4ever has quit IRC | 15:21 | |
anilvenkata | carl_baldwin, ping | 15:22 |
*** armax has joined #openstack-neutron | 15:22 | |
*** pbandark has quit IRC | 15:23 | |
*** sbalukoff has quit IRC | 15:23 | |
*** yamahata has quit IRC | 15:23 | |
*** sbalukoff has joined #openstack-neutron | 15:23 | |
*** prithiv has joined #openstack-neutron | 15:23 | |
*** tonytan4ever has joined #openstack-neutron | 15:24 | |
*** tri2sing has joined #openstack-neutron | 15:24 | |
*** jobewan is now known as jobewan_away | 15:24 | |
*** jobewan_away has quit IRC | 15:25 | |
*** salv-orlando has quit IRC | 15:25 | |
sc68cal | dougwig: sdague was looking at a lot of failures in the gate related to the get-me-a-network tests | 15:25 |
sdague | yes, it's a huge amount of the current fail | 15:25 |
*** devvesa has quit IRC | 15:25 | |
sdague | the tempest test skip is up | 15:25 |
sdague | building a query for tracking it | 15:25 |
*** david-lyle_ has joined #openstack-neutron | 15:25 | |
*** sdake_ has quit IRC | 15:25 | |
dougwig | sdague: i think there's a *huge* bottleneck with these osic resets, that is mostly silent. | 15:25 |
*** yamahata has joined #openstack-neutron | 15:25 | |
*** wolverineav has quit IRC | 15:26 | |
*** jobewan has joined #openstack-neutron | 15:26 | |
*** jobewan is now known as jobewan_away | 15:26 | |
*** david-lyle_ has quit IRC | 15:26 | |
*** vhosakot has joined #openstack-neutron | 15:26 | |
dougwig | sdague: but that skip makes sense, until kevin finishes putting the db fixes in a saner layer. | 15:26 |
*** jobewan_away has quit IRC | 15:26 | |
sdague | dougwig: this is completely orthoginal to any osic issue | 15:27 |
*** janzian has quit IRC | 15:27 | |
sdague | this is just get me a network failing pretty often | 15:27 |
*** ushkalim has quit IRC | 15:27 | |
*** ushkalim_ has quit IRC | 15:27 | |
dougwig | sdague: yep, i know. i think it's all just colliding to wedge things pretty nicely. | 15:27 |
*** hockeynu_ has joined #openstack-neutron | 15:27 | |
sdague | right, which is always what happens when people approve code when things are backed up | 15:28 |
*** shausy has quit IRC | 15:29 | |
*** hockeynut has quit IRC | 15:29 | |
dougwig | sdague: if you have time to peek at https://review.openstack.org/#/c/359490/ , it should alleviate the osic resets until we can narrow the sysctl down further. | 15:29 |
sdague | dougwig: +A | 15:29 |
dougwig | sdague: ty | 15:30 |
*** prithiv has quit IRC | 15:30 | |
sdague | so this is why the nodes sillently disappear in the background and get restarted by zuul? | 15:30 |
dougwig | sdague: yes. every ipv6 only node would drop off the air after 15 minutes, until zuul times it out, then resets the job. | 15:30 |
*** wolverineav has joined #openstack-neutron | 15:31 | |
sdague | cool | 15:31 |
*** fragatina has joined #openstack-neutron | 15:31 | |
sdague | good to know that got sorted | 15:31 |
*** trevormc has joined #openstack-neutron | 15:31 | |
sdague | though, I didn't realize we were running ipv6 only nodes out of nodepool | 15:31 |
*** numans has quit IRC | 15:31 | |
dougwig | sdague: recent change with osic, so i think it exposed an issue that's always been there. | 15:31 |
sdague | ok, cool | 15:31 |
sdague | yay for figuring it out | 15:32 |
*** fragatin_ has joined #openstack-neutron | 15:32 | |
dougwig | sdague: given how long it takes jobs to fail and recycle through osic nodes, and the depth of the gate, it might be worth jumping that to the head of the line, or temporarily disabling osic. i think we're looking at about 2 days until that merges. | 15:33 |
*** vijaykc4 has quit IRC | 15:33 | |
sdague | well, get me a network is probably at 30% overall fail rate, that's top of queue | 15:33 |
sdague | once that merges, sure | 15:33 |
armax | dougwig, sdague: we need to backport 359490 don’t we? | 15:35 |
*** wolverineav has quit IRC | 15:35 | |
sdague | armax: yes, good point | 15:35 |
armax | sdague: I saw resets on mitaka and liberty too | 15:35 |
*** fragatina has quit IRC | 15:35 | |
*** krtaylor has quit IRC | 15:35 | |
armax | last nite | 15:35 |
*** hockeynu_ has quit IRC | 15:36 | |
dougwig | armax, sdague: yes, but given volume, i'd prioritize getting master in there first. | 15:36 |
armax | dougwig: sure | 15:36 |
dougwig | and make sure this onion doesn't have more layers. | 15:36 |
sdague | sure, but if someone could propose that backports, just to get them up there | 15:36 |
*** sdake has joined #openstack-neutron | 15:36 | |
sdague | that would be cool | 15:36 |
armax | sdague: yes, I can give it a go | 15:36 |
sdague | armax: thank you | 15:37 |
*** shirafuno has quit IRC | 15:37 | |
armax | sdague: btw are we thinking that https://review.openstack.org/#/c/359490/ ‘solves’ the issue? | 15:37 |
armax | I am just getting started, still waiting for the caffeine to kick in | 15:37 |
*** tbachman has quit IRC | 15:37 | |
armax | still going through the logs | 15:38 |
*** wolverineav has joined #openstack-neutron | 15:39 | |
*** vijaykc4 has joined #openstack-neutron | 15:39 | |
boden | dougwig HenryG: we planning to have the neutron-lib today (in ~2hrs)? | 15:40 |
dougwig | armax: according to sc68cal, setting that value outside of neutron, whenever ip forwarding is enabled, is a necessary setup step. the listed change likely needs to be tweaked from all interfaces to just eth0, but is his recommended solution, as opposed to embedding it in neutron. | 15:40 |
armax | dougwig: ack | 15:40 |
armax | thanks | 15:40 |
*** hockeynut has joined #openstack-neutron | 15:40 | |
dougwig | armax: so we need a follow-up to that change to be more specific, and we need a doc bug for the install guides, IMO. whenever we mentioning sysctl'ing ip forwarding, we should also mention this. | 15:40 |
*** jobewan has joined #openstack-neutron | 15:41 | |
armax | agreed | 15:41 |
armax | dougwig: I suppose we can shortly tell whether nodes reset while vetting that change | 15:41 |
sc68cal | ++ | 15:41 |
armax | and at least give some confidence we’re on the right path? | 15:41 |
dougwig | boden: i'm at the lbaas midcycle, and babysitting a neutron fire, so if you or henry can run today's, that'd be awesome. | 15:41 |
*** sdague has quit IRC | 15:41 | |
openstackgerrit | Anindita Das proposed openstack/neutron-lib: api-ref: Fix api-ref for service-providers https://review.openstack.org/358396 | 15:41 |
dougwig | armax: if you watch 359490,4 in zuul, you'll see it running jobs on v6 and not resetting. | 15:42 |
armax | …so far | 15:42 |
dougwig | armax: a job on that patch already succeeded on a v6 node. and it was a 100% fail rate. | 15:42 |
armax | dougwig: or have we gone past the setup phase? | 15:42 |
armax | dougwig: oh, cool | 15:42 |
dougwig | armax: yep, i verified it before i pushed on the patch. | 15:42 |
*** andymaier_ has quit IRC | 15:43 | |
*** tbachman has joined #openstack-neutron | 15:43 | |
armax | dougwig: I’ll get on with the backports then | 15:43 |
*** nj762h has joined #openstack-neutron | 15:44 | |
*** tonytan_brb has joined #openstack-neutron | 15:44 | |
*** iranzo has quit IRC | 15:45 | |
*** wolverineav has quit IRC | 15:45 | |
*** cbouch has joined #openstack-neutron | 15:46 | |
armax | dougwig: https://review.openstack.org/#/c/359974/ | 15:47 |
*** wolverineav has joined #openstack-neutron | 15:47 | |
*** marst has quit IRC | 15:48 | |
armax | dougwig: https://review.openstack.org/#/c/359975/ | 15:48 |
*** tonytan4ever has quit IRC | 15:48 | |
armax | sc68cal: ^ | 15:48 |
*** salv-orlando has joined #openstack-neutron | 15:48 | |
efried1 | armax, have a couple minutes to discuss binding:profile? | 15:48 |
*** tbachman_ has joined #openstack-neutron | 15:48 | |
armax | efried1: I am afraid I need to jump into a meeting in 10 | 15:48 |
*** tbachman has quit IRC | 15:49 | |
*** tbachman_ is now known as tbachman | 15:49 | |
efried1 | armax, okay, I'll try to corner you in a few hours. | 15:49 |
*** vhosakot has quit IRC | 15:49 | |
armax | efried1: let’s keep the discussion async for now | 15:49 |
armax | it’s your safest bet at this point in the cycle | 15:49 |
*** vhosakot has joined #openstack-neutron | 15:49 | |
efried1 | armax, okay, where? | 15:49 |
armax | on the bug report | 15:49 |
efried1 | armax, sounds good. I posted a response yesterday. Will await feedback. Thanks. | 15:50 |
armax | efried1: thanks | 15:50 |
*** janzian has joined #openstack-neutron | 15:51 | |
*** wolverineav has quit IRC | 15:52 | |
*** abregman has quit IRC | 15:53 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron: Add new configuration test in sanity check: vf_extended_management https://review.openstack.org/351833 | 15:54 |
*** Sukhdev has joined #openstack-neutron | 15:54 | |
ihrachys | electrocucaracha: I think korzen had a patch for that | 15:55 |
ihrachys | electrocucaracha: though not complete | 15:55 |
*** vishwanthj has quit IRC | 15:56 | |
*** john-dav_ has joined #openstack-neutron | 15:59 | |
*** john-davidge has quit IRC | 15:59 | |
*** wolverineav has joined #openstack-neutron | 16:01 | |
jschwarz | Swami, so if we allow legacy to DVR | 16:02 |
jschwarz | Swami, and we allow legacy to HA | 16:02 |
*** krtaylor has joined #openstack-neutron | 16:02 | |
jschwarz | Swami, seems reasonable we should allow HA to DVR+HA and DVR to DVR+HA | 16:02 |
jschwarz | just sayin' :) | 16:02 |
*** tflynn has joined #openstack-neutron | 16:03 | |
Swami | jschwarz: Yes we should think about it | 16:04 |
Swami | jschwarz: probably we should start a wiki or an etherpad and log these details for migration. | 16:04 |
jschwarz | Swami, agreed | 16:04 |
Swami | jschwarz: so that we don't loose it. | 16:04 |
mlavalle | armax: regarding https://bugs.launchpad.net/neutron/+bug/1615718. It is a duplicate and there is a fix in flight: https://review.openstack.org/#/c/346221/ | 16:05 |
openstack | Launchpad bug 1605336 in neutron "duplicate for #1615718 Neutron loadbalancer VIP port fails to create" [Medium,In progress] - Assigned to Graham Hayes (grahamhayes) | 16:05 |
jschwarz | Swami, I'm also looking into getting (back) into DVR again so it will be very helpful for me in that regard | 16:05 |
armax | mlavalle: ack thans | 16:05 |
armax | thanks | 16:05 |
jschwarz | Swami, mail me that functional test you wrote that reproduced the issue and I'll have a look at it tomorrow | 16:05 |
*** vijaykc4 has quit IRC | 16:05 | |
*** tmorin has quit IRC | 16:05 | |
*** yfried has joined #openstack-neutron | 16:06 | |
*** sleviim has quit IRC | 16:06 | |
Swami | jschwarz: sure will do. | 16:06 |
*** liuyulong_ has quit IRC | 16:07 | |
*** jistr|mtg is now known as jistr | 16:08 | |
*** anilvenkata has quit IRC | 16:08 | |
*** prithiv has joined #openstack-neutron | 16:08 | |
*** regXboi has joined #openstack-neutron | 16:09 | |
*** iyamahat has quit IRC | 16:10 | |
openstackgerrit | Doug Wiegley proposed openstack/neutron: DO NOT MERGE - test ci resets https://review.openstack.org/359996 | 16:10 |
*** yamahata has quit IRC | 16:11 | |
*** anilvenkata has joined #openstack-neutron | 16:13 | |
*** sindhude__ has joined #openstack-neutron | 16:13 | |
boden | dougwig: I think HenryG said he may not be able to attend the lib meeting either. Maybe we should just cancel today. Talking to myself on IRC isn’t overly exciting ; ) | 16:14 |
*** drico has joined #openstack-neutron | 16:14 | |
dougwig | boden: it'd be fun to read the transcript. | 16:14 |
*** sindhu has quit IRC | 16:14 | |
*** imcsk8 has quit IRC | 16:15 | |
*** prateek_ has joined #openstack-neutron | 16:15 | |
boden | summary: pls see https://etherpad.openstack.org/p/nl-planning and have a pass through the reviews.. meeting adjourned | 16:15 |
*** shashank_hegde has joined #openstack-neutron | 16:16 | |
boden | dougwig: I’ll send a note to the ML about the cancelation | 16:16 |
*** jckasper has quit IRC | 16:17 | |
*** jckasper has joined #openstack-neutron | 16:17 | |
*** vijaykc4 has joined #openstack-neutron | 16:17 | |
*** wolverineav has quit IRC | 16:18 | |
*** prateek has quit IRC | 16:18 | |
*** bwallis has quit IRC | 16:19 | |
*** jckasper has quit IRC | 16:19 | |
*** wolverineav has joined #openstack-neutron | 16:20 | |
roaet | armax: hello hello, sorry to bother you outside the meeting. just wondering if you wouldn't mind if I reactivated a review? https://review.openstack.org/#/c/157870/ | 16:20 |
*** fragatin_ has quit IRC | 16:21 | |
*** sindhude__ has quit IRC | 16:22 | |
*** wolverineav has quit IRC | 16:22 | |
*** wolverineav has joined #openstack-neutron | 16:22 | |
*** matrohon has quit IRC | 16:22 | |
*** dsneddon has quit IRC | 16:23 | |
*** anilvenkata has quit IRC | 16:24 | |
armax | roaet: go for it, that said are you sure you want to invest time and energy into a client that’s eventually going to go away? | 16:25 |
*** sindhu has joined #openstack-neutron | 16:25 | |
roaet | armax: yeah. only because we run a fork of it for customers who will likely not want to upgrade for some time. | 16:26 |
boden | Hi amotoki, did you happen to see: http://lists.openstack.org/pipermail/openstack-dev/2016-August/102133.html | 16:26 |
roaet | armax: and running forks is super sad :( | 16:26 |
roaet | armax: but I am 100% on board the OSC as the better idea | 16:26 |
armax | roaet: ok, my point being that the patch might never merge so how’s that gonna help your fork? | 16:27 |
roaet | armax: oh, if there is literally no chance of it merging then I won't work on it. heh | 16:27 |
*** vhosakot has quit IRC | 16:27 | |
*** regXboi has quit IRC | 16:27 | |
*** jckasper has joined #openstack-neutron | 16:27 | |
openstackgerrit | chandanc proposed openstack/neutron-fwaas: FWaaS v2 L3 Agent Extension https://review.openstack.org/337699 | 16:27 |
*** dsneddon has joined #openstack-neutron | 16:27 | |
*** vhosakot has joined #openstack-neutron | 16:28 | |
*** manous has joined #openstack-neutron | 16:28 | |
armax | roaet: all I am saying if that you can restore it and work with the reviewers to see if there’s wisdom in have it in perhaps one of the latest releases of the client | 16:28 |
armax | roaet: but it’s not guaranteed it’ll happen especially if there’s lots of work involved | 16:29 |
roaet | armax: understandable, I will prepare for disappointment, but hope for the best. Thank you for the feedback. | 16:29 |
*** rcernin has quit IRC | 16:29 | |
*** sindhu has quit IRC | 16:30 | |
manjeets_ | ihrachys, ping (topic ovo network patchset 269658) | 16:30 |
*** kevo has quit IRC | 16:30 | |
*** davidsha has quit IRC | 16:30 | |
*** Swami has quit IRC | 16:30 | |
*** roeyc has joined #openstack-neutron | 16:31 | |
amotoki | roaet: what armax said is the real situation. the biggest point is we need similar efforts (like your effort) in various CLI repos. | 16:31 |
*** claudiub has quit IRC | 16:31 | |
roaet | amotoki: as in OSC? | 16:31 |
*** hockeynu_ has joined #openstack-neutron | 16:31 | |
roaet | amotoki: or in the other projects also going to be deprecated? | 16:32 |
*** iyamahat has joined #openstack-neutron | 16:32 | |
roaet | (clients) | 16:32 |
amotoki | roaet: what I mention is why we lean to OSC. your contribution may help us in neutron CLI but if we keep a separate CLI we need to continue similar maintenance forever. | 16:32 |
amotoki | roaet: deprecating individual clients is the longer goal. | 16:33 |
*** haplo37__ has quit IRC | 16:33 | |
amotoki | roaet: http://specs.openstack.org/openstack/openstack-specs/specs/deprecate-cli.html | 16:33 |
roaet | amotoki: This is a similar conversation that was done awhile ago to extend the capabilities of the neutronclient | 16:34 |
roaet | amotoki: the idea was that if we're deprecating the client, making it so people who don't deprecate for whatever reason could continue advancing it on their own is.. sane? | 16:34 |
*** prithiv has quit IRC | 16:34 | |
*** jlibosva has quit IRC | 16:35 | |
*** sindhu has joined #openstack-neutron | 16:35 | |
*** hockeynut has quit IRC | 16:35 | |
*** regXboi has joined #openstack-neutron | 16:35 | |
*** tesseract- has quit IRC | 16:35 | |
ihrachys | manjeets_: I replied | 16:36 |
*** nyechiel has quit IRC | 16:36 | |
amotoki | roaet: honestly I don't think it is sane that individual projects continue to maintain individual clients too. | 16:36 |
openstackgerrit | Brian Haley proposed openstack/neutron: Experimental patch - Do not merge https://review.openstack.org/342180 | 16:37 |
amotoki | roaet: I don't think it is a good idea to have many fork repos too. | 16:37 |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: objects: add support for per parent type foreign keys https://review.openstack.org/357207 | 16:37 |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: Introduce ovo objects for ports https://review.openstack.org/351368 | 16:37 |
roaet | amotoki: I don't like the fork repo at all | 16:37 |
*** yamamoto has quit IRC | 16:37 | |
roaet | amotoki: I'd really like it to go away | 16:37 |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: Introduce ovo objects for networks https://review.openstack.org/269658 | 16:38 |
amotoki | roaet: do you need to keep neutron CLI supported? | 16:38 |
roaet | amotoki: for our customers that need to stick to it for now | 16:38 |
manjeets_ | thanks ihrachys I had another question which I asked henryg and he said would be question for you question was about 357228 PS | 16:40 |
*** sdague has joined #openstack-neutron | 16:40 | |
amotoki | roaet: understandable to some extent. we might need a bit longer deprecation period (though the minimum period is one release). | 16:40 |
roaet | amotoki: since it's just the 'ability' to extend capability and not a new feature itself... | 16:41 |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: Include [agent] extensions option into ovs/linuxbridge agent files https://review.openstack.org/341103 | 16:41 |
*** ganeshnalawade has joined #openstack-neutron | 16:41 | |
amotoki | roaet: even if we/you keep neutron CLI supported, I think it is better to use os-client-config for authentication. | 16:41 |
roaet | amotoki: i feel that it is is a safe addition to even a deprecating client | 16:41 |
openstackgerrit | John Davidge proposed openstack/neutron: IP allocation with Service Subnets https://review.openstack.org/350613 | 16:41 |
amotoki | roaet: os-client-config tries to handle various client auth configuration in a more modern way. | 16:41 |
amotoki | roaet: at least novaclient approach brings us (neutron CLI) a new separate implementation and increases maintenance cost. | 16:42 |
*** vijaykc4 has quit IRC | 16:43 | |
*** bwallis has joined #openstack-neutron | 16:43 | |
amotoki | boden: sorry for late. I saw your mail. | 16:45 |
*** hockeynut has joined #openstack-neutron | 16:45 | |
*** hockeynu_ has quit IRC | 16:45 | |
*** mickeys has joined #openstack-neutron | 16:45 | |
ihrachys | manjeets_: replied. I don't think you gave enough info. but for now, I downgraded the vote to +1 | 16:46 |
roaet | amotoki: it is very similar to the existing plugin interview although | 16:46 |
roaet | amotoki: that is in the client already | 16:46 |
ihrachys | manjeets_: we may want to look into expanding grenade resources to include some policies. | 16:46 |
*** sridharg has quit IRC | 16:46 | |
*** shashank_hegde has quit IRC | 16:46 | |
amotoki | boden: you can publish API ref of your extension somewhere you want. | 16:46 |
amotoki | boden: in the current plan, the networking API ref will publish API provided by official stadium projects. | 16:47 |
manjeets_ | ihrachys, thanks I'll post a comment over there with logs and commands i ran | 16:47 |
openstackgerrit | Isaku Yamahata proposed openstack/neutron: qos rule doesn't have tenant_id https://review.openstack.org/360009 | 16:48 |
amotoki | boden: this policy is also aligned to the policy adopted in docs.o.o. | 16:48 |
*** Sukhdev has quit IRC | 16:48 | |
*** roeyc has quit IRC | 16:49 | |
openstackgerrit | Sindhu Devale proposed openstack/neutron: [WIP] OVO for FlatAllocation https://review.openstack.org/358845 | 16:51 |
*** yamahata has joined #openstack-neutron | 16:52 | |
*** vishwanathj has joined #openstack-neutron | 16:52 | |
*** drico has quit IRC | 16:55 | |
*** phschwartz has quit IRC | 16:56 | |
*** mordred has quit IRC | 16:56 | |
*** tonytan_brb has quit IRC | 16:57 | |
*** tonytan4ever has joined #openstack-neutron | 16:57 | |
*** phschwartz has joined #openstack-neutron | 16:58 | |
*** mmalik4 has joined #openstack-neutron | 16:59 | |
*** sbalukoff has quit IRC | 16:59 | |
*** sbalukoff has joined #openstack-neutron | 17:00 | |
*** mordred has joined #openstack-neutron | 17:00 | |
*** chandanc__ has joined #openstack-neutron | 17:02 | |
*** sputnik13 has joined #openstack-neutron | 17:04 | |
*** chandanc_ has quit IRC | 17:04 | |
*** xdcc has quit IRC | 17:04 | |
openstackgerrit | Aradhana Singh proposed openstack/neutron: Refactoring config options for ml2 config opts https://review.openstack.org/340228 | 17:05 |
*** john-dav_ has quit IRC | 17:05 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: DVR: Add forwarding routes based on address_scopes https://review.openstack.org/355062 | 17:05 |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: DVR: Create router to fip namespace connection based on gateway state https://review.openstack.org/283757 | 17:05 |
*** john-davidge has joined #openstack-neutron | 17:05 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: DVR: Add forwarding routes based on address_scopes https://review.openstack.org/355062 | 17:06 |
*** sindhu has quit IRC | 17:06 | |
*** hockeynut has quit IRC | 17:10 | |
*** ganeshnalawade has quit IRC | 17:10 | |
*** regXboi has quit IRC | 17:10 | |
*** regXboi has joined #openstack-neutron | 17:11 | |
*** hockeynut has joined #openstack-neutron | 17:12 | |
*** chandanc_ has joined #openstack-neutron | 17:13 | |
*** regXboi has quit IRC | 17:13 | |
*** vhoward has quit IRC | 17:13 | |
*** vhoward has joined #openstack-neutron | 17:13 | |
*** ganeshnalawade has joined #openstack-neutron | 17:14 | |
*** chandanc__ has quit IRC | 17:14 | |
*** regXboi has joined #openstack-neutron | 17:16 | |
*** thumpba has joined #openstack-neutron | 17:17 | |
*** obondarev has quit IRC | 17:17 | |
*** anilvenkata has joined #openstack-neutron | 17:17 | |
anilvenkata | carl_baldwin kevinbenton l2pop ha patch https://review.openstack.org/#/c/255237/ is resolving two high priority bugs https://bugs.launchpad.net/neutron/+bug/1522980 and https://bugs.launchpad.net/neutron/+bug/1602614 | 17:20 |
openstack | Launchpad bug 1522980 in neutron "L3 HA integration with l2pop assumes control plane is operational for fail over" [High,In progress] - Assigned to venkata anil (anil-venkata) | 17:20 |
openstack | Launchpad bug 1602614 in neutron "DVR + L3 HA loss during failover is higher that it is expected" [High,In progress] - Assigned to venkata anil (anil-venkata) | 17:20 |
anilvenkata | carl_baldwin, kevinbenton and is in review for a long time | 17:21 |
anilvenkata | carl_baldwin, kevinbenton can you kindly review it? | 17:21 |
carl_baldwin | anilvenkata: While it has been in review for a long time, the bugs weren't considered High until yesterday. | 17:22 |
carl_baldwin | anilvenkata: I'll have another look. | 17:22 |
*** thumpba has quit IRC | 17:22 | |
anilvenkata | carl_baldwin, thanks Carl | 17:22 |
carl_baldwin | anilvenkata: Getting bug triage correct is pretty important, it turns out. | 17:22 |
*** thumpba has joined #openstack-neutron | 17:22 | |
anilvenkata | carl_baldwin, yes, thanks :) | 17:23 |
anilvenkata | carl_baldwin, thanks for yesterday's suggestion | 17:23 |
*** rcernin has joined #openstack-neutron | 17:23 | |
carl_baldwin | anilvenkata: glad to help. | 17:24 |
*** ganeshnalawade has quit IRC | 17:25 | |
*** vijaykc4 has joined #openstack-neutron | 17:26 | |
*** kevo has joined #openstack-neutron | 17:27 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: Introduce ovo objects for ports https://review.openstack.org/351368 | 17:27 |
*** vijaykc4 has quit IRC | 17:27 | |
*** tbachman has quit IRC | 17:28 | |
*** vhosakot_ has joined #openstack-neutron | 17:29 | |
*** chandanc_ has quit IRC | 17:30 | |
*** chandanc_ has joined #openstack-neutron | 17:30 | |
*** vhosakot has quit IRC | 17:32 | |
openstackgerrit | Armando Migliaccio proposed openstack/python-neutronclient: Provide client bindings for DELETE method of auto-allocated-topology extension https://review.openstack.org/359494 | 17:32 |
chandanc_ | ping kevinbenton | 17:32 |
*** ganeshnalawade has joined #openstack-neutron | 17:33 | |
*** xdcc has joined #openstack-neutron | 17:34 | |
*** lucasagomes is now known as lucas-dinner | 17:35 | |
*** vijaykc4 has joined #openstack-neutron | 17:36 | |
*** vhosakot_ has quit IRC | 17:37 | |
ihrachys | armax: I am slow on catching the current state of gate; I realized I could push a patch or two today while gate is still not in shape. I will refrain pushing more stuff. if we need to pull stuff out of the gate that is already there, please do. it's not clear whether we should from the wording: "so approve/recheck gently please" | 17:37 |
*** vhosakot has joined #openstack-neutron | 17:37 | |
*** yamamoto has joined #openstack-neutron | 17:38 | |
armax | ihrachys: gently means the following | 17:38 |
armax | ihrachys: push stuff in the merge queue does leads to the execution of jobs that are not affected by the issues we’re facing | 17:39 |
armax | ihrachys: or for which the chance of failure is minimal (fewer jobs) | 17:39 |
armax | ihrachys: also | 17:39 |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: Introduce ovo objects for networks https://review.openstack.org/269658 | 17:39 |
armax | ihrachys: also | 17:39 |
armax | at one poitn https://review.openstack.org/#/c/359490/ | 17:39 |
armax | was in the merge queue | 17:39 |
armax | and since we co-gate | 17:39 |
armax | it meant we could have put stuff in the merge queue and we’d have benefited from the increased stability, however haleyb refreshed that patch so we gotta wait another round of check | 17:40 |
ihrachys | armax: ack. I will probably run away from the gate now so that I don't introduce more issues :( | 17:40 |
*** manous has quit IRC | 17:40 | |
armax | ihrachys: in a nutshell, I’d say let’s be caution and favor high and critical fixes | 17:40 |
*** jhershbe has quit IRC | 17:41 | |
*** regXboi has quit IRC | 17:41 | |
armax | client side patches should be ok | 17:41 |
*** jhershbe_ has quit IRC | 17:41 | |
*** vijaykc4 has quit IRC | 17:41 | |
armax | gate is at ~350 jobs right now | 17:42 |
ihrachys | armax: ack, thanks for explanation. I was overwhelmed by emails and missed we haven't tackled it yet so could violate the gentle thing. | 17:42 |
armax | gate queue is 70+ we can perhaps hold ourselves to 2 +2 and we’ll +W when things calm down a bit | 17:42 |
*** sdague has quit IRC | 17:42 | |
armax | I hope I did not overwhelm you with my emails | 17:42 |
armax | I only sent 3 | 17:43 |
*** regXboi has joined #openstack-neutron | 17:43 | |
armax | :) | 17:43 |
armax | over 3 days | 17:43 |
*** shashank_hegde has joined #openstack-neutron | 17:43 | |
ihrachys | haha. no, it's stuff that I happened to ignore since prev week. it piles up like crazy. | 17:43 |
dougwig | armax: i think haleyb's patch is gonna fail. i pushed a hacky version of if 10 minutes sooner, and it's resetting. | 17:44 |
*** ihrachys has quit IRC | 17:44 | |
armax | dougwig: ugh | 17:44 |
*** nj762h has quit IRC | 17:44 | |
armax | dougwig: so, what’s the plan? | 17:44 |
dougwig | armax: aye. | 17:44 |
*** yamamoto has quit IRC | 17:44 | |
*** ivar-lazzaro has joined #openstack-neutron | 17:44 | |
armax | dougwig: why can’t we do things in baby steps? | 17:44 |
dougwig | armax: wait for our ipv6 experts to come up with another fix (sc68cal, haleyb) | 17:44 |
*** akamyshnikova_ has joined #openstack-neutron | 17:45 | |
armax | dougwig: ok, I’ll put my backports on hold for now | 17:45 |
dougwig | armax: i'm also trying to repro the stack failure on a rax node, so we can test fixes quicker. | 17:45 |
dougwig | armax: yes. | 17:45 |
dougwig | armax: which baby steps are you referring to? | 17:46 |
armax | the first fix that you said was working | 17:46 |
dougwig | armax: do you mean using v6 for the jobs? there's a debate in the infra channel right now about whether to turn it off temporarily or not. | 17:47 |
armax | dougwig: I thought the first version of the devstack fix fixed the reset issue, no>? | 17:47 |
amotoki | blogan: ping | 17:47 |
*** jhershbe has joined #openstack-neutron | 17:48 | |
sc68cal | armax: we had someone in -infra report that it did ... then someone reported that it didn't. | 17:49 |
*** tbachman has joined #openstack-neutron | 17:49 | |
*** jhershbe_ has joined #openstack-neutron | 17:49 | |
armax | sc68cal: I see | 17:49 |
*** jpena is now known as jpena|away | 17:50 | |
dougwig | armax: no, i had erroneously though default neutron in devstack meant the non-neutron jobs were now all neutron, when they're still n-net. | 17:50 |
armax | dougwig: ok, understood | 17:51 |
*** aswadr_ has quit IRC | 17:51 | |
*** sdague has joined #openstack-neutron | 17:52 | |
*** tri2sing has quit IRC | 17:53 | |
*** regXboi has quit IRC | 17:53 | |
*** tri2sing has joined #openstack-neutron | 17:53 | |
*** regXboi has joined #openstack-neutron | 17:53 | |
haleyb | armax: yeah, i don't think the original patch fixed anything, i think the update should | 17:55 |
*** ivasilevskaya has quit IRC | 17:55 | |
*** jhershbe has quit IRC | 17:55 | |
*** wolverineav has quit IRC | 17:56 | |
armax | haleyb: ok I am eargerly await results | 17:56 |
*** jhershbe_ has quit IRC | 17:56 | |
haleyb | dougwig: i think you just said it failed in infra? | 17:56 |
*** nyechiel has joined #openstack-neutron | 17:56 | |
*** fnaval has quit IRC | 17:57 | |
*** vijaykc4 has joined #openstack-neutron | 17:57 | |
*** wolverineav has joined #openstack-neutron | 17:59 | |
*** Swami has joined #openstack-neutron | 17:59 | |
openstackgerrit | Ann Taraday proposed openstack/neutron: Set L3 agent standby if admin_state_up=False https://review.openstack.org/360027 | 17:59 |
*** chandanc_ has quit IRC | 18:01 | |
*** nyechiel has quit IRC | 18:01 | |
*** buttercup has quit IRC | 18:03 | |
*** ivar-laz_ has joined #openstack-neutron | 18:03 | |
*** tflynn_ has joined #openstack-neutron | 18:04 | |
*** liuyulong_ has joined #openstack-neutron | 18:04 | |
*** wolverineav has quit IRC | 18:05 | |
*** ivar-lazzaro has quit IRC | 18:06 | |
*** fnaval has joined #openstack-neutron | 18:07 | |
*** sindhu has joined #openstack-neutron | 18:07 | |
*** tflynn has quit IRC | 18:07 | |
*** sputnik13 has quit IRC | 18:08 | |
*** fnaval has quit IRC | 18:08 | |
*** fnaval has joined #openstack-neutron | 18:09 | |
*** sputnik13 has joined #openstack-neutron | 18:09 | |
*** jamesden_ has joined #openstack-neutron | 18:10 | |
sc68cal | haleyb: how's your calendar tomorrow? Think maybe we can do a google hangout and put our heads together? | 18:10 |
*** jamesdenton is now known as Guest20708 | 18:11 | |
haleyb | sc68cal: i am out tomorrow, family trip and can't reschedule | 18:12 |
*** liuyulong_ has quit IRC | 18:12 | |
sc68cal | haleyb: ok - no worries, just wanted to have the door open for ya | 18:12 |
sc68cal | enjoy | 18:12 |
*** hockeynut has quit IRC | 18:13 | |
haleyb | sc68cal: i hope we can get this solved today, the fate of IPv6 relies on it! :) | 18:13 |
*** sambetts is now known as sambetts|afk | 18:13 | |
sc68cal | :) | 18:13 |
sc68cal | so, accept_ra = 2 didn't fix the issue | 18:14 |
haleyb | sc68cal: apparently not. i'm stacking now to see what interface it actually tweaked | 18:15 |
sc68cal | is that the current understanding? | 18:15 |
sc68cal | I feel though it has to involve tweaking accept_ra = 2 - in my gut | 18:16 |
haleyb | it's my thought based on what the kernel will do | 18:16 |
haleyb | yes, i think it still involved accept_ra - but in my stack it tweaked br-ex, think that needs to be eth0, that might be it | 18:16 |
*** sbasam has quit IRC | 18:17 | |
haleyb | PUBLIC_INTERFACE mumble | 18:17 |
sc68cal | maybe it's the accept_ra = 2 patch and something else we need to discover/diagnose/fix | 18:17 |
sc68cal | yep | 18:17 |
*** amotoki has quit IRC | 18:17 | |
dougwig | note my change: https://review.openstack.org/#/c/360011/ | 18:17 |
haleyb | let me restack with a different variable | 18:17 |
dougwig | i didn't mess around with doing it right. | 18:17 |
dougwig | it still reset | 18:17 |
*** wolverineav has joined #openstack-neutron | 18:18 | |
*** dims has quit IRC | 18:18 | |
*** dims has joined #openstack-neutron | 18:18 | |
haleyb | dougwig: did you see the default route go away? | 18:19 |
*** jobewan has quit IRC | 18:19 | |
dougwig | i just saw the node go offline, same symptom as before. | 18:19 |
*** mickeys has quit IRC | 18:20 | |
*** marcusvrn_ has joined #openstack-neutron | 18:20 | |
*** kriskend has quit IRC | 18:20 | |
sc68cal | dougwig: how did clarkb get a node to dump the ip configuration and route table, before it dropped offline? | 18:20 |
sc68cal | capture it? | 18:20 |
dougwig | yes, if you tell them a node before nodepool kills it, they can hold it and login. | 18:20 |
clarkb | we sneak in via another host on the same l2 | 18:21 |
sc68cal | even after it appears to drop offline? | 18:22 |
sc68cal | or at that point is the networking so messed up that it's not able to be reached | 18:22 |
haleyb | sc68cal: we should be able to reproduce this with just a few commands, given we have a system configured via an RA | 18:23 |
dougwig | sc68cal: it's the v6 default route that disappears, the local routes all are still there. so another osic node can get in. | 18:23 |
clarkb | sc68cal: the local network works because it has a specific route for it that isn't remove | 18:23 |
clarkb | dougwig: yup that | 18:23 |
*** vishwanathj has quit IRC | 18:25 | |
*** tflynn_ has quit IRC | 18:25 | |
*** vishwanathj has joined #openstack-neutron | 18:26 | |
*** sdague has quit IRC | 18:26 | |
*** jlibosva has joined #openstack-neutron | 18:26 | |
*** tflynn has joined #openstack-neutron | 18:27 | |
haleyb | dougwig: do you have something i can login to? saves me from having to config radvd locally | 18:28 |
*** Sukhdev has joined #openstack-neutron | 18:28 | |
*** intr1nsic has quit IRC | 18:28 | |
*** intr1nsic has joined #openstack-neutron | 18:29 | |
*** wolverineav has quit IRC | 18:29 | |
*** claudiub has joined #openstack-neutron | 18:31 | |
sc68cal | ^ +1 | 18:36 |
*** regXboi has quit IRC | 18:36 | |
openstackgerrit | Isaku Yamahata proposed openstack/neutron: qos rule doesn't have tenant_id https://review.openstack.org/360009 | 18:37 |
*** karthiks is now known as karthiks_afk | 18:42 | |
*** wolverineav has joined #openstack-neutron | 18:42 | |
*** jobewan has joined #openstack-neutron | 18:43 | |
*** wolverineav has quit IRC | 18:46 | |
*** fragatina has joined #openstack-neutron | 18:46 | |
*** wolverineav has joined #openstack-neutron | 18:46 | |
jlibosva | clarkb: hi, you here? I'd use your help with one job transitioning to xenial | 18:47 |
*** kriskend has joined #openstack-neutron | 18:47 | |
*** ivar-laz_ has quit IRC | 18:50 | |
*** tflynn has quit IRC | 18:50 | |
*** ivar-lazzaro has joined #openstack-neutron | 18:50 | |
*** tflynn has joined #openstack-neutron | 18:51 | |
clarkb | jlibosva: yes I am around | 18:52 |
*** abhiraut has joined #openstack-neutron | 18:52 | |
jlibosva | clarkb: good :) could you please help me with https://review.openstack.org/#/c/359843/ ? I'm project-config n00b. I'd like to introduce xenial non-voting jobs for fullstack and functional jobs in Neutron while leaving trusty voting till xenial is stabilize | 18:53 |
jlibosva | stabilized | 18:53 |
clarkb | jlibosva: would it make sense to just run those on xenial and if they work switch them? its goign to be tricky to get the regexes right to run both at the same time with one voting and the other non voting | 18:54 |
openstackgerrit | Merged openstack/python-neutronclient: Add possible updatable options to net-update CLI https://review.openstack.org/280521 | 18:54 |
clarkb | jlibosva: my testing has shown that there really aren't any issues except for sslv3 not existing in python on xenial | 18:55 |
clarkb | thats broad testing though | 18:55 |
jlibosva | clarkb: I want to be cautious. These kind of tests aim system interaction | 18:55 |
clarkb | jlibosva: sure test it before hand I am just pointing out it will be difficult to have the setup you have described | 18:56 |
jlibosva | clarkb: and there is huge jump from ovs 2.0 to 2.5 between trusty and xenial - which is our "main networking tool" | 18:56 |
clarkb | instead run the tests locally a few times, see if there are any failures and if not start running on xenial | 18:56 |
jlibosva | clarkb: would be easier to at least introduce them to experimental? | 18:57 |
jlibosva | clarkb: I don't want to break the gate even more before milestone cut :) | 18:57 |
*** xdcc has quit IRC | 18:57 | |
clarkb | let me leave comments on the cahnge. Experimental is one potential option | 18:58 |
*** regXboi has joined #openstack-neutron | 18:58 | |
*** regXboi has quit IRC | 18:59 | |
clarkb | jlibosva: looking at this most of the jobs are already non voting? | 19:00 |
clarkb | jlibosva: maybe you want to completely replace the old ones and move forward in that case as it isn't likely you will make the necessary changes to have them voting on older branches is it? | 19:00 |
*** bwallis has quit IRC | 19:01 | |
*** st8less_ has joined #openstack-neutron | 19:01 | |
*** st8less_ has quit IRC | 19:01 | |
jlibosva | clarkb: functional is voting but not part of integrated gate | 19:01 |
*** st8less has joined #openstack-neutron | 19:01 | |
jlibosva | clarkb: fullstack is non-voting | 19:01 |
clarkb | oh its the py3k functional that is non voting gotcha | 19:02 |
*** st8less has quit IRC | 19:02 | |
*** wolverineav has quit IRC | 19:02 | |
openstackgerrit | John Davidge proposed openstack/neutron: IP allocation with Service Subnets https://review.openstack.org/350613 | 19:04 |
clarkb | jlibosva: ok comments posted. Let me know if you have questions but hopefully that makes things clearer | 19:04 |
*** haplo37__ has joined #openstack-neutron | 19:05 | |
clarkb | jlibosva: basically the default is trusty runs on mitaka and liberty and xenial on master/newton so if you want trusty on master/newton too then we need to explicitly add rules for that | 19:05 |
clarkb | and then clean them up when you are ready to switch to just xenial on master/newton | 19:06 |
*** ivasilevskaya has joined #openstack-neutron | 19:06 | |
clarkb | or use experimental and check if things work there. Also pointed out a python3 version thing | 19:06 |
*** wolverineav has joined #openstack-neutron | 19:06 | |
jlibosva | clarkb: aha, maybe the experimental would make more sense then. it would also save gate resources | 19:07 |
clarkb | jlibosva: I would also be surprised if there are major issues to fix just based on how well things that have already been converted have worked | 19:08 |
*** trevormc has quit IRC | 19:09 | |
jlibosva | clarkb: that's good news. I would still be careful with the switch :) | 19:09 |
*** iranzo has joined #openstack-neutron | 19:09 | |
*** ilyashakhat has joined #openstack-neutron | 19:11 | |
*** ivasilevskaya has quit IRC | 19:13 | |
openstackgerrit | venkata anil proposed openstack/neutron: New option for num_threads for state change server https://review.openstack.org/317616 | 19:13 |
anilvenkata | amuller, armax added releasenotes for https://review.openstack.org/#/c/317616/ | 19:14 |
*** tidwellr has joined #openstack-neutron | 19:15 | |
openstackgerrit | Nate Johnston proposed openstack/neutron: Add L3 agent extension API object https://review.openstack.org/357503 | 19:15 |
*** sindhu has quit IRC | 19:15 | |
*** ivar-lazzaro has quit IRC | 19:18 | |
*** sdake has quit IRC | 19:20 | |
*** wolverineav has quit IRC | 19:20 | |
*** mickeys has joined #openstack-neutron | 19:21 | |
*** mickeys has quit IRC | 19:25 | |
anilvenkata | amuller, do u think that with bigger values for ha_keepalived_state_change_server_threads, simultaneous requests for multiple HA routers state change are handled faster? | 19:30 |
amuller | anilvenkata: perhaps :) | 19:30 |
amuller | anilvenkata: I haven't checked this myself | 19:30 |
*** kriskend_ has joined #openstack-neutron | 19:30 | |
*** ivasilevskaya has joined #openstack-neutron | 19:30 | |
anilvenkata | amuller, ok :) | 19:30 |
*** kriskend has quit IRC | 19:31 | |
*** wolverineav has joined #openstack-neutron | 19:32 | |
*** thumpba_ has joined #openstack-neutron | 19:39 | |
*** thumpba_ has quit IRC | 19:39 | |
openstackgerrit | Inessa Vasilevskaya proposed openstack/neutron: ovsfw: fix troublesome port_rule_masking https://review.openstack.org/353782 | 19:39 |
*** thumpba has quit IRC | 19:41 | |
*** claudiub has quit IRC | 19:41 | |
openstackgerrit | venkata anil proposed openstack/neutron: New option for num_threads for state change server https://review.openstack.org/317616 | 19:42 |
*** jprovazn has quit IRC | 19:43 | |
*** wolverineav has quit IRC | 19:45 | |
*** hockeynut has joined #openstack-neutron | 19:48 | |
*** jamesden_ is now known as jamesdenton | 19:49 | |
amuller | armax: a crime against OOP? What are you referring to? | 19:52 |
*** john-davidge has quit IRC | 19:53 | |
*** wolverineav has joined #openstack-neutron | 19:54 | |
*** xcGlQHdZGT has joined #openstack-neutron | 19:54 | |
*** jlibosva has quit IRC | 19:56 | |
*** s3wong has joined #openstack-neutron | 19:58 | |
*** marst has joined #openstack-neutron | 19:58 | |
*** jlibosva has joined #openstack-neutron | 19:59 | |
*** mickeys has joined #openstack-neutron | 19:59 | |
*** regXboi has joined #openstack-neutron | 20:00 | |
*** hockeynut has quit IRC | 20:01 | |
*** hockeynut has joined #openstack-neutron | 20:03 | |
*** wolverineav has quit IRC | 20:03 | |
*** regXboi has quit IRC | 20:04 | |
*** jamesden_ has joined #openstack-neutron | 20:04 | |
*** jamesdenton has quit IRC | 20:05 | |
*** jamesden_ is now known as jamesdenton | 20:05 | |
*** sdague has joined #openstack-neutron | 20:07 | |
*** vhosakot has quit IRC | 20:08 | |
*** wolverineav has joined #openstack-neutron | 20:09 | |
*** vhosakot has joined #openstack-neutron | 20:12 | |
*** wolverineav has quit IRC | 20:16 | |
*** krtaylor has quit IRC | 20:18 | |
mlavalle | HenryG: you around? | 20:18 |
*** ivar-lazzaro has joined #openstack-neutron | 20:19 | |
*** trevormc has joined #openstack-neutron | 20:19 | |
openstackgerrit | Merged openstack/python-neutronclient: Improve Help message of VPN Update CLI https://review.openstack.org/271191 | 20:23 |
*** ivar-lazzaro has quit IRC | 20:23 | |
*** anilvenkata has quit IRC | 20:25 | |
*** tbachman has quit IRC | 20:27 | |
*** sterdnotshaken has joined #openstack-neutron | 20:27 | |
*** wolverineav has joined #openstack-neutron | 20:28 | |
*** ivar-lazzaro has joined #openstack-neutron | 20:29 | |
*** ivar-laz_ has joined #openstack-neutron | 20:33 | |
*** wolverineav has quit IRC | 20:35 | |
*** vijaykc4 has quit IRC | 20:35 | |
*** sdague has quit IRC | 20:36 | |
*** tonytan4ever has quit IRC | 20:36 | |
*** sterdnotshaken has quit IRC | 20:37 | |
*** ivar-lazzaro has quit IRC | 20:37 | |
*** tonytan4ever has joined #openstack-neutron | 20:40 | |
*** ilyashakhat has quit IRC | 20:40 | |
*** gvrangan has quit IRC | 20:40 | |
*** nyechiel has joined #openstack-neutron | 20:45 | |
*** vhosakot has quit IRC | 20:49 | |
*** vhosakot has joined #openstack-neutron | 20:50 | |
*** jlibosva has quit IRC | 20:51 | |
*** yfried has quit IRC | 20:51 | |
*** cbouch has quit IRC | 20:51 | |
*** claudiub has joined #openstack-neutron | 20:58 | |
manjeets_ | amuller, ping (bug 1403455) | 21:01 |
openstack | bug 1403455 in neutron "neutron-netns-cleanup doesn't clean up all L3 agent spawned processes" [High,Triaged] https://launchpad.net/bugs/1403455 - Assigned to Manjeet Singh Bhatia (manjeet-s-bhatia) | 21:01 |
*** nyechiel has quit IRC | 21:03 | |
*** vhosakot has quit IRC | 21:11 | |
*** vhosakot has joined #openstack-neutron | 21:11 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Shuffle things a bit to avoid nested transaction altogher https://review.openstack.org/360089 | 21:11 |
*** boden has quit IRC | 21:13 | |
armax | haleyb: ping | 21:14 |
armax | I am backporting https://review.openstack.org/#/c/359490/ | 21:15 |
*** gvrangan has joined #openstack-neutron | 21:15 | |
armax | and the backport is here | 21:15 |
armax | https://review.openstack.org/#/c/359974/ for mitaka | 21:15 |
armax | but the backport is not clean | 21:15 |
armax | as we switched to Neutron by default in Newton | 21:15 |
armax | as a result I did not apply changes to a branch that was added post-switch | 21:16 |
armax | haleyb: can you eyeball it to make sure I did it right? | 21:16 |
armax | sc68cal: ^ | 21:16 |
*** vhosakot has quit IRC | 21:17 | |
*** salv-orl_ has joined #openstack-neutron | 21:17 | |
haleyb | armax: i will look, can't run away now :) i am offline tomorrow though, but this should be good by then | 21:17 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron: Add QoS bandwidth limit for instance ingress traffic https://review.openstack.org/303626 | 21:17 |
armax | haleyb: thanks | 21:17 |
*** suresh12 has joined #openstack-neutron | 21:18 | |
*** salv-orlando has quit IRC | 21:20 | |
*** thorst_ has quit IRC | 21:21 | |
*** gouthamr has quit IRC | 21:23 | |
*** baoli_ has quit IRC | 21:23 | |
*** wolverineav has joined #openstack-neutron | 21:28 | |
clarkb | fwiw I think we need the backports for greande + neutron to work properly ( as well as neutron without grenade on the stable branches) | 21:28 |
clarkb | if we can get those approved please ping me and I will promote them | 21:29 |
clarkb | the master fix has been promoted | 21:29 |
*** slaweq has quit IRC | 21:29 | |
*** regXboi has joined #openstack-neutron | 21:31 | |
*** liuyulong_ has joined #openstack-neutron | 21:34 | |
*** jamesdenton has quit IRC | 21:35 | |
*** regXboi has quit IRC | 21:35 | |
*** ivasilevskaya has quit IRC | 21:36 | |
*** amuller has quit IRC | 21:37 | |
liuyulong_ | tidwellr, ping | 21:37 |
haleyb | armax: are you updating https://review.openstack.org/#/c/359974/ based on doug's comment or should i? | 21:38 |
*** akamyshnikova_ has quit IRC | 21:39 | |
*** liuyulong_ is now known as liuyulong_zzzZ | 21:39 | |
*** rtheis has quit IRC | 21:41 | |
*** gouthamr has joined #openstack-neutron | 21:42 | |
*** haplo37__ has quit IRC | 21:43 | |
*** wolverineav has quit IRC | 21:43 | |
*** kriskend_ has quit IRC | 21:43 | |
*** wolverineav has joined #openstack-neutron | 21:43 | |
armax | haleyb: I can | 21:43 |
haleyb | armax: just dit it | 21:44 |
armax | haleyb: ok, I refreshed liberty | 21:45 |
armax | I screwed up the rebase | 21:45 |
*** bfernando has quit IRC | 21:45 | |
tidwellr | liuyulong_: pong | 21:45 |
haleyb | armax: thanks | 21:46 |
armax | haleyb: thank you! | 21:46 |
*** cleong has quit IRC | 21:48 | |
*** ivar-laz_ has quit IRC | 21:48 | |
*** sdake has joined #openstack-neutron | 21:48 | |
*** ivar-lazzaro has joined #openstack-neutron | 21:48 | |
*** trevormc has quit IRC | 21:49 | |
*** sdake_ has joined #openstack-neutron | 21:50 | |
*** thorst_ has joined #openstack-neutron | 21:51 | |
*** ivar-lazzaro has quit IRC | 21:53 | |
*** wolverineav has quit IRC | 21:54 | |
*** sdake has quit IRC | 21:54 | |
*** thorst_ has quit IRC | 21:55 | |
*** ivar-lazzaro has joined #openstack-neutron | 21:55 | |
*** wolverineav has joined #openstack-neutron | 21:56 | |
*** dane_leblanc has quit IRC | 21:57 | |
openstackgerrit | Shih-Hao Li proposed openstack/python-neutronclient: Unable to add classless-static-route in extra_dhcp_opt extension https://review.openstack.org/345717 | 21:57 |
efried1 | Hi armax. Wanted to nudge and see if you've had a chance to ponder https://bugs.launchpad.net/neutron/+bug/1615128 at all. | 21:58 |
openstack | Launchpad bug 1615128 in neutron "Custom binding:profile values not coming through" [Undecided,Invalid] - Assigned to Eric Fried (efried) | 21:58 |
*** adriant has joined #openstack-neutron | 21:59 | |
*** kriskend_ has joined #openstack-neutron | 21:59 | |
efried1 | armax: I'm not stuck on binding:profile -- if there's some other way for me to get arbitrary values into a vif driver's plug method on a per-vif basis, I'd love to know about it. | 22:01 |
*** sdake_ has quit IRC | 22:01 | |
armax | efried1: I think that’s the whole point | 22:01 |
armax | of the contention | 22:02 |
armax | you’re not suppose to cram arbitrary data in there | 22:02 |
*** wolverineav has quit IRC | 22:02 | |
armax | it defeats the whole point of having a portable platform to deal with | 22:02 |
*** bwallis has joined #openstack-neutron | 22:02 | |
armax | there was a loooong debate along these lines | 22:02 |
armax | let me fetch it for you | 22:02 |
*** vishwanathj has quit IRC | 22:02 | |
armax | efried1: https://bugs.launchpad.net/neutron/+bug/1460222 | 22:02 |
openstack | Launchpad bug 1460222 in neutron "Add 'labels', a list of opaque strings, to the neutron 'port' object" [Undecided,Won't fix] | 22:02 |
armax | right now I am not prepared to have this conversation again. | 22:03 |
*** wolverineav has joined #openstack-neutron | 22:03 | |
armax | we all need to be focussed on closing Neutron | 22:03 |
armax | Newton | 22:03 |
*** suresh12 has quit IRC | 22:03 | |
efried1 | armax: Sure, I understand not wanting to retread ground already covered. Is there some other mechanism that *is* designed for this purpose? | 22:03 |
*** sdake has joined #openstack-neutron | 22:03 | |
armax | no | 22:03 |
armax | efried1: there’s no way to bypass the level of abstraction that Neutron is suppose to provide | 22:04 |
*** john-davidge has joined #openstack-neutron | 22:05 | |
efried1 | armax: so getting new values to support a particular vif type (in this case SR-IOV-backed redundant vNIC on Power) would entail blueprints and hardcoded specific keys, and that's clearly not a Newton timeframe thing. | 22:06 |
*** hua has quit IRC | 22:06 | |
armax | efried1: correct | 22:06 |
efried1 | armax: Okay, I understand. Thanks for the explanation. | 22:07 |
armax | efried1: the fact that random metadata are not allowed is by design | 22:07 |
armax | efried1: my bad if I didn’t provide the full picture on the bug report | 22:07 |
*** wolverineav has quit IRC | 22:07 | |
efried1 | armax: Because the user shouldn't have to know anything about the underlying technology providing the vif? | 22:07 |
armax | efried1: that’s one of the many reasons | 22:08 |
armax | the other primary reason is: we allow backend specific metadata through, the whole portability goes out the window | 22:08 |
*** hua has joined #openstack-neutron | 22:09 | |
efried1 | armax: portability in what sense? | 22:09 |
armax | you’re tying your application to the backend | 22:09 |
*** suresh12 has joined #openstack-neutron | 22:10 | |
*** john-davidge has quit IRC | 22:10 | |
*** mickeys has quit IRC | 22:11 | |
*** bwallis has quit IRC | 22:12 | |
efried1 | armax: indeed. It would be nice if one never needed/wanted to do that. Although then there's no possibility of taking advantage of features of a particular platform. | 22:13 |
*** vhosakot has joined #openstack-neutron | 22:13 | |
*** bwallis has joined #openstack-neutron | 22:13 | |
armax | efried1: than the way to do it is to try and abstract implementation details and provide a coherent API experience that is technology agnostic | 22:14 |
tidwellr | liuyulong: ping | 22:15 |
armax | efried1: bypassing the abstraction layer is indeed a viable option, but that defeats the whole point of what we do as API designers | 22:15 |
efried1 | armax: In this case, I believe the argument can be made for the "genericness" of these tunables: 1) Redundancy level (number of backing devices to aggregate) to supply the vif; and 2) capacity (QoS) to assign to said backing devices. | 22:15 |
efried1 | armax: but as stated, that's a discussion for an ocata+ blueprint. | 22:15 |
*** fnaval has quit IRC | 22:21 | |
*** marst has quit IRC | 22:21 | |
*** fnaval has joined #openstack-neutron | 22:21 | |
*** nplanel has joined #openstack-neutron | 22:22 | |
*** sindhu has joined #openstack-neutron | 22:23 | |
*** sbalukoff has quit IRC | 22:25 | |
*** slaweq has joined #openstack-neutron | 22:25 | |
*** fnaval has quit IRC | 22:26 | |
*** wolverineav has joined #openstack-neutron | 22:27 | |
abhiraut | ping armax: question related to TrunkPlugin | 22:27 |
armax | abhiraut: shoot | 22:27 |
abhiraut | TrunkPlugin checks for loaded drivers (ovs and linuxbridge) and invokes the is_loaded property | 22:28 |
abhiraut | which is like this | 22:28 |
abhiraut | @property | 22:28 |
abhiraut | def is_loaded(self): | 22:28 |
abhiraut | return NAME in cfg.CONF.ml2.mechanism_drivers | 22:28 |
abhiraut | if its not a ml2 plugin | 22:28 |
abhiraut | return NAME in cfg.CONF.ml2.mechanism_drivers raise NoSuchOptError | 22:28 |
abhiraut | does this sound like a bug to you? | 22:29 |
*** dsneddon has quit IRC | 22:29 | |
armax | abhiraut: no | 22:29 |
armax | what’s your question? | 22:29 |
abhiraut | i want to write a driver for trunk.. for a core plugin | 22:29 |
armax | because any driver can implement that method whatever they like | 22:29 |
*** markvoelker has joined #openstack-neutron | 22:29 | |
armax | so you could do return ‘vmware’ in cfg.CONF.core_plugin | 22:29 |
abhiraut | yes.. i do that | 22:29 |
armax | ok | 22:30 |
*** dsneddon has joined #openstack-neutron | 22:30 | |
armax | and? | 22:30 |
armax | I am not sure I see the problem yet | 22:30 |
abhiraut | https://github.com/openstack/neutron/blob/master/neutron/services/trunk/plugin.py#L70 | 22:30 |
*** wolverin_ has joined #openstack-neutron | 22:30 | |
armax | still nothing, and I wrote that code myself... | 22:30 |
*** michauds has quit IRC | 22:30 | |
abhiraut | here it tries to register the ovs and linuxbridge driver | 22:30 |
armax | ok | 22:30 |
armax | tell me more | 22:31 |
abhiraut | which leads to /drivers/__init__.py | 22:31 |
armax | I still don’t see where you going at | 22:31 |
armax | these drivers won’t be loaded if they are not configured | 22:31 |
abhiraut | where lxb_driver.register() is called | 22:31 |
abhiraut | which checks whether its loaded or not | 22:31 |
abhiraut | and at that point i recieve | 22:31 |
abhiraut | if not any([driver.is_loaded for driver in self._drivers]): | 22:32 |
abhiraut | 2016-08-19 13:51:50.030 TRACE neutron File "/opt/stack/neutron/neutron/services/trunk/drivers/linuxbridge/driver.py", line 38, in is_loaded | 22:32 |
abhiraut | 2016-08-19 13:51:50.030 TRACE neutron return NAME in cfg.CONF.ml2.mechanism_drivers | 22:32 |
abhiraut | 2016-08-19 13:51:50.030 TRACE neutron File "/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2267, in __getattr__ | 22:32 |
abhiraut | 2016-08-19 13:51:50.030 TRACE neutron raise NoSuchOptError(name) | 22:32 |
abhiraut | 2016-08-19 13:51:50.030 TRACE neutron NoSuchOptError: no such option ml2 in group [DEFAULT] | 22:32 |
abhiraut | 2016-08-19 13:51:50.030 TRACE neutron | 22:32 |
armax | abhiraut: ok, you could have started with that ;) | 22:32 |
*** dsneddon has quit IRC | 22:32 | |
abhiraut | ha :) | 22:32 |
*** fnaval has joined #openstack-neutron | 22:32 | |
armax | it looks like the option is not registered, so that can be fixed easily | 22:33 |
abhiraut | so does it sound like a bug now? | 22:33 |
armax | yes, it looks like it is, I thought the option was going to be registered regardless, but apparently it isn’t | 22:33 |
armax | let me fix that for ya | 22:33 |
*** wolverineav has quit IRC | 22:33 | |
abhiraut | yeah.. so was my assumption | 22:33 |
armax | abhiraut: assumptions are to be invalidated :) | 22:34 |
abhiraut | ok .. im guessing you are planting a try except around the is_loaded | 22:34 |
armax | pretty much | 22:34 |
abhiraut | coolios.. cuz thats how im working around it right now.. just wanted to make sure im not configuring things incorrectly | 22:35 |
*** hockeynut has quit IRC | 22:35 | |
*** yamahata has quit IRC | 22:36 | |
armax | no, I don’t think so, we should not expect ml2 options to be registered in other cases | 22:36 |
armax | that was my bad | 22:36 |
abhiraut | cool.. thanks for validating.. | 22:36 |
*** dsneddon has joined #openstack-neutron | 22:36 | |
openstackgerrit | Pablo Iranzo Gómez proposed openstack/neutron-lib: Enhance valid_values to use __contains__ https://review.openstack.org/343799 | 22:36 |
armax | abhiraut: thank you for validating!! | 22:37 |
*** yamahata has joined #openstack-neutron | 22:38 | |
*** marst has joined #openstack-neutron | 22:39 | |
abhiraut | armax: my pleasure | 22:39 |
*** iranzo has quit IRC | 22:41 | |
openstackgerrit | Mohit Malik proposed openstack/neutron: WIP: Add OVO for AutoAllocateToplogy https://review.openstack.org/357506 | 22:42 |
armax | abhiraut: patch coming right up | 22:42 |
abhiraut | cool.. il provide immediate feedback | 22:43 |
*** a_ta has quit IRC | 22:43 | |
openstackgerrit | Miguel Lavalle proposed openstack/neutron: Routed networks IPv4 inventory in Nova GRP https://review.openstack.org/358658 | 22:44 |
*** mlavalle has quit IRC | 22:45 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Make OVS and LinuxBridge trunk drivers' is_loaded() property more robust https://review.openstack.org/360115 | 22:45 |
armax | abhiraut: ^ | 22:45 |
abhiraut | ack | 22:46 |
*** suresh12 has quit IRC | 22:46 | |
*** wolverin_ has quit IRC | 22:46 | |
*** suresh12 has joined #openstack-neutron | 22:47 | |
*** yamamoto has joined #openstack-neutron | 22:48 | |
*** thorst has joined #openstack-neutron | 22:48 | |
abhiraut | armax: does the trick | 22:49 |
armax | yeah | 22:49 |
armax | abhiraut: that was a rookie mistake | 22:49 |
abhiraut | thanks | 22:49 |
armax | I am embarassed | 22:49 |
abhiraut | its not everyday you get to find bugs in your code.. so a pat on my back :D | 22:50 |
*** vhosakot has quit IRC | 22:50 | |
armax | abhiraut: you should review more of my code and believe otherwise :) | 22:50 |
abhiraut | :) thanks for the quick turn around | 22:50 |
armax | abhiraut: yeah that was an easy fix, at least I can say that ;) | 22:51 |
*** suresh12 has quit IRC | 22:51 | |
abhiraut | :) | 22:51 |
*** rcernin has quit IRC | 22:53 | |
*** bigdogstl has joined #openstack-neutron | 22:54 | |
*** tflynn_ has joined #openstack-neutron | 22:54 | |
*** marcusvrn_ has quit IRC | 22:54 | |
*** zigo has quit IRC | 22:56 | |
*** wolverineav has joined #openstack-neutron | 22:56 | |
*** sdake has quit IRC | 22:57 | |
*** zigo has joined #openstack-neutron | 22:57 | |
*** suresh12 has joined #openstack-neutron | 22:57 | |
*** tflynn has quit IRC | 22:58 | |
*** bigdogstl has quit IRC | 22:59 | |
*** tflynn_ has quit IRC | 22:59 | |
*** tidwellr has quit IRC | 23:00 | |
*** wolverineav has quit IRC | 23:01 | |
*** markvoelker has quit IRC | 23:04 | |
*** sindhu has quit IRC | 23:05 | |
*** ivar-lazzaro has quit IRC | 23:05 | |
*** pradk has quit IRC | 23:06 | |
*** sdake has joined #openstack-neutron | 23:07 | |
openstackgerrit | Merged openstack/python-neutronclient: Fix problem of RBAC command arguments https://review.openstack.org/334838 | 23:07 |
*** janzian has quit IRC | 23:08 | |
*** ivar-lazzaro has joined #openstack-neutron | 23:08 | |
*** tpsilva has quit IRC | 23:08 | |
*** oomichi has quit IRC | 23:11 | |
*** oomichi has joined #openstack-neutron | 23:13 | |
*** ircuser-1 has quit IRC | 23:13 | |
*** jobewan has quit IRC | 23:15 | |
*** shashank_hegde has quit IRC | 23:19 | |
*** edmondsw has quit IRC | 23:20 | |
openstackgerrit | Merged openstack/python-neutronclient: Updated from global requirements https://review.openstack.org/359890 | 23:29 |
openstackgerrit | Merged openstack/python-neutronclient: Fix prompt message for qos-bandwidth-limit-rule-create https://review.openstack.org/336993 | 23:29 |
*** hockeynut has joined #openstack-neutron | 23:30 | |
*** tri2sing has quit IRC | 23:32 | |
*** krtaylor has joined #openstack-neutron | 23:33 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Shuffle things a bit to avoid nested transaction altogher https://review.openstack.org/360089 | 23:33 |
*** regXboi has joined #openstack-neutron | 23:33 | |
*** wolverineav has joined #openstack-neutron | 23:33 | |
*** regXboi has quit IRC | 23:37 | |
*** abhiraut has quit IRC | 23:40 | |
*** ircuser-1 has joined #openstack-neutron | 23:40 | |
*** Swami has quit IRC | 23:43 | |
*** a_ta has joined #openstack-neutron | 23:44 | |
*** ivar-laz_ has joined #openstack-neutron | 23:45 | |
*** lujinluo has joined #openstack-neutron | 23:45 | |
*** mmalik4 has quit IRC | 23:45 | |
*** abhiraut has joined #openstack-neutron | 23:47 | |
*** claudiub has quit IRC | 23:48 | |
*** ivar-lazzaro has quit IRC | 23:49 | |
*** a_ta has quit IRC | 23:49 | |
*** yushiro has joined #openstack-neutron | 23:49 | |
*** shashank_hegde has joined #openstack-neutron | 23:51 | |
*** mickeys has joined #openstack-neutron | 23:55 | |
openstackgerrit | Merged openstack/neutron: Filter out external networks in NetworksSearchCriteriaTest https://review.openstack.org/357877 | 23:56 |
openstackgerrit | Merged openstack/neutron: L3 DVR: use fanout when sending dvr arp table update https://review.openstack.org/357052 | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!