kevinbenton | marun: they register config opts all of the time to test different functionality that depends on them | 00:00 |
---|---|---|
*** dave-mccowan has joined #openstack-neutron | 00:00 | |
*** sripriya has quit IRC | 00:01 | |
*** sripriya has joined #openstack-neutron | 00:01 | |
*** seizadi1 has quit IRC | 00:01 | |
kevinbenton | marun: oh i see | 00:01 |
kevinbenton | register_cli_opts | 00:01 |
kevinbenton | marun: maybe it's behavior is a little different than register_cfg_opts | 00:01 |
marun | kevinbenton: It certainly wasn't designed with any conception of testing :/ | 00:02 |
marun | or, maybe we're abusing it. | 00:02 |
marun | I shouldn't assume | 00:02 |
*** annegentle has quit IRC | 00:02 | |
*** achanda_ has joined #openstack-neutron | 00:03 | |
*** yamamoto has joined #openstack-neutron | 00:04 | |
kevinbenton | marun: yeah, it seems like cfg.CONF.register_opts can be repeated without raising | 00:05 |
*** baoli_ has quit IRC | 00:06 | |
*** achanda has quit IRC | 00:07 | |
*** dboik_ has quit IRC | 00:07 | |
*** achanda_ has quit IRC | 00:08 | |
*** yamamoto has quit IRC | 00:09 | |
*** Marga_ has joined #openstack-neutron | 00:09 | |
*** nati_ueno has quit IRC | 00:10 | |
*** banix has joined #openstack-neutron | 00:10 | |
*** carl_baldwin has quit IRC | 00:12 | |
kevinbenton | HenryG: have a sec? | 00:14 |
HenryG | kevinbenton: aye | 00:14 |
*** baoli has joined #openstack-neutron | 00:15 | |
kevinbenton | HenryG: how do you run an individual test? | 00:15 |
kevinbenton | HenryG: I saw your comments on the dhcp patch | 00:15 |
HenryG | from the cli: | 00:16 |
HenryG | source .tox/py27/bin/activate | 00:16 |
HenryG | unit2 neutron.tests.unit.path.module.class.test_case | 00:16 |
*** Aish has quit IRC | 00:17 | |
HenryG | kevinbenton: Yesterday I listed all the unit tests and ran them all this way | 00:18 |
HenryG | I have a list of the ones that don't run | 00:18 |
kevinbenton | HenryG: how many are there? | 00:19 |
HenryG | You list test cases like this: | 00:19 |
HenryG | testr list-tests neutron.tests.unit > ../ALL_UT_CASES.txt | 00:19 |
*** vmtrooper has joined #openstack-neutron | 00:19 | |
HenryG | 104 fail | 00:19 |
*** rossella_s has quit IRC | 00:20 | |
*** xgerman_ has quit IRC | 00:20 | |
*** tsg has quit IRC | 00:20 | |
*** rossella_s has joined #openstack-neutron | 00:20 | |
HenryG | But there are many groups from the same test class, so presumably they can be fixed in the setUp() | 00:21 |
hitalia | dkhasjf;lk | 00:21 |
kevinbenton | HenryG: what I don't understand is what the testtools are doing that allow this to work | 00:21 |
HenryG | kevinbenton: they import all the modules to discover the test cases | 00:22 |
kevinbenton | HenryG: is it just that they are running through all of the modules and by processing the module level code it works? | 00:22 |
HenryG | yup | 00:22 |
kevinbenton | HenryG: ok, so we are accidentally depending on side effects of other imports | 00:22 |
kevinbenton | HenryG: this also fails in the way i run them when i need pdb | 00:23 |
*** johnbelamaric has joined #openstack-neutron | 00:23 | |
HenryG | exactly | 00:23 |
kevinbenton | HenryG: python -m testtools.run neutron.tests.unit.test_dhcp_agent.TestDhcpAgentEventHandler.test_port_update_change_ip_on_dhcp_agents_port | 00:23 |
kevinbenton | HenryG: let me propose a follow-up really quick to my patch | 00:23 |
HenryG | kevinbenton: not needed, I am planning to file a bug about independent testing | 00:24 |
*** vmtrooper has quit IRC | 00:24 | |
kevinbenton | HenryG: ok | 00:24 |
kevinbenton | HenryG: I do need to fix the other UT though | 00:25 |
*** nati_ueno has joined #openstack-neutron | 00:25 | |
HenryG | kevinbenton: np, whatever is easiest for you | 00:25 |
*** pavel_bondar has quit IRC | 00:25 | |
*** pavel_bondar has joined #openstack-neutron | 00:26 | |
*** dims has joined #openstack-neutron | 00:27 | |
*** Marga_ has quit IRC | 00:27 | |
*** Marga_ has joined #openstack-neutron | 00:28 | |
*** tiswanso has joined #openstack-neutron | 00:28 | |
*** banix has quit IRC | 00:28 | |
*** mwagner_lap has joined #openstack-neutron | 00:29 | |
*** signed8b_ has joined #openstack-neutron | 00:30 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Fix test case for DHCP agent interface restart https://review.openstack.org/169123 | 00:30 |
kevinbenton | HenryG: ^^ | 00:30 |
*** sbfox has joined #openstack-neutron | 00:30 | |
*** nati_ueno has quit IRC | 00:30 | |
*** johnbelamaric has quit IRC | 00:30 | |
*** ijw has quit IRC | 00:31 | |
*** nati_ueno has joined #openstack-neutron | 00:31 | |
kevinbenton | HenryG: maybe we need another jenkins gate job that runs each test individually :) | 00:31 |
HenryG | kevinbenton: I am sure infra would love us for that | 00:32 |
*** signed8bit has quit IRC | 00:32 | |
HenryG | and all the developers who have to wait 3-4 hours for their jenkins results | 00:33 |
kevinbenton | HenryG: yeah :) | 00:35 |
kevinbenton | marun: still there? | 00:37 |
kevinbenton | marun: calling reset() will fix this particular error | 00:37 |
*** zhenq has joined #openstack-neutron | 00:38 | |
HenryG | kevinbenton: https://bugs.launchpad.net/neutron/+bug/1438463 | 00:38 |
openstack | Launchpad bug 1438463 in neutron "Some unit tests cannot be run independently" [Undecided,New] | 00:38 |
*** tiswanso has quit IRC | 00:38 | |
kevinbenton | marun: may i assign your bug to myself? | 00:38 |
*** Networkn3rd has quit IRC | 00:39 | |
*** tiswanso has joined #openstack-neutron | 00:39 | |
kevinbenton | HenryG: nice, looks like only a few classes | 00:39 |
HenryG | kevinbenton: yes. I did the same check about a year ago and cleaned them up. | 00:40 |
HenryG | The ones that were broken at the time, I mean. | 00:41 |
kevinbenton | HenryG: this does sound like a nice use for a periodic job... | 00:41 |
HenryG | kevinbenton: even something run on just the changeset might be helpful | 00:42 |
*** zhenq has quit IRC | 00:42 | |
HenryG | It wouldn't catch all the cases though | 00:42 |
*** pradip_vedams has quit IRC | 00:42 | |
*** sridhar_ram has quit IRC | 00:42 | |
openstackgerrit | Merged openstack/neutron: Test to verify shared attribute of network https://review.openstack.org/167566 | 00:43 |
*** pradip_vedams has joined #openstack-neutron | 00:43 | |
*** yamamoto_ has joined #openstack-neutron | 00:43 | |
*** zzzeek has quit IRC | 00:44 | |
*** amuller has quit IRC | 00:46 | |
*** sridhar_ram has joined #openstack-neutron | 00:46 | |
*** Marga_ has quit IRC | 00:49 | |
*** nati_uen_ has joined #openstack-neutron | 00:52 | |
*** nati_ueno has quit IRC | 00:52 | |
*** Longgeek has joined #openstack-neutron | 00:54 | |
*** YorikSar has quit IRC | 00:55 | |
*** jamiem has quit IRC | 00:56 | |
HenryG | dougwig: Elite Coffee Flavors? That's the only reason why you want that patch in, isn't it? | 00:56 |
*** annegentle has joined #openstack-neutron | 00:58 | |
*** nati_uen_ has quit IRC | 00:59 | |
*** nati_ueno has joined #openstack-neutron | 01:00 | |
*** emagana has quit IRC | 01:01 | |
openstackgerrit | Merged openstack/neutron: Set floating IP port status to "N/A" https://review.openstack.org/122265 | 01:01 |
*** zhenq has joined #openstack-neutron | 01:02 | |
openstackgerrit | shihanzhang proposed openstack/neutron: Fix fdb entries can't be removed https://review.openstack.org/168802 | 01:02 |
*** shaohe_feng has joined #openstack-neutron | 01:03 | |
*** Marga_ has joined #openstack-neutron | 01:04 | |
openstackgerrit | Itsuro Oda proposed openstack/neutron: Make floatingip reachable from the same network https://review.openstack.org/161947 | 01:04 |
*** ChuckC has quit IRC | 01:08 | |
*** sballe has quit IRC | 01:08 | |
*** nlahouti has quit IRC | 01:09 | |
*** zhenq has quit IRC | 01:10 | |
marun | kevinbenton: go ahead. I noticed the same thing, not sure why reset wouldn't be called | 01:11 |
*** imcsk8 has quit IRC | 01:12 | |
*** baoli has quit IRC | 01:12 | |
*** amotoki has joined #openstack-neutron | 01:12 | |
*** imcsk8 has joined #openstack-neutron | 01:12 | |
*** annegentle has quit IRC | 01:12 | |
*** lizk has joined #openstack-neutron | 01:12 | |
kevinbenton | marun: DietTestCase :) | 01:12 |
*** annegentle has joined #openstack-neutron | 01:13 | |
marun | kevinbenton: ?? | 01:13 |
*** amotoki has quit IRC | 01:13 | |
kevinbenton | marun: did you create that? | 01:13 |
marun | I did, but it's not new | 01:13 |
*** haigang has joined #openstack-neutron | 01:13 | |
marun | it's simply a rename of sub_base.TestCase | 01:14 |
kevinbenton | marun: yeah, i just didn't notice it before now | 01:14 |
marun | now that the separation for the same of tempest is no longer required | 01:14 |
marun | same -> sake | 01:14 |
marun | but functionally it doesn't change anything | 01:14 |
marun | kevinbenton: I guess it wouldn't hurt to do the reset there to avoid potential issues | 01:16 |
marun | kevinbenton: but the only use outside of basetestcase is in the unit sutie | 01:16 |
marun | suite | 01:16 |
*** zhenq has joined #openstack-neutron | 01:16 | |
*** Longgeek has quit IRC | 01:17 | |
*** Longgeek has joined #openstack-neutron | 01:17 | |
*** yamamoto_ has quit IRC | 01:17 | |
*** sbfox has quit IRC | 01:17 | |
*** banix has joined #openstack-neutron | 01:18 | |
dougwig | HenryG: that's enikanorov_ 's file/humor. | 01:21 |
HenryG | dougwig: well, I lol'd. Good one enikanorov_ :) | 01:24 |
*** mitz has quit IRC | 01:26 | |
lizk | hi, all, please review https://review.openstack.org/155317/ and https://review.openstack.org/166539/ thanks :) | 01:27 |
*** aduarte has quit IRC | 01:30 | |
*** sripriya has quit IRC | 01:31 | |
*** catohornet has quit IRC | 01:32 | |
openstackgerrit | Merged openstack/neutron: Improve DVR scale performance https://review.openstack.org/150110 | 01:33 |
openstackgerrit | Merged openstack/neutron: Improve DVR scale performance https://review.openstack.org/150110 | 01:33 |
kevinbenton | marun: left a comment | 01:33 |
kevinbenton | marun: have to step away for a while | 01:34 |
kevinbenton | marun: that test failure is caused by your patch | 01:34 |
*** stanzgy has joined #openstack-neutron | 01:34 | |
*** ChuckC has joined #openstack-neutron | 01:34 | |
*** mitz has joined #openstack-neutron | 01:36 | |
*** sridhar_ram has quit IRC | 01:40 | |
*** baoli has joined #openstack-neutron | 01:40 | |
*** amotoki has joined #openstack-neutron | 01:42 | |
*** annegentle has quit IRC | 01:42 | |
*** baoli has quit IRC | 01:47 | |
*** amotoki has quit IRC | 01:47 | |
*** yamahata has joined #openstack-neutron | 01:47 | |
*** amotoki has joined #openstack-neutron | 01:47 | |
*** carl_baldwin has joined #openstack-neutron | 01:47 | |
*** yamamoto_ has joined #openstack-neutron | 01:49 | |
*** erkules_ has joined #openstack-neutron | 01:49 | |
*** erkules has quit IRC | 01:49 | |
*** tsg has joined #openstack-neutron | 01:49 | |
*** chandankumar has joined #openstack-neutron | 01:50 | |
*** dboik has joined #openstack-neutron | 01:50 | |
*** amotoki has quit IRC | 01:52 | |
*** rangansw has joined #openstack-neutron | 01:52 | |
*** sthillma has quit IRC | 01:54 | |
*** tflynn has quit IRC | 02:01 | |
*** tflynn has joined #openstack-neutron | 02:02 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: Update .coveragerc after the removal of Cisco Nexus monolithic plugin. https://review.openstack.org/169138 | 02:02 |
*** chandankumar has quit IRC | 02:04 | |
openstackgerrit | Merged openstack/neutron: Support IPv6 Router https://review.openstack.org/156283 | 02:05 |
*** dims has quit IRC | 02:07 | |
*** vmtrooper has joined #openstack-neutron | 02:08 | |
*** dims has joined #openstack-neutron | 02:08 | |
*** rangansw has quit IRC | 02:08 | |
*** Longgeek has quit IRC | 02:09 | |
*** Longgeek_ has joined #openstack-neutron | 02:09 | |
*** lukasa_work has quit IRC | 02:10 | |
*** lukasa_ has joined #openstack-neutron | 02:10 | |
*** tflynn has quit IRC | 02:11 | |
*** tflynn has joined #openstack-neutron | 02:11 | |
*** padkrish has joined #openstack-neutron | 02:12 | |
*** padkrish has quit IRC | 02:12 | |
*** padkrish has joined #openstack-neutron | 02:12 | |
*** vmtrooper has quit IRC | 02:13 | |
*** tflynn has quit IRC | 02:13 | |
*** dims has quit IRC | 02:14 | |
*** banix has quit IRC | 02:14 | |
*** carl_baldwin has quit IRC | 02:14 | |
*** SumitNaiksatam has quit IRC | 02:14 | |
*** tflynn has joined #openstack-neutron | 02:14 | |
*** annegentle has joined #openstack-neutron | 02:15 | |
*** nati_ueno has quit IRC | 02:16 | |
*** marun has quit IRC | 02:16 | |
*** baoli has joined #openstack-neutron | 02:18 | |
*** seizadi has joined #openstack-neutron | 02:19 | |
*** Longgeek_ has quit IRC | 02:20 | |
*** carl_baldwin has joined #openstack-neutron | 02:21 | |
*** Longgeek_ has joined #openstack-neutron | 02:23 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: Functional tests for OVS-agent OpenFlow drivers https://review.openstack.org/164584 | 02:23 |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Introduce Ryu based OpenFlow driver https://review.openstack.org/153946 | 02:23 |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Separate ovs-ofctl using code as a driver https://review.openstack.org/160245 | 02:23 |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: Update .coveragerc after the removal of Cisco Nexus monolithic plugin https://review.openstack.org/169138 | 02:25 |
openstackgerrit | Haining Zhang proposed openstack/neutron: Add log for metadata DB reset https://review.openstack.org/168821 | 02:26 |
*** signed8b_ has quit IRC | 02:26 | |
*** amotoki has joined #openstack-neutron | 02:28 | |
*** _cjones_ has joined #openstack-neutron | 02:30 | |
*** carl_baldwin has quit IRC | 02:31 | |
*** _cjones_ has quit IRC | 02:33 | |
*** _cjones_ has joined #openstack-neutron | 02:33 | |
*** achanda has joined #openstack-neutron | 02:34 | |
*** banix has joined #openstack-neutron | 02:34 | |
*** popw has joined #openstack-neutron | 02:36 | |
*** tflynn has quit IRC | 02:37 | |
hanzhang | hi all, who can help to review this patch:https://review.openstack.org/#/c/168802/ | 02:37 |
openstackgerrit | liusheng proposed openstack/python-neutronclient: Add sha1 convention of token for HTTPclient https://review.openstack.org/168834 | 02:38 |
*** tflynn has joined #openstack-neutron | 02:41 | |
*** carl_baldwin has joined #openstack-neutron | 02:41 | |
*** sbfox has joined #openstack-neutron | 02:42 | |
*** amotoki has quit IRC | 02:43 | |
*** crc32 has quit IRC | 02:44 | |
*** achanda has quit IRC | 02:44 | |
*** yamahata has quit IRC | 02:44 | |
*** achanda has joined #openstack-neutron | 02:45 | |
*** hanzhang has quit IRC | 02:45 | |
*** seizadi has quit IRC | 02:46 | |
*** pradip_rawat has joined #openstack-neutron | 02:49 | |
*** nati_ueno has joined #openstack-neutron | 02:50 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: Functional tests for OVS-agent OpenFlow drivers https://review.openstack.org/164584 | 02:51 |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Introduce Ryu based OpenFlow driver https://review.openstack.org/153946 | 02:51 |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Separate ovs-ofctl using code as a driver https://review.openstack.org/160245 | 02:51 |
*** shwetaap has joined #openstack-neutron | 02:51 | |
*** carl_baldwin has quit IRC | 02:51 | |
*** pradip_vedams has quit IRC | 02:52 | |
*** tflynn has quit IRC | 02:52 | |
*** pradip_rawat is now known as pradip_vedams | 02:52 | |
*** tflynn has joined #openstack-neutron | 02:53 | |
*** dannywilson has joined #openstack-neutron | 02:54 | |
*** setuid has quit IRC | 02:57 | |
*** haigang has quit IRC | 02:57 | |
*** setuid has joined #openstack-neutron | 02:58 | |
openstackgerrit | ShaoRan Xiao proposed openstack/neutron: Definition of the Virtual Network Performance interface Implements:blueprint virtual-network-performance-monitor https://review.openstack.org/164814 | 02:58 |
*** Marga_ has quit IRC | 02:58 | |
*** hichihara has quit IRC | 02:59 | |
*** dannywilson has quit IRC | 02:59 | |
*** nati_ueno has quit IRC | 02:59 | |
*** hichihara has joined #openstack-neutron | 02:59 | |
*** hichihara has quit IRC | 02:59 | |
*** seizadi has joined #openstack-neutron | 03:05 | |
*** bquan has joined #openstack-neutron | 03:07 | |
*** harlowja_ is now known as harlowja_away | 03:07 | |
*** amotoki has joined #openstack-neutron | 03:10 | |
*** banix has quit IRC | 03:11 | |
*** mlavalle has joined #openstack-neutron | 03:11 | |
*** padkrish has quit IRC | 03:12 | |
*** mlavalle has quit IRC | 03:12 | |
*** zhenq has quit IRC | 03:12 | |
*** mlavalle has joined #openstack-neutron | 03:13 | |
*** seizadi has quit IRC | 03:14 | |
*** Marga_ has joined #openstack-neutron | 03:15 | |
*** amotoki has quit IRC | 03:16 | |
*** tsg has quit IRC | 03:19 | |
*** haigang has joined #openstack-neutron | 03:22 | |
*** tflynn has quit IRC | 03:24 | |
*** suresh12 has quit IRC | 03:24 | |
*** xgerman_ has joined #openstack-neutron | 03:24 | |
*** aveiga has quit IRC | 03:25 | |
*** pal has joined #openstack-neutron | 03:25 | |
*** gildub has joined #openstack-neutron | 03:27 | |
*** haigang has quit IRC | 03:27 | |
*** sbalukoff has quit IRC | 03:32 | |
*** carl_baldwin has joined #openstack-neutron | 03:32 | |
*** ajmiller__ has joined #openstack-neutron | 03:34 | |
*** baoli has quit IRC | 03:36 | |
*** hanzhang has joined #openstack-neutron | 03:37 | |
*** ajmiller_ has quit IRC | 03:37 | |
hanzhang | hi all, who can help to review this patch:https://review.openstack.org/#/c/168802/ | 03:38 |
*** SumitNaiksatam has joined #openstack-neutron | 03:38 | |
carl_baldwin | HenryG: ping | 03:38 |
HenryG | carl_baldwin: pong | 03:39 |
carl_baldwin | HenryG: Where are the ipv6 patches at? Are they still in play for RC1? | 03:39 |
carl_baldwin | Unfortunately, I had my attention split during the meeting today and haven’t been able to get back until now. | 03:40 |
HenryG | carl_baldwin: For multiple prefixes, the main patch is merged | 03:40 |
HenryG | carl_baldwin: for ipv6 router (external connectivity) there was only one patch and it was the one you helped merge, thanks! | 03:41 |
carl_baldwin | HenryG: I did see that happen. That is good. I’m wondering about the remaining ones. Are there any that should be preferred over the others? | 03:41 |
carl_baldwin | HenryG: Glad to help. I didn’t see why it should be blocked even though I will be following up in Liberty to clean up that use model. | 03:42 |
HenryG | carl_baldwin: right, so multiple prefixes is a bit clunky to use without https://review.openstack.org/156360 | 03:43 |
*** amotoki has joined #openstack-neutron | 03:43 | |
HenryG | carl_baldwin: How are things with the l3 agent restructure? Happy with what's merged or do you want help with some more? | 03:46 |
*** Murali has joined #openstack-neutron | 03:49 | |
carl_baldwin | HenryG: I’m done with the l3 agent for now. Thank you for your reviews there. | 03:51 |
carl_baldwin | … unless Miguel’s test didn’t merge but I think it did. | 03:51 |
carl_baldwin | Miguel’s did merge. So I think we’re done with what I wanted to include in Kilo. There might be a few clean-ups in Liberty but nothing big. | 03:54 |
*** haigang has joined #openstack-neutron | 03:55 | |
*** vmtrooper has joined #openstack-neutron | 03:57 | |
*** yfauser has joined #openstack-neutron | 03:57 | |
HenryG | carl_baldwin: Cool. Let me know if there is anything else I can help with. I am closing shop here for the night, but feel free to drop a note. | 03:58 |
*** sbfox has quit IRC | 03:59 | |
*** anish_ has joined #openstack-neutron | 04:00 | |
*** armax has quit IRC | 04:00 | |
*** vmtrooper has quit IRC | 04:02 | |
*** carl_baldwin has quit IRC | 04:05 | |
*** seizadi has joined #openstack-neutron | 04:10 | |
*** krtaylor has quit IRC | 04:11 | |
*** txomon|fon has quit IRC | 04:12 | |
*** jasondotstar has quit IRC | 04:12 | |
*** achanda has quit IRC | 04:12 | |
*** krtaylor has joined #openstack-neutron | 04:13 | |
*** jasondotstar has joined #openstack-neutron | 04:14 | |
*** _cjones_ has quit IRC | 04:15 | |
*** _cjones_ has joined #openstack-neutron | 04:15 | |
*** yatin has joined #openstack-neutron | 04:16 | |
*** drjones has joined #openstack-neutron | 04:16 | |
*** achanda has joined #openstack-neutron | 04:19 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: Subnet allocation from a subnet pool https://review.openstack.org/157597 | 04:19 |
*** _cjones_ has quit IRC | 04:20 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: Simple subnetpool allocation quotas https://review.openstack.org/165264 | 04:20 |
*** drjones has quit IRC | 04:21 | |
*** txomon|fon has joined #openstack-neutron | 04:24 | |
*** achanda has quit IRC | 04:27 | |
*** achanda has joined #openstack-neutron | 04:30 | |
*** aduarte has joined #openstack-neutron | 04:31 | |
*** gs has joined #openstack-neutron | 04:31 | |
*** gs has left #openstack-neutron | 04:32 | |
*** xgerman_ has quit IRC | 04:32 | |
*** oomichi_ has joined #openstack-neutron | 04:33 | |
*** gowrishankar has joined #openstack-neutron | 04:33 | |
*** nlahouti has joined #openstack-neutron | 04:34 | |
*** suresh12 has joined #openstack-neutron | 04:35 | |
*** gowrishankar has quit IRC | 04:35 | |
*** aranjan has joined #openstack-neutron | 04:35 | |
*** Longgeek_ has quit IRC | 04:35 | |
*** nlahouti has quit IRC | 04:38 | |
*** nlahouti has joined #openstack-neutron | 04:39 | |
*** suresh12 has quit IRC | 04:39 | |
*** gowri has joined #openstack-neutron | 04:40 | |
*** achanda has quit IRC | 04:40 | |
*** annegentle has quit IRC | 04:40 | |
*** achanda has joined #openstack-neutron | 04:40 | |
*** Flcn_ has quit IRC | 04:40 | |
*** _cjones_ has joined #openstack-neutron | 04:41 | |
*** carl_baldwin has joined #openstack-neutron | 04:41 | |
*** Longgeek has joined #openstack-neutron | 04:42 | |
*** _cjones_ has quit IRC | 04:44 | |
*** aranjan_ has joined #openstack-neutron | 04:45 | |
*** Flcn has joined #openstack-neutron | 04:46 | |
*** bquan has quit IRC | 04:46 | |
*** annegentle has joined #openstack-neutron | 04:46 | |
*** chandankumar has joined #openstack-neutron | 04:47 | |
openstackgerrit | Sridhar Gaddam proposed openstack/neutron: Add sanity_check for keepalived ipv6 support https://review.openstack.org/168781 | 04:47 |
*** aranjan has quit IRC | 04:48 | |
*** annegentle has quit IRC | 04:49 | |
*** Murali has quit IRC | 04:50 | |
*** achanda has quit IRC | 04:51 | |
*** pradip_vedams has quit IRC | 04:53 | |
*** mlavalle has quit IRC | 04:55 | |
*** sbalukoff has joined #openstack-neutron | 04:58 | |
*** Networkn3rd has joined #openstack-neutron | 04:59 | |
*** ajo has joined #openstack-neutron | 05:06 | |
*** yfried has quit IRC | 05:07 | |
*** anshul has joined #openstack-neutron | 05:08 | |
*** Networkn3rd has quit IRC | 05:15 | |
*** carl_baldwin has quit IRC | 05:15 | |
*** aepifanov has joined #openstack-neutron | 05:15 | |
*** ajo has quit IRC | 05:16 | |
*** ociuhandu has quit IRC | 05:16 | |
*** anilvenkata has quit IRC | 05:18 | |
*** seizadi has quit IRC | 05:20 | |
*** trinaths has joined #openstack-neutron | 05:20 | |
*** achanda has joined #openstack-neutron | 05:22 | |
trinaths | Hi, Got a doubt in installation, When I do apt-get install, the neutron packages go to /usr/lib/python2.7/dist-packages/ directory but when I down from the openstack git for latest code, the code is installed in /usr/local/lib/python2.7/dist-packages/ directory. Why is that this happens this way? any idea guys? | 05:27 |
*** nplanel_ has quit IRC | 05:28 | |
*** oomichi_ has quit IRC | 05:29 | |
*** nlahouti has quit IRC | 05:31 | |
*** anilvenkata has joined #openstack-neutron | 05:33 | |
*** shwetaap has quit IRC | 05:33 | |
*** pal has quit IRC | 05:37 | |
*** garyk has joined #openstack-neutron | 05:37 | |
*** aduarte has quit IRC | 05:42 | |
*** ajo has joined #openstack-neutron | 05:44 | |
*** yfried has joined #openstack-neutron | 05:45 | |
*** apuimedo has joined #openstack-neutron | 05:45 | |
*** vmtrooper has joined #openstack-neutron | 05:46 | |
*** reed has quit IRC | 05:47 | |
*** markvoelker has quit IRC | 05:48 | |
*** yfried_ has joined #openstack-neutron | 05:49 | |
*** yfried has quit IRC | 05:49 | |
*** shilpa_ has joined #openstack-neutron | 05:49 | |
dougwig | trinaths: apt and pip install in different locations. that's "expected". | 05:50 |
openstackgerrit | Mike Kolesnik proposed openstack/neutron: Fixed L3 agent manual scheduling for HA routers https://review.openstack.org/143297 | 05:50 |
*** nati_ueno has joined #openstack-neutron | 05:51 | |
*** watanabe_isao has joined #openstack-neutron | 05:51 | |
*** vmtrooper has quit IRC | 05:51 | |
*** yfauser has quit IRC | 05:52 | |
*** pradipta has joined #openstack-neutron | 05:52 | |
*** nati_uen_ has joined #openstack-neutron | 05:55 | |
*** annegentle has joined #openstack-neutron | 05:58 | |
*** yatin has quit IRC | 05:58 | |
*** nati_ueno has quit IRC | 05:59 | |
*** annegentle has quit IRC | 06:02 | |
*** itzikb has joined #openstack-neutron | 06:04 | |
*** anish_ has quit IRC | 06:05 | |
*** aranjan_ has quit IRC | 06:05 | |
*** aranjan has joined #openstack-neutron | 06:06 | |
*** chandankumar has quit IRC | 06:06 | |
*** yfried_ is now known as yfried|afk | 06:06 | |
*** shaohe_feng has quit IRC | 06:07 | |
*** achanda has quit IRC | 06:08 | |
*** achanda has joined #openstack-neutron | 06:08 | |
*** jschwarz has joined #openstack-neutron | 06:09 | |
trinaths | dougwig: Thanks for the confirmation. Can there be a way that both install at the same point. | 06:09 |
*** pal has joined #openstack-neutron | 06:12 | |
*** ijw has joined #openstack-neutron | 06:13 | |
*** Marga_ has quit IRC | 06:15 | |
*** yatin has joined #openstack-neutron | 06:15 | |
*** anish_ has joined #openstack-neutron | 06:15 | |
*** sbfox has joined #openstack-neutron | 06:17 | |
*** anish_ has quit IRC | 06:19 | |
*** markvoelker has joined #openstack-neutron | 06:19 | |
*** anish_ has joined #openstack-neutron | 06:19 | |
*** neeti has joined #openstack-neutron | 06:22 | |
*** oda-g has quit IRC | 06:23 | |
*** yfried|afk is now known as yfried_ | 06:24 | |
*** tflynn has joined #openstack-neutron | 06:24 | |
*** markvoelker has quit IRC | 06:26 | |
openstackgerrit | John Schwarz proposed openstack/neutron: Add HA full-stack test https://review.openstack.org/123000 | 06:26 |
*** haigang has quit IRC | 06:27 | |
*** yatin has quit IRC | 06:27 | |
*** haigang has joined #openstack-neutron | 06:27 | |
*** amotoki has quit IRC | 06:27 | |
*** gildub has quit IRC | 06:27 | |
*** shaohe_feng has joined #openstack-neutron | 06:27 | |
*** tflynn has quit IRC | 06:29 | |
*** SridharG has joined #openstack-neutron | 06:29 | |
*** scheuran has joined #openstack-neutron | 06:29 | |
*** nmagnezi has joined #openstack-neutron | 06:31 | |
*** haigang has quit IRC | 06:32 | |
*** nyechiel has joined #openstack-neutron | 06:35 | |
*** dboik has quit IRC | 06:40 | |
*** yatin has joined #openstack-neutron | 06:41 | |
*** hanzhang has quit IRC | 06:42 | |
*** hanzhang has joined #openstack-neutron | 06:42 | |
*** chandankumar has joined #openstack-neutron | 06:43 | |
*** rotbeard has joined #openstack-neutron | 06:44 | |
*** nati_uen_ has quit IRC | 06:46 | |
*** nati_ueno has joined #openstack-neutron | 06:46 | |
*** YorikSar has joined #openstack-neutron | 06:47 | |
*** jamielennox is now known as jamielennox|away | 06:49 | |
*** erkules_ is now known as erkules | 06:49 | |
*** erkules has quit IRC | 06:49 | |
*** erkules has joined #openstack-neutron | 06:49 | |
*** marun has joined #openstack-neutron | 06:51 | |
*** nati_ueno has quit IRC | 06:51 | |
openstackgerrit | Nurit Vilosny proposed openstack/neutron: Add notification flag (True / False) to extension_manager process_update_port https://review.openstack.org/169192 | 06:52 |
*** amotoki has joined #openstack-neutron | 06:53 | |
*** SridharG has left #openstack-neutron | 06:54 | |
*** marun has quit IRC | 06:55 | |
*** evgenyf has joined #openstack-neutron | 06:58 | |
*** annegentle has joined #openstack-neutron | 06:58 | |
*** amotoki has quit IRC | 07:01 | |
*** Murali has joined #openstack-neutron | 07:02 | |
*** amotoki has joined #openstack-neutron | 07:02 | |
*** annegentle has quit IRC | 07:04 | |
*** yamamoto_ has quit IRC | 07:04 | |
*** yfried__ has joined #openstack-neutron | 07:04 | |
*** liusheng has joined #openstack-neutron | 07:04 | |
*** achanda has quit IRC | 07:05 | |
*** nati_ueno has joined #openstack-neutron | 07:06 | |
*** yfried has joined #openstack-neutron | 07:06 | |
*** ajo_ has joined #openstack-neutron | 07:07 | |
openstackgerrit | Aman Kumar proposed openstack/neutron: Added config variable for External Network type in ML2 https://review.openstack.org/149546 | 07:07 |
hanzhang | hi all, who can help review this patch:https://review.openstack.org/#/c/168802/ | 07:07 |
openstackgerrit | Nurit Vilosny proposed openstack/neutron: Add notification flag (True / False) to extension_manager process_update_port https://review.openstack.org/162648 | 07:08 |
*** yfried_ has quit IRC | 07:08 | |
*** ZZelle has quit IRC | 07:08 | |
*** numan has joined #openstack-neutron | 07:09 | |
*** yfried__ has quit IRC | 07:09 | |
*** ajo has quit IRC | 07:10 | |
*** haigang has joined #openstack-neutron | 07:12 | |
*** Yuriy has joined #openstack-neutron | 07:13 | |
*** jamespd has joined #openstack-neutron | 07:13 | |
*** yatin has quit IRC | 07:13 | |
*** _kiran_ has joined #openstack-neutron | 07:16 | |
*** _kiran_ is now known as kiran-r | 07:16 | |
*** markvoelker has joined #openstack-neutron | 07:22 | |
*** bobmel has joined #openstack-neutron | 07:23 | |
*** matrohon has joined #openstack-neutron | 07:23 | |
*** ronis has joined #openstack-neutron | 07:26 | |
*** markvoelker has quit IRC | 07:27 | |
*** yatin has joined #openstack-neutron | 07:30 | |
*** SridharG has joined #openstack-neutron | 07:32 | |
*** liusheng has quit IRC | 07:33 | |
*** jschwarz has quit IRC | 07:33 | |
*** liusheng has joined #openstack-neutron | 07:34 | |
*** aranjan has quit IRC | 07:34 | |
*** vmtrooper has joined #openstack-neutron | 07:35 | |
*** jlanoux has joined #openstack-neutron | 07:37 | |
*** nati_ueno has quit IRC | 07:38 | |
*** nati_ueno has joined #openstack-neutron | 07:39 | |
*** vmtrooper has quit IRC | 07:40 | |
*** evgenyf has quit IRC | 07:42 | |
*** evgenyf has joined #openstack-neutron | 07:42 | |
*** zhenguo has joined #openstack-neutron | 07:43 | |
*** nati_ueno has quit IRC | 07:43 | |
*** jistr has joined #openstack-neutron | 07:43 | |
*** yatin has quit IRC | 07:44 | |
*** bjornar_ has joined #openstack-neutron | 07:46 | |
*** pck has quit IRC | 07:47 | |
*** nati_ueno has joined #openstack-neutron | 07:47 | |
*** safchain has joined #openstack-neutron | 07:49 | |
openstackgerrit | LiFengkai proposed openstack/neutron-specs: implements: blueprint open-wan-as-a-service https://review.openstack.org/155364 | 07:50 |
*** aranjan has joined #openstack-neutron | 07:50 | |
*** nati_ueno has quit IRC | 07:52 | |
*** evgenyf has quit IRC | 07:52 | |
*** aranjan has quit IRC | 07:55 | |
openstackgerrit | LiFengkai proposed openstack/neutron-specs: implements: blueprint e2e-wan-as-a-service https://review.openstack.org/155364 | 07:56 |
*** YorikSar has quit IRC | 07:56 | |
*** pck has joined #openstack-neutron | 07:56 | |
*** yamamoto_ has joined #openstack-neutron | 07:57 | |
*** yamamoto_ has quit IRC | 07:59 | |
*** annegentle has joined #openstack-neutron | 07:59 | |
*** Yuriy has quit IRC | 08:01 | |
*** yatin has joined #openstack-neutron | 08:01 | |
*** Yuriy has joined #openstack-neutron | 08:02 | |
*** criptoverso has joined #openstack-neutron | 08:02 | |
*** liusheng has quit IRC | 08:03 | |
*** moshele has joined #openstack-neutron | 08:04 | |
*** liusheng has joined #openstack-neutron | 08:04 | |
*** jlibosva has joined #openstack-neutron | 08:04 | |
*** annegentle has quit IRC | 08:05 | |
*** ygbo has joined #openstack-neutron | 08:07 | |
openstackgerrit | LiFengkai proposed openstack/neutron-specs: Implements : Blueprint user-centric-naas https://review.openstack.org/169207 | 08:07 |
*** kerpan has quit IRC | 08:09 | |
*** roberob has quit IRC | 08:10 | |
*** stanzgy_ has joined #openstack-neutron | 08:11 | |
*** yfried_ has joined #openstack-neutron | 08:11 | |
*** kerpan has joined #openstack-neutron | 08:12 | |
*** stanzgy has quit IRC | 08:13 | |
*** yuanying has quit IRC | 08:13 | |
*** roberob has joined #openstack-neutron | 08:13 | |
*** yfried has quit IRC | 08:15 | |
*** gowri has quit IRC | 08:15 | |
*** yfried__ has joined #openstack-neutron | 08:16 | |
*** yfried_ has quit IRC | 08:16 | |
openstackgerrit | LiFengkai proposed openstack/neutron-specs: implements: blueprint e2e-wan-as-a-service https://review.openstack.org/155364 | 08:16 |
*** sbfox has quit IRC | 08:17 | |
*** jlibosva has quit IRC | 08:21 | |
*** stanzgy_ has quit IRC | 08:22 | |
*** markvoelker has joined #openstack-neutron | 08:23 | |
openstackgerrit | LiFengkai proposed openstack/neutron-specs: Implements : Blueprint user-centric-naas https://review.openstack.org/169207 | 08:25 |
*** markvoelker has quit IRC | 08:27 | |
*** gowri has joined #openstack-neutron | 08:29 | |
*** YorikSar has joined #openstack-neutron | 08:30 | |
*** lori|away is now known as lori | 08:31 | |
*** xuhanp has joined #openstack-neutron | 08:32 | |
*** xuhanp_ has joined #openstack-neutron | 08:32 | |
*** watanabe_isao has quit IRC | 08:36 | |
*** haigang has quit IRC | 08:38 | |
*** jschwarz has joined #openstack-neutron | 08:42 | |
*** kiran-r has quit IRC | 08:45 | |
*** atuvenie has joined #openstack-neutron | 08:47 | |
*** SridharGaddam has joined #openstack-neutron | 08:50 | |
*** aranjan has joined #openstack-neutron | 08:51 | |
*** roeyc has joined #openstack-neutron | 08:51 | |
*** yog__ has joined #openstack-neutron | 08:53 | |
openstackgerrit | Adrien Cunin proposed openstack/neutron: Use "regionOne" case in metadata agent conf https://review.openstack.org/169222 | 08:54 |
-openstackstatus- NOTICE: CI Check/Gate pipelines currently stuck due to a bad dependency creeping in the system. No need to recheck your patches at the moment. | 08:54 | |
*** ChanServ changes topic to "CI Check/Gate pipelines currently stuck due to a bad dependency creeping in the system. No need to recheck your patches at the moment." | 08:54 | |
*** _kiran_ has joined #openstack-neutron | 08:54 | |
*** _kiran_ is now known as kiran-r | 08:56 | |
*** flcn___ has joined #openstack-neutron | 08:56 | |
hanzhang | hi all, who can help review this patch:https://review.openstack.org/#/c/168802/ | 08:58 |
*** ociuhandu has joined #openstack-neutron | 08:59 | |
*** flcn___ has quit IRC | 08:59 | |
openstackgerrit | yalei wang proposed openstack/neutron-specs: ML2: convert security-group and address-pairs into extension driver https://review.openstack.org/169223 | 08:59 |
*** flcn___ has joined #openstack-neutron | 08:59 | |
*** annegentle has joined #openstack-neutron | 09:00 | |
*** stanzgy has joined #openstack-neutron | 09:00 | |
*** ZZelle has joined #openstack-neutron | 09:04 | |
*** yfried__ is now known as yfried|lunch | 09:05 | |
*** annegentle has quit IRC | 09:06 | |
*** Miouge has joined #openstack-neutron | 09:09 | |
openstackgerrit | yalei wang proposed openstack/neutron-specs: ML2: convert security-group and address-pairs into extension driver https://review.openstack.org/169223 | 09:11 |
*** afazekas has joined #openstack-neutron | 09:11 | |
*** yamamoto has joined #openstack-neutron | 09:12 | |
*** stanzgy has quit IRC | 09:14 | |
*** nyechiel has quit IRC | 09:15 | |
*** yfried|lunch is now known as yfried|afk | 09:15 | |
*** Longgeek has quit IRC | 09:16 | |
*** nmagnezi_ has joined #openstack-neutron | 09:17 | |
*** nmagnezi has quit IRC | 09:17 | |
*** kiran-r has quit IRC | 09:18 | |
*** shaohe_feng has quit IRC | 09:19 | |
*** amotoki_ has joined #openstack-neutron | 09:20 | |
*** pradipta has quit IRC | 09:20 | |
*** ajmiller_ has joined #openstack-neutron | 09:23 | |
hanzhang | hi all, who can help review this patch:https://review.openstack.org/#/c/168802/ | 09:23 |
*** markvoelker has joined #openstack-neutron | 09:23 | |
*** vmtrooper has joined #openstack-neutron | 09:24 | |
*** pradipta has joined #openstack-neutron | 09:24 | |
*** aranjan has quit IRC | 09:25 | |
*** ajmiller__ has quit IRC | 09:26 | |
*** markvoelker has quit IRC | 09:28 | |
*** vmtrooper has quit IRC | 09:28 | |
*** trinaths has left #openstack-neutron | 09:30 | |
*** social has joined #openstack-neutron | 09:31 | |
social | hi, I'm getting neutron.common.config ImportError: No module named neutron_lbaas.services.loadbalancer.plugin on controller node when I enable lbaas for network nodes | 09:33 |
social | should I install lbaas agent on controller? | 09:33 |
social | this is kilo ^^ | 09:33 |
*** yfried|afk is now known as yfried|lunch | 09:36 | |
*** itzikb has quit IRC | 09:36 | |
*** gowri has quit IRC | 09:36 | |
*** gowri has joined #openstack-neutron | 09:37 | |
*** itzikb has joined #openstack-neutron | 09:37 | |
ZZelle | yamamoto, hi | 09:40 |
*** jamielennox|away is now known as jamielennox | 09:41 | |
*** ajo_ is now known as ajo | 09:42 | |
*** flcn___ has quit IRC | 09:45 | |
*** jlibosva has joined #openstack-neutron | 09:46 | |
*** yfried|lunch is now known as yfried|afk | 09:46 | |
*** jamielennox is now known as jamielennox|away | 09:47 | |
*** nyechiel has joined #openstack-neutron | 09:49 | |
ZZelle | yamamoto, could you relook at https://review.openstack.org/161494 ? | 09:51 |
*** gowri has quit IRC | 09:52 | |
*** moha_hunt has joined #openstack-neutron | 09:57 | |
openstackgerrit | goocher proposed openstack/neutron-fwaas: logic error in updating audited of firewall policy https://review.openstack.org/169239 | 10:00 |
*** liusheng has quit IRC | 10:00 | |
*** yamamoto has quit IRC | 10:01 | |
*** liusheng has joined #openstack-neutron | 10:01 | |
*** annegentle has joined #openstack-neutron | 10:01 | |
*** dims has joined #openstack-neutron | 10:03 | |
openstackgerrit | John Davidge proposed openstack/neutron-specs: Move IPv6 Prefix Delegation from Kilo-backlog to Liberty https://review.openstack.org/169242 | 10:05 |
*** achanda has joined #openstack-neutron | 10:06 | |
*** annegentle has quit IRC | 10:06 | |
*** pradipta has quit IRC | 10:09 | |
*** achanda has quit IRC | 10:10 | |
*** moha_hunt has quit IRC | 10:15 | |
*** yfried|afk is now known as yfried|lunch | 10:16 | |
*** stanzgy has joined #openstack-neutron | 10:16 | |
*** Longgeek has joined #openstack-neutron | 10:17 | |
*** yamamoto has joined #openstack-neutron | 10:17 | |
*** yfried|lunch is now known as yfried | 10:17 | |
*** moha_hunt has joined #openstack-neutron | 10:18 | |
*** pc_m has joined #openstack-neutron | 10:18 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Fix reference to non-existent setup_dvr_flows_on_integ_tun_br https://review.openstack.org/157632 | 10:18 |
jschwarz | ZZelle, hello friend :) | 10:21 |
*** aranjan has joined #openstack-neutron | 10:21 | |
*** pbrooko has joined #openstack-neutron | 10:24 | |
*** markvoelker has joined #openstack-neutron | 10:24 | |
*** jlanoux_ has joined #openstack-neutron | 10:28 | |
*** markvoelker has quit IRC | 10:29 | |
*** shaohe_feng has joined #openstack-neutron | 10:29 | |
*** Longgeek has quit IRC | 10:30 | |
*** shaohe_feng has quit IRC | 10:30 | |
yamamoto | ZZelle: done | 10:31 |
*** jlanoux has quit IRC | 10:31 | |
yamamoto | ZZelle: do you have a strong opinion about location of tests? https://review.openstack.org/#/c/164584/ | 10:32 |
*** yamamoto has quit IRC | 10:37 | |
*** jlanoux has joined #openstack-neutron | 10:43 | |
*** txomon|fon has quit IRC | 10:45 | |
*** jlanoux_ has quit IRC | 10:46 | |
*** pbrooko has quit IRC | 10:48 | |
*** jprovazn has joined #openstack-neutron | 10:49 | |
*** chandankumar has quit IRC | 10:50 | |
*** stanzgy has quit IRC | 10:50 | |
*** txomon|fon has joined #openstack-neutron | 10:51 | |
*** claudiub has joined #openstack-neutron | 10:52 | |
*** teju has joined #openstack-neutron | 10:55 | |
*** aranjan has quit IRC | 10:56 | |
*** shaohe_feng has joined #openstack-neutron | 10:57 | |
*** vmtrooper has joined #openstack-neutron | 10:59 | |
*** bquan has joined #openstack-neutron | 11:00 | |
ZZelle | jschwarz, hi | 11:01 |
jschwarz | ZZelle, hello | 11:01 |
*** pal has quit IRC | 11:02 | |
*** annegentle has joined #openstack-neutron | 11:02 | |
*** yatin has quit IRC | 11:02 | |
ZZelle | jschwarz, what can i do? | 11:04 |
*** chandankumar has joined #openstack-neutron | 11:04 | |
jschwarz | ZZelle, I posted a review on your FakeMachine patch | 11:05 |
jschwarz | ZZelle, I'm here if you want to talk about it | 11:05 |
jschwarz | :) | 11:06 |
*** yfried is now known as yfried|afk | 11:06 | |
*** gowri has joined #openstack-neutron | 11:06 | |
*** annegentle has quit IRC | 11:07 | |
*** dmellado has quit IRC | 11:08 | |
*** gowri has quit IRC | 11:09 | |
*** gowri has joined #openstack-neutron | 11:09 | |
*** yfried|afk is now known as yfried | 11:11 | |
*** anilvenkata1 has joined #openstack-neutron | 11:12 | |
openstackgerrit | Paul Michali proposed openstack/neutron: Refactoring of L3 agent notifications for router https://review.openstack.org/164466 | 11:14 |
*** anilvenkata has quit IRC | 11:15 | |
*** tsufiev_ has joined #openstack-neutron | 11:15 | |
*** Longgeek has joined #openstack-neutron | 11:17 | |
hanzhang | hi all, who can help review this patch:https://review.openstack.org/#/c/168802/ | 11:19 |
ZZelle | kevinbenton, hi | 11:24 |
*** markvoelker has joined #openstack-neutron | 11:25 | |
ZZelle | hanzhang, you can ask matrohon | 11:26 |
*** salv-orlando has quit IRC | 11:26 | |
hanzhang | ok, thanks for your reminding | 11:27 |
*** sc68cal has quit IRC | 11:27 | |
*** sc68cal has joined #openstack-neutron | 11:28 | |
*** strictlyb has quit IRC | 11:29 | |
*** strictlyb has joined #openstack-neutron | 11:29 | |
*** markvoelker has quit IRC | 11:29 | |
*** changbl has quit IRC | 11:30 | |
*** ferest has joined #openstack-neutron | 11:30 | |
HenryG | zigo: zigo_: zigo__: ping | 11:31 |
*** yatin has joined #openstack-neutron | 11:32 | |
*** jistr is now known as jistr|english | 11:32 | |
*** jistr|english is now known as jistr|class | 11:33 | |
*** JustTessting has joined #openstack-neutron | 11:34 | |
*** ferest has quit IRC | 11:35 | |
*** JustTessting has quit IRC | 11:37 | |
matrohon | hanzhang : looking | 11:38 |
*** chandankumar has quit IRC | 11:38 | |
hanzhang | matrohon: thanks | 11:39 |
*** salv-orlando has joined #openstack-neutron | 11:40 | |
*** tsufiev_ is now known as tsufiev | 11:42 | |
*** shaohe_feng has quit IRC | 11:45 | |
ZZelle | jschwarz, i don't understand your 3rd remark https://review.openstack.org/#/c/143412/28..32/neutron/tests/common/machine_helpers.py | 11:46 |
*** dmellado has joined #openstack-neutron | 11:47 | |
ZZelle | jschwarz, as it's incoherent with https://review.openstack.org/#/c/143412/22/neutron/tests/common/helpers.py remarks (L81) | 11:47 |
*** john-davidge has joined #openstack-neutron | 11:48 | |
*** ChanServ changes topic to "Discussion of OpenStack Networking || for support join #openstack" | 11:50 | |
-openstackstatus- NOTICE: Check/Gate unstuck, feel free to recheck your abusively-failed changes. | 11:50 | |
*** shilpa_ has quit IRC | 11:50 | |
*** aranjan has joined #openstack-neutron | 11:52 | |
*** ihrachyshka has joined #openstack-neutron | 11:52 | |
jschwarz | ZZelle, looking | 11:54 |
*** ujjain has quit IRC | 11:54 | |
*** pal_ has joined #openstack-neutron | 11:54 | |
*** britthouser has quit IRC | 11:54 | |
jschwarz | ZZelle, it isn't conflicting with what I said before - last week I also said that ip_cidr should be IMO IPs and not subnet descriptors | 11:54 |
*** vmtrooper has quit IRC | 11:55 | |
jschwarz | see 5th comment on the second link, L81 | 11:55 |
*** britthouser has joined #openstack-neutron | 11:55 | |
*** tiswanso has quit IRC | 11:55 | |
ZZelle | jschwarz, it's not a network cidr, it's an ip cidr which describes an ip in a specific broadcast domain | 11:56 |
jschwarz | ZZelle, so the subnet mask ('/24' suffix) should be removed | 11:56 |
ZZelle | jschwarz, as you do when you do ifconfig eth0 1.1.1.1/24 up | 11:56 |
jschwarz | because it doesn't fit in an IP CIDR | 11:56 |
jschwarz | ZZelle, but when I do that command, '1.1.1.1/24' also signifies the subnet the IP resides in | 11:57 |
ZZelle | jschwarz, and? | 11:57 |
ZZelle | jschwarz, i don't see where the trouble is it's the same: it defines an ip and it's broadcast domain | 11:58 |
jschwarz | ZZelle, the trouble is that it serves 2 purposes and it's definitely not clear from the code that it does | 11:59 |
ZZelle | jschwarz, that's why it's an ip_cidr not an ip not a cidr | 12:00 |
jschwarz | ZZelle, I would much rather have the code assume I'm using a class C subnet (/24) with the ability to override it if necessary, than to pass the subnet mask every time I want an new IP | 12:00 |
*** aepifanov1 has joined #openstack-neutron | 12:00 | |
ZZelle | jschwarz, you do it once for all peer machines or you should use a FakeMachine to allocate one by one | 12:01 |
*** aepifanov has quit IRC | 12:02 | |
*** annegentle has joined #openstack-neutron | 12:03 | |
*** teju has left #openstack-neutron | 12:04 | |
*** zhenguo has quit IRC | 12:07 | |
jschwarz | ZZelle, your example of 'ifconfig eth0 1.1.1.1/24 up' finally clarified your intentions for me | 12:07 |
jschwarz | ZZelle, until now it wasn't clear and very confusing :) | 12:07 |
ZZelle | jschwarz, perhaps i should use IP_CIDR_TEMPLATE? | 12:08 |
*** annegentle has quit IRC | 12:08 | |
*** xuhanp_ has quit IRC | 12:08 | |
*** xuhanp has quit IRC | 12:08 | |
jschwarz | ZZelle, yes | 12:08 |
jschwarz | ZZelle, Also if you could add a comment to indicate the intentions there, I would be very greatful | 12:08 |
ZZelle | jschwarz, "ip_cidr refers to the first peer machine ip_cidr"? | 12:11 |
*** raildo|away is now known as raildo | 12:11 | |
*** wverdugo5001 has joined #openstack-neutron | 12:13 | |
jschwarz | ZZelle, sec, let me think of a proper wording | 12:13 |
*** anish_ has quit IRC | 12:15 | |
jschwarz | ZZelle, 'man ifconfig' calls this "couple" -- "addr/prefixlen" | 12:15 |
*** yamamoto has joined #openstack-neutron | 12:16 | |
*** markvoelker has joined #openstack-neutron | 12:17 | |
*** yfried is now known as yfried|afk | 12:17 | |
*** amotoki_ has quit IRC | 12:20 | |
openstackgerrit | Merged openstack/neutron: Enable to specify context on POST requests during unittests https://review.openstack.org/157355 | 12:21 |
*** amuller has joined #openstack-neutron | 12:22 | |
*** zhenq has joined #openstack-neutron | 12:24 | |
jschwarz | ZZelle, "ip_cidr refers to the first IP to be consumed. It also contains the network mask" | 12:24 |
*** yfried|afk is now known as yfried | 12:24 | |
jschwarz | ZZelle, so given that latter part there - can you provide a good reason why it needs to contain the network mask? | 12:24 |
*** dims has quit IRC | 12:25 | |
jschwarz | ZZelle, because now it will seem like you're using one variable to contain 2 types of data, which is generally discouraged in python :< | 12:25 |
*** dims has joined #openstack-neutron | 12:25 | |
*** aranjan has quit IRC | 12:25 | |
jschwarz | ZZelle, why not just add a default 'network_mask=24'? | 12:25 |
*** social has left #openstack-neutron | 12:26 | |
*** claudiub has quit IRC | 12:27 | |
*** claudiub has joined #openstack-neutron | 12:27 | |
*** chandankumar has joined #openstack-neutron | 12:27 | |
hanzhang | who can help me to explain why 'br-ex' must set it's 'bridge-id', if not set, ovs agent will not handle it | 12:28 |
*** stockpirate has quit IRC | 12:29 | |
*** dboik has joined #openstack-neutron | 12:30 | |
*** nati_ueno has joined #openstack-neutron | 12:32 | |
*** banix has joined #openstack-neutron | 12:33 | |
*** amotoki_ has joined #openstack-neutron | 12:34 | |
openstackgerrit | Paul Michali proposed openstack/neutron-vpnaas: VPNaaS: Refactoring to use callback mechanism https://review.openstack.org/165226 | 12:34 |
*** amotoki_ has quit IRC | 12:34 | |
*** zhenq has quit IRC | 12:36 | |
*** yfried is now known as yfried|afk | 12:37 | |
*** tiswanso has joined #openstack-neutron | 12:38 | |
*** yatin has quit IRC | 12:38 | |
*** yamamoto has quit IRC | 12:39 | |
*** shilpa_ has joined #openstack-neutron | 12:40 | |
*** yfried|afk is now known as yfried | 12:41 | |
*** Networkn3rd has joined #openstack-neutron | 12:43 | |
*** smccully has joined #openstack-neutron | 12:47 | |
matrohon | rossella_s : hi | 12:48 |
*** shilpa_ has quit IRC | 12:48 | |
*** shwetaap has joined #openstack-neutron | 12:49 | |
jschwarz | mestery, ping | 12:49 |
*** tongli has joined #openstack-neutron | 12:49 | |
*** dane_leblanc has joined #openstack-neutron | 12:50 | |
*** blues-man has joined #openstack-neutron | 12:50 | |
*** blues-man has quit IRC | 12:50 | |
*** blues-man has joined #openstack-neutron | 12:50 | |
*** dboik has quit IRC | 12:50 | |
*** dboik has joined #openstack-neutron | 12:52 | |
*** cference has joined #openstack-neutron | 12:52 | |
*** yfried has quit IRC | 12:53 | |
*** neeti has quit IRC | 12:53 | |
jschwarz | ZZelle, I need https://review.openstack.org/#/c/165866/ merged :< | 12:54 |
jschwarz | ZZelle, I'll try to ping Maru tonight and see if he could do it | 12:55 |
*** wverdugo5001 has left #openstack-neutron | 12:57 | |
*** jistr|class is now known as jistr | 12:58 | |
ZZelle | jschwarz, you can ask HenryG | 12:58 |
jschwarz | HenryG, can you please? :) | 12:58 |
ZZelle | jschwarz, or rebase on top of it? | 12:59 |
jschwarz | ZZelle, I prefer to avoid rebasing atm | 12:59 |
jschwarz | my path is complicated enough as it is and I might have to split it later on :< | 12:59 |
jschwarz | alas, if worse comes to worst | 12:59 |
HenryG | jschwarz: ZZelle: I am in the middle of reviewing it | 13:00 |
jschwarz | HenryG, yay thanks a lot :D | 13:00 |
jschwarz | ZZelle, also I might want to add another helper to that code | 13:00 |
ZZelle | jschwarz, i see your point, when change path is too long and the rebase too big, i am always lost in my own changes :( | 13:00 |
*** maishsk has joined #openstack-neutron | 13:00 | |
*** ajo has quit IRC | 13:01 | |
*** ajo has joined #openstack-neutron | 13:01 | |
*** ajo has quit IRC | 13:01 | |
jschwarz | ZZelle, aye, and these patches of yours are huge | 13:01 |
*** annegentle has joined #openstack-neutron | 13:02 | |
jschwarz | ZZelle, anyway I might want to create a PatchPortBridgeFixture (like veth, only patch ports which cost less) | 13:02 |
jschwarz | and your code is so nice it won't take long :) | 13:02 |
ZZelle | jschwarz, if i want to play unfair, i can replace ip but ip_cidr: ""ip_cidr refers to the first ip_cidr to be consumed" | 13:02 |
ZZelle | jschwarz, PatchPortBridgeFixture? | 13:03 |
jschwarz | ZZelle, yes | 13:03 |
jschwarz | like VethBridgeFixture | 13:03 |
*** kbringard has joined #openstack-neutron | 13:04 | |
jschwarz | ZZelle, I didn't understand your first sentence about the ip_cidr business | 13:04 |
*** maishsk has quit IRC | 13:04 | |
ZZelle | jschwarz, if i want to play unfair, i can replace ip BY ip_cidr: ""ip_cidr refers to the first ip_cidr to be consumed" | 13:04 |
ZZelle | jschwarz, sorry | 13:05 |
*** smccully_ has joined #openstack-neutron | 13:05 | |
jschwarz | ZZelle, you mean rename ip_cidr with ip? | 13:05 |
*** rotbeard has quit IRC | 13:05 | |
jschwarz | s/with/to/g | 13:05 |
*** baoli has joined #openstack-neutron | 13:05 | |
*** johnbelamaric has joined #openstack-neutron | 13:07 | |
*** subscope has joined #openstack-neutron | 13:07 | |
jschwarz | ZZelle, I'm fine with renaming 'ip_cidr' to 'ip' | 13:08 |
jschwarz | ZZelle, but then I'd ask "why do you need the CIDR suffix" :) | 13:08 |
*** nmagnezi_ is now known as nmagnezi | 13:08 | |
*** Marga_ has joined #openstack-neutron | 13:11 | |
*** banix has quit IRC | 13:11 | |
*** Marga_ has quit IRC | 13:11 | |
*** dboik has quit IRC | 13:11 | |
*** Marga_ has joined #openstack-neutron | 13:12 | |
*** logan2 has quit IRC | 13:16 | |
*** ujjain has joined #openstack-neutron | 13:17 | |
*** logan2 has joined #openstack-neutron | 13:19 | |
*** nyechiel has quit IRC | 13:20 | |
*** Miouge_ has joined #openstack-neutron | 13:20 | |
*** aranjan has joined #openstack-neutron | 13:22 | |
*** Miouge has quit IRC | 13:22 | |
*** Miouge_ is now known as Miouge | 13:22 | |
*** chandankumar has quit IRC | 13:23 | |
*** Yuriy has quit IRC | 13:26 | |
*** Networkn3rd has quit IRC | 13:27 | |
*** jaypipes has quit IRC | 13:29 | |
*** banix has joined #openstack-neutron | 13:30 | |
*** Networkn3rd has joined #openstack-neutron | 13:30 | |
*** dboik has joined #openstack-neutron | 13:31 | |
*** rpothier has joined #openstack-neutron | 13:32 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: Stop using deprecated DEFAULT group for lock_path https://review.openstack.org/169307 | 13:36 |
*** yfauser has joined #openstack-neutron | 13:36 | |
*** yfauser has left #openstack-neutron | 13:36 | |
*** Murali has quit IRC | 13:37 | |
*** jaypipes has joined #openstack-neutron | 13:42 | |
mestery | pc_m: Did your VPN docs merge, the ones where you were restoring the API guide? | 13:43 |
pc_m | mestery: yes 3/28 | 13:43 |
mestery | pc_m: I fouind it, great! | 13:44 |
mestery | pc_m: Nice work and thanks! | 13:44 |
pc_m | sure. np. | 13:44 |
*** tsg_ has joined #openstack-neutron | 13:46 | |
openstackgerrit | Romil Gupta proposed openstack/neutron: Added config variable for External Network type in ML2 https://review.openstack.org/149546 | 13:47 |
jschwarz | mestery, so the full stack framework merged late last week so https://blueprints.launchpad.net/neutron/+spec/integration-tests can be closed :) | 13:48 |
mestery | jschwarz: Yay! :) | 13:48 |
mestery | jschwarz: Our first liberty spec done! :) | 13:48 |
jschwarz | mestery, see? I'm quick to the job :) | 13:48 |
mestery | jschwarz: lol | 13:49 |
jschwarz | XD | 13:50 |
*** skoude has quit IRC | 13:50 | |
*** mwagner_lap has quit IRC | 13:51 | |
*** amotoki_ has joined #openstack-neutron | 13:51 | |
*** skoude has joined #openstack-neutron | 13:52 | |
*** banix has quit IRC | 13:53 | |
*** shwetaap1 has joined #openstack-neutron | 13:53 | |
*** logan2 has quit IRC | 13:53 | |
*** bquan has quit IRC | 13:55 | |
*** armax has joined #openstack-neutron | 13:55 | |
*** FJB has joined #openstack-neutron | 13:55 | |
*** logan2 has joined #openstack-neutron | 13:56 | |
*** aranjan has quit IRC | 13:57 | |
*** zzzeek has joined #openstack-neutron | 13:57 | |
*** shwetaap has quit IRC | 13:57 | |
*** haleyb_ has joined #openstack-neutron | 14:01 | |
*** skoude has quit IRC | 14:02 | |
*** skoude has joined #openstack-neutron | 14:02 | |
*** absubram has joined #openstack-neutron | 14:04 | |
*** nyechiel has joined #openstack-neutron | 14:05 | |
*** yog__ has quit IRC | 14:05 | |
*** gowri has quit IRC | 14:06 | |
*** julien_ZTE has joined #openstack-neutron | 14:06 | |
*** yfried has joined #openstack-neutron | 14:08 | |
*** gowri has joined #openstack-neutron | 14:08 | |
*** ChuckC has quit IRC | 14:09 | |
*** anshul has quit IRC | 14:10 | |
*** atuvenie has quit IRC | 14:11 | |
*** julien_ZTE has quit IRC | 14:11 | |
*** bjornar_ has quit IRC | 14:11 | |
*** baoli has quit IRC | 14:12 | |
*** carl_baldwin has joined #openstack-neutron | 14:13 | |
*** dboik_ has joined #openstack-neutron | 14:13 | |
*** julien_ZTE has joined #openstack-neutron | 14:14 | |
*** dboik_ has quit IRC | 14:14 | |
*** dboik_ has joined #openstack-neutron | 14:15 | |
*** dboik has quit IRC | 14:16 | |
*** ZZelle has quit IRC | 14:19 | |
*** ZZelle has joined #openstack-neutron | 14:20 | |
*** Marga_ has quit IRC | 14:20 | |
*** gowri has quit IRC | 14:20 | |
openstackgerrit | Pavel Bondar proposed openstack/neutron: Refactor db_base_plugin_v2.py to use new IPAM https://review.openstack.org/153236 | 14:21 |
*** banix has joined #openstack-neutron | 14:21 | |
*** zhipeng has joined #openstack-neutron | 14:22 | |
*** carl_baldwin has quit IRC | 14:22 | |
amuller | mestery: about https://bugs.launchpad.net/neutron/+bug/1365476, Mike should post a new patch this week that solves the bug in a much simpler approach (It consumes bp/report-ha-router-master) | 14:22 |
openstack | Launchpad bug 1365476 in neutron "OVS : HA routers interact badly with l2pop" [High,In progress] - Assigned to Mike Kolesnik (mkolesni) | 14:22 |
amuller | mestery: So we're hoping to solve that bug in some capacity for Kilo (Or backport it to Kilo if we don't make it) | 14:22 |
mestery | amuller: I marked it as Criticial and RC1 | 14:22 |
mestery | amuller: So, it's on the radar now. | 14:23 |
mestery | I'm bug scrubbing all high priority bugs one last time today | 14:23 |
amuller | mestery: it's high / liberty now? | 14:23 |
amuller | I'm confused | 14:23 |
*** enikanorov has quit IRC | 14:23 | |
mestery | amuller: Wait, am I confusing bugs here? Let me verify. | 14:24 |
openstackgerrit | Paul Michali proposed openstack/neutron-vpnaas: VPNaaS: Refactoring to use callback mechanism https://review.openstack.org/165226 | 14:24 |
mestery | amuller: Sorry, I'm dealing with multiple bugs and I thought you were referring to https://bugs.launchpad.net/neutron/+bug/1411883 | 14:25 |
openstack | Launchpad bug 1411883 in neutron "DVR qrouters are not created when VMs are added after the router-interface is added to the router" [Critical,In progress] - Assigned to ZongKai LI (lzklibj) | 14:25 |
amuller | mestery: oh thanks for that one, I'm monitoring that one as well | 14:25 |
amuller | but yeah I was referring to the L3 HA + l2pop bug | 14:25 |
*** shilpa_ has joined #openstack-neutron | 14:25 | |
mestery | amuller: Ack, seems like the one I posted may be a release blocker potentially, so tagged it as such for now. | 14:25 |
*** gowri has joined #openstack-neutron | 14:25 | |
amuller | mestery: It should be | 14:25 |
mestery | amuller: brb | 14:25 |
*** banix has quit IRC | 14:26 | |
*** enikanorov has joined #openstack-neutron | 14:27 | |
*** tsg_ has quit IRC | 14:27 | |
*** nplanel_ has joined #openstack-neutron | 14:28 | |
*** moshele has quit IRC | 14:28 | |
*** dboik_ has quit IRC | 14:30 | |
ihrachyshka | claudiub, for stackforge/networking-hyperv, don't you review the patches in gerrit? | 14:30 |
*** absubram has quit IRC | 14:31 | |
*** zz_jgrimm is now known as jgrimm | 14:31 | |
*** atuvenie has joined #openstack-neutron | 14:31 | |
*** gowri has quit IRC | 14:31 | |
amuller | mestery: Thanks for moving the bug, Mike and I will do our best to shove this in Kilo. I'll exercise judgement to see that it cannot impact non-HA routers | 14:32 |
*** baoli has joined #openstack-neutron | 14:33 | |
claudiub | ihrachyshka: hello. I am. There are a few commits there that still need some work. :) | 14:37 |
claudiub | ihrachyshka: also, hyper-v ci will have to be setup to run on that project, so until that, I won't merge heavy commits. | 14:38 |
*** haleyb_ has quit IRC | 14:38 | |
*** nati_ueno has quit IRC | 14:39 | |
ihrachyshka | claudiub, hm.. I meant... I see some patches merged with Change-Ids, while I fail to find those in our gerrit | 14:39 |
*** ChuckC has joined #openstack-neutron | 14:39 | |
ihrachyshka | claudiub, I assume they were not pushed thru gerrit (?) | 14:39 |
ihrachyshka | claudiub, if anything, having those pushed thru gerrit helps when you need to compare them with "backports" | 14:40 |
*** haleyb_ has joined #openstack-neutron | 14:40 | |
*** banix has joined #openstack-neutron | 14:40 | |
claudiub | ihrachyshka: if the commits are before the cookiecutter template, they were imported from another repo when the project proposal got in in openstack-infra/project-config | 14:41 |
openstackgerrit | Zengfa Gao proposed openstack/neutron: Add API tests for subnetpool allocation https://review.openstack.org/167611 | 14:41 |
claudiub | ihrachyshka: anything after that commit, was pushed through gerrit. | 14:41 |
ihrachyshka | claudiub, ok, so it's not the usual thing. I am fine with comparing github against gerrit for some time, I just wanted to make sure it's just transition thing | 14:41 |
ihrachyshka | claudiub, ack, thanks for clarification | 14:42 |
claudiub | ihrachyshka: no problem. :) | 14:42 |
*** seizadi has joined #openstack-neutron | 14:43 | |
*** pal has joined #openstack-neutron | 14:43 | |
mestery | amuller: Thanks!~ | 14:43 |
*** pal_ has quit IRC | 14:43 | |
*** haleyb_ has quit IRC | 14:45 | |
*** haleyb_ has joined #openstack-neutron | 14:47 | |
*** haleyb_ has quit IRC | 14:48 | |
*** amotoki_ has quit IRC | 14:49 | |
*** jorgem has joined #openstack-neutron | 14:49 | |
*** seizadi has quit IRC | 14:50 | |
*** chandankumar has joined #openstack-neutron | 14:50 | |
*** jorgem1 has joined #openstack-neutron | 14:52 | |
*** Miouge has quit IRC | 14:52 | |
*** Miouge has joined #openstack-neutron | 14:52 | |
*** aranjan has joined #openstack-neutron | 14:52 | |
ZZelle | ihrachyshka, mestery, hi | 14:53 |
ihrachyshka | ZZelle, hi | 14:53 |
ZZelle | ihrachyshka, mestery, do you have any idea on how it should document such information? https://review.openstack.org/#/c/165115/6/etc/neutron.conf | 14:53 |
*** jaypipes has quit IRC | 14:53 | |
mestery | ZZelle: Looking | 14:54 |
*** dave-mccowan has quit IRC | 14:54 | |
openstackgerrit | Zengfa Gao proposed openstack/neutron: Add API tests for subnet-create with subnetpool https://review.openstack.org/168371 | 14:54 |
*** carl_baldwin has joined #openstack-neutron | 14:54 | |
mestery | ZZelle: It's taking me a bit to read that, the instructions aren't super clear to me. Are you looking for guidance on how to more effectively word that config section? | 14:54 |
*** jorgem has quit IRC | 14:55 | |
*** FJB has quit IRC | 14:55 | |
ZZelle | ie: some options are cross-dependent, so i am annoying to choose where i should put the cross-dependency matrix | 14:56 |
*** itzikb has quit IRC | 14:56 | |
ihrachyshka | jlibosva, may I ask you to check https://review.openstack.org/#/c/166725/ ? It's some change needed to fix migrate_to_ml2 for Juno. I'm in darkness on whether it's ok, so any advice is welcome. | 14:56 |
*** marun has joined #openstack-neutron | 14:56 | |
*** devvesa has joined #openstack-neutron | 14:58 | |
ZZelle | mestery, ^^ | 14:58 |
mestery | ZZelle: I re-read, and it makes sense. In fact, I think the wording is ok to me there. | 14:58 |
ihrachyshka | ZZelle, dumb question: can we just do the right thing automatically? | 14:58 |
mestery | ihrachyshka: +1 | 14:58 |
ihrachyshka | ZZelle, and if there are some gotchas (like no effective log rotation in some cases), document them as such. | 14:59 |
jlibosva | ihrachyshka: will do :) | 14:59 |
*** devvesa has quit IRC | 15:00 | |
ihrachyshka | ZZelle, also, localizing all interrelated options in single file could help a bit (no reference to metadata_agent.ini) | 15:00 |
ZZelle | ihrachyshka, disabling log rotation is required with "normal" deployment but someone can choose to change logdir permissions | 15:01 |
*** baoli has quit IRC | 15:01 | |
*** claudiub has quit IRC | 15:01 | |
*** rushil has quit IRC | 15:01 | |
*** dboik has joined #openstack-neutron | 15:02 | |
*** dboik has quit IRC | 15:02 | |
*** dboik has joined #openstack-neutron | 15:03 | |
ZZelle | ihrachyshka, mestery, metadata_proxy_socket_mode is more annoying as it's on a different agent, perhaps i could just try to deduce standard default values? And still allows explicit definition? | 15:03 |
mestery | ZZelle: Yes, I think that is in fact what ihrachyshka was suggesting as well. | 15:04 |
ZZelle | ihrachyshka, mestery, ok, let's go! | 15:04 |
*** dims has quit IRC | 15:05 | |
ihrachyshka | ZZelle, cool! I know it's PITA to rework the patch again, sorry for that | 15:05 |
*** anilvenkata1 has quit IRC | 15:05 | |
*** baoli has joined #openstack-neutron | 15:05 | |
*** crose has joined #openstack-neutron | 15:06 | |
ZZelle | ihrachyshka, should we still document cross-dependencies in code or only for DocImpact? | 15:06 |
*** dave-mccowan has joined #openstack-neutron | 15:06 | |
*** ferest has joined #openstack-neutron | 15:07 | |
*** annegentle has quit IRC | 15:08 | |
*** dims_ has joined #openstack-neutron | 15:08 | |
*** pal has quit IRC | 15:08 | |
ihrachyshka | ZZelle, if defaults are sane, I think we're ok to omit gotchas in code and leave them for documentation, though a short reference can be of help. | 15:09 |
ZZelle | ihrachyshka, ok | 15:10 |
*** gowri has joined #openstack-neutron | 15:10 | |
*** bquan has joined #openstack-neutron | 15:10 | |
*** ronis has quit IRC | 15:10 | |
*** busterswt has joined #openstack-neutron | 15:11 | |
*** jorgem1 has quit IRC | 15:11 | |
*** ajmiller has joined #openstack-neutron | 15:13 | |
*** annegentle has joined #openstack-neutron | 15:13 | |
*** reed has joined #openstack-neutron | 15:13 | |
*** jorgem has joined #openstack-neutron | 15:14 | |
openstackgerrit | Terry Wilson proposed openstack/neutron: Fix native OVSDB db_get handling for UUID columns https://review.openstack.org/167664 | 15:15 |
*** ajmiller_ has quit IRC | 15:15 | |
*** claudiub has joined #openstack-neutron | 15:16 | |
*** popw has quit IRC | 15:16 | |
*** gowri has quit IRC | 15:17 | |
*** emagana has joined #openstack-neutron | 15:18 | |
*** gsagie has joined #openstack-neutron | 15:18 | |
*** nyechiel_ has joined #openstack-neutron | 15:18 | |
*** shilpa_ has quit IRC | 15:18 | |
*** carl_baldwin has quit IRC | 15:19 | |
*** Marga_ has joined #openstack-neutron | 15:19 | |
openstackgerrit | Baodong (Robert) Li proposed openstack/neutron: allow neutron-keepalived-state-change to run when installed with devstack https://review.openstack.org/167339 | 15:20 |
*** carl_baldwin_ has joined #openstack-neutron | 15:20 | |
*** nyechiel has quit IRC | 15:20 | |
*** aranjan has quit IRC | 15:23 | |
openstackgerrit | Rajeev Grover proposed openstack/neutron: HA for DVR - Neutron Server side code changes https://review.openstack.org/143169 | 15:23 |
zigo__ | HenryG: pong | 15:23 |
*** zigo__ is now known as zigo | 15:23 | |
*** dannywilson has joined #openstack-neutron | 15:24 | |
gsagie | Hello all, i would like to add a test that creates a namespace and tries to set route with default gateway for device that doesnt exists, where is best to put something like that? | 15:24 |
*** signed8bit has joined #openstack-neutron | 15:24 | |
HenryG | Hey zigo, can you stop by in #openstack-meeting-alt a sec? | 15:24 |
*** dannywilson has quit IRC | 15:24 | |
*** dannywilson has joined #openstack-neutron | 15:25 | |
zigo | HenryG: Sure, I'm there, let me know when you need me. | 15:25 |
*** sridhar_ram has joined #openstack-neutron | 15:26 | |
*** chandankumar has quit IRC | 15:27 | |
*** jlibosva has quit IRC | 15:30 | |
*** garyk has quit IRC | 15:32 | |
*** moshele has joined #openstack-neutron | 15:32 | |
*** banix has quit IRC | 15:34 | |
*** scheuran has quit IRC | 15:35 | |
*** daneyon_ has joined #openstack-neutron | 15:36 | |
*** sridhar_ram1 has joined #openstack-neutron | 15:37 | |
*** YorikSar has quit IRC | 15:37 | |
*** sridhar_ram has quit IRC | 15:38 | |
*** jlanoux has quit IRC | 15:38 | |
*** gsagie has quit IRC | 15:39 | |
*** daneyon has quit IRC | 15:39 | |
*** thedodd has joined #openstack-neutron | 15:40 | |
*** tidwellr has joined #openstack-neutron | 15:42 | |
*** moha_hunt has quit IRC | 15:43 | |
*** nmagnezi has quit IRC | 15:44 | |
*** jamiem has joined #openstack-neutron | 15:45 | |
*** mestery has quit IRC | 15:45 | |
*** xgerman has joined #openstack-neutron | 15:46 | |
*** nyechiel__ has joined #openstack-neutron | 15:47 | |
*** Aish has joined #openstack-neutron | 15:47 | |
*** nyechiel_ has quit IRC | 15:48 | |
*** moshele has quit IRC | 15:51 | |
*** numan has quit IRC | 15:52 | |
*** chandankumar has joined #openstack-neutron | 15:55 | |
*** nyechiel__ has quit IRC | 15:57 | |
*** aepifanov1 has quit IRC | 16:00 | |
*** emagana has quit IRC | 16:00 | |
*** claudiub has quit IRC | 16:01 | |
*** SridharG has left #openstack-neutron | 16:02 | |
*** dboik_ has joined #openstack-neutron | 16:02 | |
*** nlahouti has joined #openstack-neutron | 16:02 | |
*** tsg_ has joined #openstack-neutron | 16:03 | |
*** mestery has joined #openstack-neutron | 16:03 | |
*** emagana has joined #openstack-neutron | 16:04 | |
openstackgerrit | Cedric Brandily proposed openstack/neutron: Allow metadata proxy to log with nobody user/group https://review.openstack.org/161494 | 16:04 |
*** _cjones_ has joined #openstack-neutron | 16:05 | |
*** dboik has quit IRC | 16:05 | |
*** nyechiel has joined #openstack-neutron | 16:07 | |
*** jistr has quit IRC | 16:09 | |
*** carl_baldwin_ has quit IRC | 16:09 | |
zigo | HenryG: <zigo> formorer: Are you doing version 1.2.15 in Experimental? :) | 16:10 |
zigo | <formorer> .16 uploaded | 16:10 |
zigo | So it's done! :) | 16:10 |
zigo | I knew he'd be reactive ... | 16:10 |
*** Sukhdev has joined #openstack-neutron | 16:11 | |
HenryG | zigo: please tell him thanks! And thank you for liasing! | 16:11 |
*** matrohon has quit IRC | 16:11 | |
Sukhdev | mestery: Ping | 16:11 |
zigo | My pleasure. | 16:11 |
mestery | Sukhdev: Yo! | 16:12 |
HenryG | SridharGaddam: did you see ^^ | 16:12 |
Sukhdev | mestery: Do we have the meeting on the decomp stuff | 16:13 |
mestery | Sukhdev: I think that's tomorrow during the ML2 slot | 16:13 |
*** anish_ has joined #openstack-neutron | 16:13 | |
*** sridhar_ram1 has quit IRC | 16:13 | |
Sukhdev | mestery: Oh Shit - my bad - I am trying to get in now :-) sorry - did not pay attention to the day | 16:14 |
mestery | No worries | 16:14 |
openstackgerrit | Merged openstack/neutron: Allow update of ext gateway IP's w/out port delete https://review.openstack.org/161073 | 16:15 |
*** ronis has joined #openstack-neutron | 16:15 | |
Sukhdev | mestery: While I got you here - have a QQ - | 16:15 |
*** nati_ueno has joined #openstack-neutron | 16:15 | |
*** seizadi has joined #openstack-neutron | 16:16 | |
mestery | Sukhdev: Shoot! | 16:16 |
*** ivar-lazzaro has joined #openstack-neutron | 16:16 | |
Sukhdev | mestery: Somebody asked me if they make code contribution to the stackforge project, do they get active contributor's discount for the summit - do you know the answer to it? | 16:16 |
*** ivar-lazzaro has quit IRC | 16:17 | |
*** nati_ueno has quit IRC | 16:17 | |
*** seizadi has quit IRC | 16:17 | |
mestery | Sukhdev: I don't htink so, no | 16:17 |
*** ivar-lazzaro has joined #openstack-neutron | 16:17 | |
Sukhdev | mestery: that was my guess as well, but, was not sure….thanks for clarification | 16:18 |
mestery | Sukhdev: Sure! | 16:18 |
*** claudiub has joined #openstack-neutron | 16:19 | |
*** seizadi has joined #openstack-neutron | 16:20 | |
*** nati_ueno has joined #openstack-neutron | 16:20 | |
*** daneyon has joined #openstack-neutron | 16:20 | |
*** julien_ZTE has quit IRC | 16:20 | |
*** julien_ZTE has joined #openstack-neutron | 16:21 | |
openstackgerrit | Timothy Swanson proposed openstack/neutron: Move network MTU from core REST API to extension API https://review.openstack.org/169406 | 16:21 |
*** daneyon_ has quit IRC | 16:24 | |
*** garyk has joined #openstack-neutron | 16:24 | |
*** julien_ZTE has quit IRC | 16:25 | |
*** jorgem has quit IRC | 16:26 | |
*** ivar-laz_ has joined #openstack-neutron | 16:27 | |
*** ygbo has quit IRC | 16:29 | |
*** yfried is now known as yfried|afk | 16:29 | |
*** yamahata has joined #openstack-neutron | 16:29 | |
*** ronis has quit IRC | 16:30 | |
*** ivar-lazzaro has quit IRC | 16:30 | |
*** yfried|afk is now known as yfried | 16:31 | |
*** carl_baldwin has joined #openstack-neutron | 16:33 | |
openstackgerrit | Cedric Brandily proposed openstack/neutron: Allow metadata proxy running with nobody user/group https://review.openstack.org/165115 | 16:34 |
*** tflynn has joined #openstack-neutron | 16:34 | |
*** aranjan has joined #openstack-neutron | 16:35 | |
*** blues-man has quit IRC | 16:35 | |
*** tflynn has quit IRC | 16:35 | |
*** baoli has quit IRC | 16:35 | |
*** tflynn has joined #openstack-neutron | 16:36 | |
*** baoli has joined #openstack-neutron | 16:37 | |
openstackgerrit | John Schwarz proposed openstack/neutron: Add full-stack test https://review.openstack.org/123000 | 16:39 |
jschwarz | marun, ^ :) | 16:39 |
jschwarz | marun, this time it's only 4 files so maybe we *can* get it through in 2 weels ;-) | 16:40 |
*** annegentle has quit IRC | 16:40 | |
*** marrusl has quit IRC | 16:41 | |
*** pritesh has joined #openstack-neutron | 16:42 | |
jschwarz | amuller, ^ | 16:42 |
*** aduarte has joined #openstack-neutron | 16:42 | |
amuller | jschwarz: thanks | 16:42 |
*** YorikSar has joined #openstack-neutron | 16:42 | |
*** flaviof has quit IRC | 16:43 | |
amuller | carl_baldwin: About DVR routers and ip neigh commands | 16:43 |
amuller | carl_baldwin: Do you have a minute to answer a question there? | 16:43 |
*** sbfox has joined #openstack-neutron | 16:43 | |
marun | jschwarz: abstract test case :( | 16:43 |
*** marrusl has joined #openstack-neutron | 16:43 | |
jschwarz | marun, lol yeah | 16:43 |
marun | jschwarz: Can you think of a better way to accomplish you goals? | 16:43 |
jschwarz | marun, I'm adding some comments as to points I want to clarify anyway | 16:43 |
carl_baldwin | amuller: Could I ping you a bit later? | 16:43 |
jschwarz | so make sure you refresh | 16:43 |
*** xgerman has quit IRC | 16:44 | |
jschwarz | marun, probably... I can remove the abstract test case ;-) | 16:44 |
*** chandankumar has quit IRC | 16:44 | |
amuller | carl_baldwin: going in to a meeting in 15 minutes I'll try to catch you later | 16:44 |
marun | jschwarz: I think you can find a better way | 16:44 |
marun | jschwarz: too much coupling | 16:44 |
jschwarz | marun, between? | 16:44 |
marun | jschwarz: test cases and their implementers | 16:45 |
marun | jschwarz: it's not reasonable that a subclass of this test has to implement a specific method for the parent to access an attribute | 16:45 |
marun | jschwarz: that's what setup and init are fo | 16:45 |
marun | r | 16:45 |
*** harlowja_away is now known as harlowja_ | 16:45 | |
jschwarz | marun, that's the idea you talked about last week, no? | 16:45 |
*** SumitNaiksatam has quit IRC | 16:46 | |
marun | jschwarz: I'm not saying you don't allow the subclass to specialize the behavior of the parent | 16:46 |
marun | jschwarz: but doing so via an abstract method? not so nice | 16:46 |
*** Swami has joined #openstack-neutron | 16:46 | |
jschwarz | marun, well, I mull this over for a few days and see what's what on thursday | 16:46 |
*** absubram has joined #openstack-neutron | 16:47 | |
marun | jschwarz: ojk | 16:47 |
jschwarz | marun, would still appreciate a review though, to shorten the ping-pongs :) | 16:47 |
jschwarz | marun, probably there are some more stuff there that you don't like :) | 16:47 |
*** jaypipes has joined #openstack-neutron | 16:48 | |
*** jlanoux has joined #openstack-neutron | 16:48 | |
*** chandankumar has joined #openstack-neutron | 16:48 | |
marun | jschwarz: fair enough | 16:49 |
*** bobmel has quit IRC | 16:49 | |
jschwarz | marun, merci :) | 16:49 |
*** Marga_ has quit IRC | 16:49 | |
*** dims_ has quit IRC | 16:51 | |
*** dims_ has joined #openstack-neutron | 16:51 | |
*** mwagner_lap has joined #openstack-neutron | 16:52 | |
amuller | jschwarz: initial comments | 16:52 |
*** yfried is now known as yfried|afk | 16:52 | |
jschwarz | amuller, yes! I love comments :> | 16:53 |
*** tidwellr has quit IRC | 16:54 | |
*** sridhar_ram has joined #openstack-neutron | 16:55 | |
Sukhdev | rkukura: Ping | 16:56 |
*** criptoverso has quit IRC | 16:57 | |
rkukura | Sukhdev: pong | 16:57 |
Sukhdev | rkukura: Need a favor | 16:57 |
rkukura | Sukhdev: ok | 16:57 |
*** sbfox has quit IRC | 16:58 | |
Sukhdev | rkukura: I will not be able to make tomorrow's ML2 meeting - have a conflict - can you please chair it? | 16:58 |
rkukura | Sukhdev: Sure, no problem | 16:58 |
Sukhdev | rkukura: Thank you so much | 16:58 |
*** tflynn_ has joined #openstack-neutron | 16:58 | |
carl_baldwin | salv-orlando: amotoki: garyk: ping | 16:59 |
*** sbfox has joined #openstack-neutron | 16:59 | |
*** jorgem has joined #openstack-neutron | 16:59 | |
openstackgerrit | Merged openstack/neutron: No allocation needed for specific IPv6 SLAAC addr assignment https://review.openstack.org/164943 | 17:00 |
*** tidwellr has joined #openstack-neutron | 17:00 | |
openstackgerrit | Merged openstack/neutron: Auto-update gateway port after subnet-create https://review.openstack.org/161085 | 17:01 |
*** s3wong has joined #openstack-neutron | 17:01 | |
*** tflynn has quit IRC | 17:02 | |
carl_baldwin | salv-orlando: amotoki: garyk: tidwellr pointed out that the shim extension is already baked in to the allocations patch. Would you prefer it be merged separately? | 17:02 |
*** moshele has joined #openstack-neutron | 17:03 | |
*** vthapar has joined #openstack-neutron | 17:03 | |
*** moshele has left #openstack-neutron | 17:03 | |
*** rotbeard has joined #openstack-neutron | 17:03 | |
*** claudiub has quit IRC | 17:05 | |
*** yfried|afk is now known as yfried | 17:06 | |
*** TrevorV_ has joined #openstack-neutron | 17:06 | |
*** chandankumar has quit IRC | 17:06 | |
*** jlibosva has joined #openstack-neutron | 17:07 | |
*** baoli has quit IRC | 17:08 | |
*** nati_ueno has quit IRC | 17:09 | |
*** pritesh has quit IRC | 17:11 | |
*** bjornar_ has joined #openstack-neutron | 17:12 | |
openstackgerrit | Mike Kolesnik proposed openstack/neutron: Update port bindings for master router https://review.openstack.org/141114 | 17:12 |
jschwarz | amuller, initial responses | 17:13 |
amuller | jschwarz: thanks I'll try to take a look sometime later today | 17:14 |
*** baoli has joined #openstack-neutron | 17:14 | |
*** SumitNaiksatam has joined #openstack-neutron | 17:16 | |
*** suresh12 has joined #openstack-neutron | 17:17 | |
*** baoli has quit IRC | 17:19 | |
*** baoli has joined #openstack-neutron | 17:20 | |
*** baoli has quit IRC | 17:20 | |
*** ronis has joined #openstack-neutron | 17:21 | |
*** chandankumar has joined #openstack-neutron | 17:22 | |
*** rushil has joined #openstack-neutron | 17:22 | |
*** achanda has joined #openstack-neutron | 17:23 | |
*** Marga_ has joined #openstack-neutron | 17:24 | |
*** lodgenbd has joined #openstack-neutron | 17:25 | |
*** dboik_ has quit IRC | 17:25 | |
*** ferest has quit IRC | 17:26 | |
*** dboik has joined #openstack-neutron | 17:26 | |
*** crose has quit IRC | 17:26 | |
*** lodgenbd has quit IRC | 17:29 | |
*** johnbelamaric has quit IRC | 17:29 | |
*** johnbelamaric has joined #openstack-neutron | 17:29 | |
*** gowri has joined #openstack-neutron | 17:30 | |
*** banix has joined #openstack-neutron | 17:31 | |
*** john-davidge has quit IRC | 17:31 | |
*** roeyc has quit IRC | 17:32 | |
*** jprovazn has quit IRC | 17:32 | |
*** suresh12 has quit IRC | 17:34 | |
marun | otherwiseguy: I'm seeing local failures of the dsvm-functional job related to the use of the rootwrap daemon. | 17:34 |
marun | otherwiseguy: How is the daemon configured? | 17:35 |
*** Sukhdev has quit IRC | 17:35 | |
*** safchain has quit IRC | 17:36 | |
*** suresh12 has joined #openstack-neutron | 17:36 | |
otherwiseguy | marun: it is just configured by having root_helper_daemon= configured to sudo neutron-rootwrap-daemon | 17:37 |
marun | otherwiseguy: I'm also not seeing a good error message when no filter is matched | 17:38 |
*** atuvenie has quit IRC | 17:38 | |
marun | otherwiseguy: this is all I see: | 17:38 |
marun | oslo_rootwrap.wrapper.NoFilterMatched | 17:38 |
marun | No detail | 17:38 |
marun | otherwiseguy: I'm guessing this is a limitation of the daemon? | 17:38 |
marun | otherwiseguy: or have you seen reasonable error messages? | 17:39 |
salv-orlando | carl_baldwin: I must have missed it in review | 17:39 |
salv-orlando | carl_baldwin: it's fine if they're in the same patch for me | 17:39 |
carl_baldwin | salv-orlando: I missed it too. | 17:40 |
carl_baldwin | salv-orlando: Unfortunately, we just found that the patch is in merge conflict. :( So, tidwellr will turn another patch set. | 17:40 |
tidwellr | :( | 17:40 |
*** annegentle has joined #openstack-neutron | 17:41 | |
*** doude has quit IRC | 17:41 | |
otherwiseguy | marun: initially i pushed to have them convert those to error codes/messages like the non-daemon mode did, but I was vetoed. They don't really return any information. NoFilterMatched is just an empty subclass of Exception. | 17:42 |
*** baoli has joined #openstack-neutron | 17:43 | |
marun | otherwiseguy: what justification did they give? this seems pretty braindead on the face of it. | 17:43 |
otherwiseguy | We could catch log and reraise in execute_rootwrap_daemon. | 17:43 |
otherwiseguy | "Exceptions are better than return codes." | 17:43 |
otherwiseguy | (was essentially the reason) | 17:44 |
otherwiseguy | marun: is it a situation where non-daemon mode is actually not finding a filter and just returning an error? | 17:45 |
otherwiseguy | Or is there a difference in filter-finding? | 17:45 |
*** sthillma has joined #openstack-neutron | 17:45 | |
marun | otherwiseguy: something more interesting, actually... | 17:45 |
marun | otherwiseguy: it looks like I was getting oom errors | 17:45 |
marun | otherwiseguy: but the result was those empty filter messages | 17:46 |
otherwiseguy | marun: eep. is a long-running process being run with it? because that would be not a good thing. | 17:46 |
*** pritesh has joined #openstack-neutron | 17:46 | |
*** annegentle has quit IRC | 17:46 | |
marun | otherwiseguy: I don't think it was the daemon's fault, I had been doing api testing with devstack and resource usage had grown over time | 17:46 |
marun | otherwiseguy: weird that the first indication of the problem was rootwrap daemon failing with those blank error messages | 17:47 |
*** rangansw has joined #openstack-neutron | 17:47 | |
*** melwitt has joined #openstack-neutron | 17:48 | |
openstackgerrit | Maru Newby proposed openstack/neutron: Simplify retargetable test framework https://review.openstack.org/167075 | 17:50 |
*** doude has joined #openstack-neutron | 17:52 | |
*** doude has quit IRC | 17:54 | |
*** pritesh_ has joined #openstack-neutron | 17:58 | |
*** sthillma_ has joined #openstack-neutron | 17:58 | |
*** pritesh has quit IRC | 18:01 | |
openstackgerrit | Vikram Hosakote proposed openstack/python-neutronclient: 'neutron port-create' missing help info for --binding:vnic-type https://review.openstack.org/169443 | 18:01 |
*** sthillma has quit IRC | 18:01 | |
*** sridhar_ram has quit IRC | 18:02 | |
*** sridhar_ram has joined #openstack-neutron | 18:03 | |
*** jlibosva has quit IRC | 18:03 | |
*** jamielennox|away is now known as jamielennox | 18:04 | |
*** baoli has quit IRC | 18:05 | |
*** johnbelamaric has quit IRC | 18:05 | |
*** johnbelamaric has joined #openstack-neutron | 18:05 | |
*** aranjan has quit IRC | 18:07 | |
*** jorgem has quit IRC | 18:07 | |
*** pritesh has joined #openstack-neutron | 18:08 | |
*** pritesh_ has quit IRC | 18:10 | |
*** jschwarz has quit IRC | 18:14 | |
*** banix has quit IRC | 18:15 | |
*** aepifanov has joined #openstack-neutron | 18:15 | |
*** banix has joined #openstack-neutron | 18:15 | |
*** yfried is now known as yfried|afk | 18:15 | |
*** yfried|afk is now known as yfried | 18:16 | |
*** Longgeek has quit IRC | 18:16 | |
*** Longgeek has joined #openstack-neutron | 18:17 | |
*** aepifanov has quit IRC | 18:18 | |
*** ihrachyshka has quit IRC | 18:22 | |
*** tflynn_ has quit IRC | 18:24 | |
*** packet has joined #openstack-neutron | 18:24 | |
*** smcquaid has joined #openstack-neutron | 18:24 | |
*** vthapar has quit IRC | 18:24 | |
*** tflynn has joined #openstack-neutron | 18:24 | |
*** TrevorV_ has quit IRC | 18:25 | |
*** ferest has joined #openstack-neutron | 18:26 | |
HenryG | ZZelle: still around? | 18:30 |
*** chandankumar has quit IRC | 18:31 | |
*** ferest has quit IRC | 18:31 | |
*** gowri has quit IRC | 18:34 | |
*** sripriya has joined #openstack-neutron | 18:34 | |
*** yfauser has joined #openstack-neutron | 18:34 | |
*** yfauser has left #openstack-neutron | 18:35 | |
*** zhenq has joined #openstack-neutron | 18:35 | |
*** anish_ has quit IRC | 18:37 | |
*** dane_leblanc has quit IRC | 18:38 | |
*** smcquaid has quit IRC | 18:40 | |
*** yfried is now known as yfried|afk | 18:41 | |
*** afazekas has quit IRC | 18:43 | |
emagana | mestery: ping! | 18:44 |
mestery | emagana: pong | 18:44 |
emagana | mestery: good time to discuss an update on: https://bugs.launchpad.net/neutron/+bug/1438329 | 18:44 |
openstack | Launchpad bug 1438329 in neutron "Example configuration files lack changes for Kilo" [High,Triaged] - Assigned to Edgar Magana (emagana) | 18:44 |
mestery | emagana: Ack, yes sir! | 18:44 |
emagana | mestery: basically, our neutron.conf is so outdated! :-) | 18:44 |
mestery | emagana: #sadpanda | 18:45 |
emagana | mestery: It seems that we do not have any script to automatically update it. Nova folks have one: https://github.com/openstack/nova/tree/master/tools/config | 18:45 |
mestery | emagana: Without looking at it, is it as simple as copying that and running it? | 18:46 |
mestery | emagana: There must be more to it I bet :) | 18:46 |
emagana | mestery: I could try that and see what I break :-) | 18:46 |
emagana | I will give it a try and provide an update later... otherwise we need to update neutron.conf.sample manually | 18:47 |
mestery | emagana: Please do! We need to sort this ASAP | 18:47 |
mestery | emagana: Bleah, that would be bad :( | 18:47 |
mestery | emagana: Thanks for driving this! | 18:47 |
emagana | mestery: ok.. I will keep you posted! | 18:48 |
mestery | emagana: Thanks! | 18:48 |
*** amuller is now known as amuller_afk | 18:48 | |
*** achanda has quit IRC | 18:49 | |
*** padkrish has joined #openstack-neutron | 18:51 | |
*** Marga_ has quit IRC | 18:51 | |
*** annegentle has joined #openstack-neutron | 18:52 | |
*** shwetaap1 has quit IRC | 18:52 | |
*** flaviof has joined #openstack-neutron | 18:55 | |
*** tidwellr has quit IRC | 18:56 | |
*** yfried|afk is now known as yfried | 18:56 | |
*** _cjones_ has quit IRC | 19:00 | |
*** jlanoux has quit IRC | 19:00 | |
*** Sukhdev has joined #openstack-neutron | 19:01 | |
*** sthillma_ has quit IRC | 19:01 | |
HenryG | marun: ping | 19:01 |
*** bjornar_ has quit IRC | 19:02 | |
*** Marga_ has joined #openstack-neutron | 19:02 | |
*** padkrish has quit IRC | 19:02 | |
*** nlahouti has quit IRC | 19:02 | |
*** padkrish has joined #openstack-neutron | 19:03 | |
*** TrevorV_ has joined #openstack-neutron | 19:04 | |
*** dboik has quit IRC | 19:04 | |
openstackgerrit | Paul Michali proposed openstack/neutron-vpnaas: VPNaaS: Refactoring to use callback mechanism https://review.openstack.org/165226 | 19:04 |
*** TrevorV_ has quit IRC | 19:04 | |
*** dboik has joined #openstack-neutron | 19:04 | |
*** sripriya has quit IRC | 19:05 | |
*** Sukhdev has quit IRC | 19:05 | |
*** tiswanso has quit IRC | 19:07 | |
*** padkrish has quit IRC | 19:07 | |
marun | HenryG: pong | 19:08 |
*** sridhar_ram1 has joined #openstack-neutron | 19:08 | |
*** sridhar_ram has quit IRC | 19:09 | |
*** salv-orl_ has joined #openstack-neutron | 19:11 | |
*** padkrish has joined #openstack-neutron | 19:11 | |
*** diegows has joined #openstack-neutron | 19:11 | |
*** salv-orlando has quit IRC | 19:13 | |
*** vishwanathj has quit IRC | 19:14 | |
*** yfried is now known as yfried|afk | 19:14 | |
*** sripriya has joined #openstack-neutron | 19:14 | |
*** Aish has quit IRC | 19:15 | |
*** nlahouti has joined #openstack-neutron | 19:16 | |
*** padkrish_ has joined #openstack-neutron | 19:16 | |
*** ZZelle_ has joined #openstack-neutron | 19:16 | |
ZZelle_ | HenryG, hi | 19:17 |
*** padkrish has quit IRC | 19:18 | |
HenryG | ZZelle: I left some comments on https://review.openstack.org/165866, I would like marun to also take a look | 19:19 |
*** sbfox has quit IRC | 19:19 | |
ZZelle_ | HenryG, i am not strongly sure we need Bridge/PortFixture abstract classes but they define what we can expect from all bridge/port fixtures | 19:21 |
HenryG | ZZelle: marun: I understand it's an initial patch for the fixtures and it will be iterated on, so it looks fine to me if you want to merge it now. | 19:21 |
ZZelle_ | HenryG, and they are used by fake machines | 19:22 |
ZZelle_ | HenryG, i have no time constraints, it seems more to be a requirement for jschwarz work | 19:23 |
*** yfauser has joined #openstack-neutron | 19:23 | |
*** yfauser has left #openstack-neutron | 19:23 | |
HenryG | ZZelle: I see, so that's why jschwarz is so pushy :) | 19:23 |
*** yfried|afk is now known as yfried | 19:24 | |
ZZelle_ | HenryG, :) | 19:25 |
*** pritesh_ has joined #openstack-neutron | 19:26 | |
*** sbfox has joined #openstack-neutron | 19:26 | |
*** achanda has joined #openstack-neutron | 19:27 | |
HenryG | marun: FYI you have pep8 failures on https://review.openstack.org/167075 | 19:27 |
*** Marga_ has quit IRC | 19:27 | |
*** pritesh has quit IRC | 19:29 | |
*** Sukhdev has joined #openstack-neutron | 19:29 | |
*** SumitNaiksatam has quit IRC | 19:33 | |
*** reed has quit IRC | 19:36 | |
*** nlahouti has quit IRC | 19:36 | |
*** reed has joined #openstack-neutron | 19:36 | |
*** Sukhdev has quit IRC | 19:36 | |
*** Sukhdev has joined #openstack-neutron | 19:37 | |
*** nlahouti has joined #openstack-neutron | 19:37 | |
*** shwetaap has joined #openstack-neutron | 19:37 | |
*** tidwellr has joined #openstack-neutron | 19:37 | |
*** alexpilotti has joined #openstack-neutron | 19:41 | |
*** SumitNaiksatam has joined #openstack-neutron | 19:44 | |
*** nlahouti has quit IRC | 19:45 | |
*** padkrish_ has quit IRC | 19:45 | |
*** vishwanathj has joined #openstack-neutron | 19:46 | |
*** yfried is now known as yfried|afk | 19:47 | |
*** padkrish has joined #openstack-neutron | 19:50 | |
*** matrohon has joined #openstack-neutron | 19:50 | |
*** aepifanov has joined #openstack-neutron | 19:50 | |
openstackgerrit | Merged openstack/neutron-fwaas: Decouple L3 and Firewall during DVR router migration https://review.openstack.org/162380 | 19:50 |
*** annegentle has quit IRC | 19:51 | |
*** Sukhdev has quit IRC | 19:54 | |
openstackgerrit | Dane LeBlanc proposed openstack/neutron: IPv6 SLAAC subnet create should update ports on net https://review.openstack.org/160622 | 19:54 |
*** Marga_ has joined #openstack-neutron | 19:58 | |
*** dboik_ has joined #openstack-neutron | 20:00 | |
*** _cjones_ has joined #openstack-neutron | 20:01 | |
*** Aish has joined #openstack-neutron | 20:01 | |
*** yfried|afk is now known as yfried | 20:01 | |
*** sripriya has quit IRC | 20:02 | |
*** sripriya has joined #openstack-neutron | 20:02 | |
*** Marga_ has quit IRC | 20:03 | |
*** dboik has quit IRC | 20:03 | |
*** sridhar_ram has joined #openstack-neutron | 20:04 | |
*** sridhar_ram1 has quit IRC | 20:04 | |
*** xgerman has joined #openstack-neutron | 20:06 | |
*** daneyon_ has joined #openstack-neutron | 20:07 | |
*** annegentle has joined #openstack-neutron | 20:10 | |
*** daneyon has quit IRC | 20:11 | |
*** yfried is now known as yfried|afk | 20:13 | |
openstackgerrit | Maru Newby proposed openstack/neutron: Simplify retargetable test framework https://review.openstack.org/167075 | 20:13 |
openstackgerrit | Maru Newby proposed openstack/neutron: Move API tests to neutron.test.api https://review.openstack.org/167320 | 20:16 |
*** yfried|afk is now known as yfried | 20:17 | |
*** matrohon has quit IRC | 20:18 | |
*** tiswanso has joined #openstack-neutron | 20:19 | |
*** achanda has quit IRC | 20:20 | |
*** padkrish has quit IRC | 20:20 | |
*** tiswanso has quit IRC | 20:20 | |
*** padkrish has joined #openstack-neutron | 20:20 | |
*** tiswanso has joined #openstack-neutron | 20:21 | |
*** alexpilotti has quit IRC | 20:21 | |
*** _cjones_ has quit IRC | 20:22 | |
*** dboik_ has quit IRC | 20:22 | |
*** dboik has joined #openstack-neutron | 20:23 | |
*** padkrish has quit IRC | 20:25 | |
*** maishsk has joined #openstack-neutron | 20:26 | |
*** baoli has joined #openstack-neutron | 20:26 | |
*** busterswt has quit IRC | 20:27 | |
*** ijw has quit IRC | 20:27 | |
*** banix has quit IRC | 20:28 | |
openstackgerrit | Merged openstack/neutron-fwaas: FWaaS: Refactor callback mechanism https://review.openstack.org/167275 | 20:30 |
*** annegentle has quit IRC | 20:30 | |
*** banix has joined #openstack-neutron | 20:31 | |
openstackgerrit | Maru Newby proposed openstack/neutron: Move API tests to neutron.test.api https://review.openstack.org/167320 | 20:31 |
*** padkrish has joined #openstack-neutron | 20:31 | |
openstackgerrit | Merged openstack/neutron: Fix test case for DHCP agent interface restart https://review.openstack.org/169123 | 20:32 |
*** maishsk has left #openstack-neutron | 20:32 | |
*** _cjones_ has joined #openstack-neutron | 20:33 | |
*** annegentle has joined #openstack-neutron | 20:34 | |
openstackgerrit | Merged openstack/neutron-specs: Re-propose flavors and lbaas l7 routing for liberty https://review.openstack.org/168988 | 20:36 |
*** baoli has quit IRC | 20:38 | |
*** baoli has joined #openstack-neutron | 20:39 | |
*** _cjones_ has quit IRC | 20:40 | |
*** david-lyle has quit IRC | 20:40 | |
*** nlahouti has joined #openstack-neutron | 20:41 | |
*** _cjones_ has joined #openstack-neutron | 20:42 | |
*** pritesh has joined #openstack-neutron | 20:43 | |
*** pritesh_ has quit IRC | 20:47 | |
*** sridhar_ram has quit IRC | 20:50 | |
*** claudiub has joined #openstack-neutron | 20:51 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: Subnet allocation from a subnet pool https://review.openstack.org/157597 | 20:52 |
tidwellr | kevinbenton carl_baldwin: ^^^ | 20:53 |
carl_baldwin | tidwellr: ack | 20:53 |
*** yfried is now known as yfried|afk | 20:55 | |
*** sridhar_ram has joined #openstack-neutron | 20:56 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: Simple subnetpool allocation quotas https://review.openstack.org/165264 | 20:56 |
*** arif-ali has joined #openstack-neutron | 20:57 | |
*** sripriya has quit IRC | 20:58 | |
*** Marga_ has joined #openstack-neutron | 20:59 | |
*** johnbelamaric has quit IRC | 20:59 | |
*** s3wong has quit IRC | 21:00 | |
kevinbenton | tidwellr: is there a way to have a global default subnetpool? | 21:01 |
*** annegentle has quit IRC | 21:01 | |
tidwellr | kevinbenton: see https://review.openstack.org/#/c/168098/ | 21:01 |
*** annegentle has joined #openstack-neutron | 21:01 | |
kevinbenton | tidwellr: ah, i wasn't that far in the chain :) | 21:02 |
*** daneyon_ has quit IRC | 21:02 | |
*** johnbelamaric has joined #openstack-neutron | 21:02 | |
tidwellr | kevinbenton: it's a follow-on to basic allocation and subnetpool CRUD | 21:02 |
*** daneyon has joined #openstack-neutron | 21:02 | |
kevinbenton | tidwellr: cool | 21:03 |
*** Marga_ has quit IRC | 21:04 | |
*** annegentle has quit IRC | 21:07 | |
*** packet has quit IRC | 21:08 | |
*** julien_ZTE has joined #openstack-neutron | 21:08 | |
*** aduarte has quit IRC | 21:09 | |
*** packet has joined #openstack-neutron | 21:10 | |
*** julien_ZTE has quit IRC | 21:13 | |
ZZelle_ | kevinbenton, hi | 21:13 |
*** tiswanso has quit IRC | 21:13 | |
kevinbenton | ZZelle_: hey, what's up? | 21:13 |
*** achanda has joined #openstack-neutron | 21:14 | |
ZZelle_ | kevinbenton, if you have time, i updated https://review.openstack.org/161494 after discussing with Henry and mestery ... doc is simplified: let neutron deduce options! | 21:14 |
otherwiseguy | marun: Does running 'tox -e dsvm-functional test_port_sec_within_firewall' fail for you, while running 'tox -e dsvm-functional IptablesFirewallTestCase' passes? It does for me, even though test_port_sec_within_firewall is the only test in IptablesFirewallTestCase... | 21:14 |
otherwiseguy | which seems...odd. | 21:15 |
*** raildo is now known as raildo|away | 21:15 | |
*** Marga_ has joined #openstack-neutron | 21:16 | |
*** sbfox has quit IRC | 21:16 | |
*** baoli has quit IRC | 21:17 | |
marun | otherwiseguy: I'll try | 21:18 |
*** baoli has joined #openstack-neutron | 21:18 | |
*** irdkehn has joined #openstack-neutron | 21:18 | |
kevinbenton | ZZelle_: "if not $expression" only applies when it's safe to test the boolean coercion | 21:19 |
ZZelle_ | kevinbenton, not sure to understand | 21:20 |
*** banix has quit IRC | 21:20 | |
kevinbenton | ZZelle_: so the issue is that .get returns None by default | 21:21 |
marun | kevinbenton: What do I need to do to get +2? | 21:21 |
kevinbenton | marun: $4 | 21:21 |
marun | hah | 21:21 |
kevinbenton | marun: which patch? | 21:21 |
marun | https://review.openstack.org/#/c/167075/ | 21:21 |
*** Sukhdev has joined #openstack-neutron | 21:22 | |
kevinbenton | ZZelle_: if it's more convuluted to get the return values to line up with the "if not" syntax, then it's not worth it | 21:22 |
marun | if you can run the same single test and have it pass, I think we're good | 21:22 |
kevinbenton | marun: ok | 21:22 |
kevinbenton | ZZelle_: also "Comparisons to singletons like None should always be done with is or is not , never the equality operators." is why i suggested 'is False' | 21:23 |
*** annegentle has joined #openstack-neutron | 21:23 | |
ZZelle_ | kevinbenton, None is a singleton not True/False | 21:24 |
ZZelle_ | kevinbenton, more precisely, "bool(1) is True" could be evaluated to False | 21:24 |
*** amuller_afk is now known as amuller | 21:25 | |
kevinbenton | ZZelle_: when? | 21:25 |
*** sbfox has joined #openstack-neutron | 21:26 | |
*** SumitNaiksatam has quit IRC | 21:26 | |
kevinbenton | marun: passed! | 21:26 |
*** jgrimm is now known as zz_jgrimm | 21:26 | |
kevinbenton | ZZelle_: http://stackoverflow.com/questions/2172189/why-i-cant-extend-bool-in-python/2172204#2172204 | 21:27 |
ZZelle_ | kevinbenton, let me find it, it was documented in old pythons | 21:28 |
ZZelle_ | kevinbenton, oups, perhaps too old | 21:28 |
kevinbenton | ZZelle_: it was my understanding that False and True were singletons | 21:29 |
openstackgerrit | Cedric Brandily proposed openstack/neutron: Allow metadata proxy to log with nobody user/group https://review.openstack.org/161494 | 21:29 |
ZZelle_ | kevinbenton, i buy it! ^p | 21:29 |
ZZelle_ | s/^p/^^/ :) | 21:29 |
marun | HenryG, mestery, armax: coup de grâce? https://review.openstack.org/#/c/167075 | 21:30 |
*** rpothier has quit IRC | 21:30 | |
*** pc_m has quit IRC | 21:30 | |
mestery | marun: Nice! | 21:30 |
*** pritesh_ has joined #openstack-neutron | 21:31 | |
kevinbenton | ZZelle_: one more quick change now | 21:31 |
ZZelle_ | kevinbenton, haaaaaaaaaaaaaaaaaaaaaaa | 21:32 |
ZZelle_ | kevinbenton, it seems more confusing to me to use None than True | 21:33 |
ZZelle_ | kevinbenton, imo, get() default value should be boolean default value | 21:33 |
kevinbenton | ZZelle_: but you're only checking if it's set to False. it doesn't matter what default is. | 21:34 |
*** pritesh has quit IRC | 21:34 | |
kevinbenton | ZZelle_: if you do want a controlled default, then separate it into two lines like you had suggested before | 21:35 |
*** mwagner_lap has quit IRC | 21:35 | |
kevinbenton | ZZelle_: because otherwise overriding the default return of .get to something that isn't going to be used won't make sense to future readers | 21:36 |
ZZelle_ | kevinbenton, ok | 21:38 |
*** sbfox has quit IRC | 21:38 | |
openstackgerrit | Jamie McCarthy proposed openstack/neutron: Flavor Framework implementation https://review.openstack.org/139758 | 21:39 |
openstackgerrit | Cedric Brandily proposed openstack/neutron: Allow metadata proxy to log with nobody user/group https://review.openstack.org/161494 | 21:39 |
ZZelle_ | kevinbenton, ^^ | 21:39 |
kevinbenton | ZZelle_: thanks! | 21:40 |
openstackgerrit | Merged openstack/neutron: Decouple L3 and service plugins during DVR router migration https://review.openstack.org/154749 | 21:42 |
*** sbfox has joined #openstack-neutron | 21:42 | |
amuller | mestery: Do we write lightening sessions in the etherpad you put up, or only full sessions? | 21:42 |
mestery | amuller: added a section | 21:43 |
amuller | mestery: thank you | 21:43 |
mestery | amuller: yw | 21:43 |
*** pritesh_ has quit IRC | 21:44 | |
*** nyechiel has quit IRC | 21:46 | |
*** seizadi1 has joined #openstack-neutron | 21:48 | |
*** seizadi has quit IRC | 21:48 | |
*** ivar-laz_ has quit IRC | 21:49 | |
*** seizadi has joined #openstack-neutron | 21:51 | |
*** seizadi1 has quit IRC | 21:51 | |
*** seizadi has quit IRC | 21:51 | |
*** seizadi has joined #openstack-neutron | 21:51 | |
*** padkrish has quit IRC | 21:56 | |
*** padkrish has joined #openstack-neutron | 21:57 | |
*** pritesh has joined #openstack-neutron | 21:57 | |
*** johnbelamaric has quit IRC | 21:57 | |
*** baoli has quit IRC | 21:58 | |
*** signed8b_ has joined #openstack-neutron | 21:58 | |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Implement default subnet pool configuration settings https://review.openstack.org/168098 | 21:58 |
*** baoli has joined #openstack-neutron | 21:58 | |
*** ociuhandu has quit IRC | 22:00 | |
*** signed8bit has quit IRC | 22:00 | |
*** padkrish has quit IRC | 22:01 | |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Implement default subnet pool configuration settings https://review.openstack.org/168098 | 22:03 |
*** igordcard_ has joined #openstack-neutron | 22:03 | |
*** pritesh has quit IRC | 22:04 | |
*** harlowja_ is now known as harlowja_away | 22:04 | |
kevinbenton | tidwellr: ping | 22:04 |
tidwellr | kevinbenton: pong | 22:05 |
kevinbenton | tidwellr: just want some clarifications on https://review.openstack.org/#/c/165264/ | 22:05 |
kevinbenton | tidwellr: want to make sure we aren't backing ourselves into a corner | 22:05 |
*** absubram has quit IRC | 22:05 | |
tidwellr | kevinbenton: sure, what's the concern? | 22:06 |
kevinbenton | tidwellr: if i understand correctly, this sets a limit at the subnetpool level that's applied equally to all tenants | 22:06 |
kevinbenton | tidwellr: right? | 22:06 |
*** harlowja_away is now known as harlowja_ | 22:07 | |
tidwellr | kevinbenton: correct, although this is a default | 22:07 |
tidwellr | kevinbenton: it can be overridden with future patches | 22:08 |
kevinbenton | tidwellr: in the future would the regular quota system be used? | 22:09 |
kevinbenton | tidwellr: for tenant specific things? | 22:09 |
*** salv-orl_ has quit IRC | 22:09 | |
tidwellr | kevinbenton: yes, the belief is that the basic use model here works, can be extended, and the implementation can be adjusted later | 22:10 |
*** kbringard has quit IRC | 22:11 | |
kevinbenton | tidwellr: how are defaults controlled for current neutron quotas | 22:12 |
kevinbenton | tidwellr: what i was worried about is that we would have one way to set default quotas for everything else | 22:12 |
kevinbenton | tidwellr: and a different way for subnetpools | 22:12 |
*** salv-orlando has joined #openstack-neutron | 22:13 | |
*** SumitNaiksatam has joined #openstack-neutron | 22:14 | |
tidwellr | kevinbenton: that's a good point, one reason for this approach is that the existing quota mechanism doesn't allow us to enforce quotas on prefix space | 22:14 |
*** pritesh has joined #openstack-neutron | 22:15 | |
tidwellr | carl_baldwin and salv-orlando could probably shed more light on this subject | 22:15 |
kevinbenton | tidwellr: yeah, i understand that, I just want to make sure anything user-facing via the API doesn't lock us into somewhere we don't want to be | 22:15 |
kevinbenton | carl_baldwin, salv-orlando: how are defaults quotas in neutron set right now? | 22:16 |
kevinbenton | defaults for quotas* | 22:17 |
carl_baldwin | kevinbenton: It looks like all of the defaults are in neutron.conf. | 22:19 |
tidwellr | kevinbenton: I believe it's a neutron.conf setting | 22:19 |
tidwellr | carl_baldwin beat me to the punch | 22:19 |
tidwellr | :) | 22:20 |
kevinbenton | carl_baldwin, tidwellr: yeah, i'm looking at that now | 22:20 |
carl_baldwin | kevinbenton: I didn’t want to do the same because pools can be so different from pool to pool. | 22:20 |
kevinbenton | carl_baldwin, tidwellr: so i see the issue with the neutron quota system is that its a limit of objects per tenant | 22:20 |
kevinbenton | and this needs objects per tenant per pool | 22:20 |
tidwellr | +1 carl_baldwin | 22:21 |
kevinbenton | objects per tenant within a scope | 22:21 |
carl_baldwin | The default for an RPC1918 pool wouldn’t make sense for a public routable pool of ipv4. | 22:21 |
*** harlowja_ has quit IRC | 22:21 | |
kevinbenton | carl_baldwin: definitely | 22:21 |
carl_baldwin | Basically, some pools may manage a very valuable resource whereas others manage a throw-away resource of the same “type" | 22:22 |
kevinbenton | yep, i got it now | 22:22 |
kevinbenton | so basically a config value doesn't cut it because we would need one for every pool | 22:22 |
carl_baldwin | kevinbenton: That was my thinking. | 22:23 |
kevinbenton | carl_baldwin, tidwellr: and the default default is None, right? | 22:25 |
kevinbenton | if that makes sense :) | 22:25 |
tidwellr | correct | 22:25 |
*** rotbeard has quit IRC | 22:25 | |
tidwellr | which means take as much prefix space as you like | 22:25 |
kevinbenton | ok, great. so that maintains current behavior | 22:25 |
tidwellr | in which case the backstop is the quota on the number of subnets a tenant can create | 22:26 |
*** harlowja has joined #openstack-neutron | 22:26 | |
*** oda-g has joined #openstack-neutron | 22:27 | |
*** ociuhandu has joined #openstack-neutron | 22:28 | |
*** carl_baldwin has quit IRC | 22:31 | |
*** carl_baldwin has joined #openstack-neutron | 22:32 | |
kevinbenton | amotoki: hey, i broke NEC unit tests | 22:33 |
kevinbenton | amotoki: with the floating ip status http://133.242.19.163:8000/neutron-ci-logs/unittest-with-neutron/2386/logs/testr_results.html.gz | 22:34 |
*** padkrish has joined #openstack-neutron | 22:35 | |
*** packet has quit IRC | 22:36 | |
*** aduarte has joined #openstack-neutron | 22:37 | |
*** tidwellr has left #openstack-neutron | 22:37 | |
*** annegentle has quit IRC | 22:38 | |
*** suresh12 has quit IRC | 22:39 | |
*** aepifanov has quit IRC | 22:40 | |
openstackgerrit | Andrew Boik proposed openstack/neutron: Allow only one IPv4 and one IPv6 fixed IP on router gateway port https://review.openstack.org/167784 | 22:40 |
openstackgerrit | Andrew Boik proposed openstack/neutron: Allow only one IPv4 and one IPv6 fixed IP on router gateway port https://review.openstack.org/167784 | 22:41 |
*** annegentle has joined #openstack-neutron | 22:41 | |
*** suresh12 has joined #openstack-neutron | 22:46 | |
*** devlaps has joined #openstack-neutron | 22:50 | |
*** packet has joined #openstack-neutron | 22:50 | |
*** salv-orlando has quit IRC | 22:51 | |
*** devlaps1 has joined #openstack-neutron | 22:53 | |
*** banix has joined #openstack-neutron | 22:53 | |
*** devlaps has quit IRC | 22:54 | |
*** devlaps1 has quit IRC | 22:54 | |
*** devlaps has joined #openstack-neutron | 22:55 | |
*** salv-orlando has joined #openstack-neutron | 22:59 | |
kevinbenton | amotoki: https://review.openstack.org/169549 | 22:59 |
*** flwang has quit IRC | 23:00 | |
openstackgerrit | Merged openstack/neutron: Simplify retargetable test framework https://review.openstack.org/167075 | 23:00 |
*** zhipeng has quit IRC | 23:04 | |
*** claudiub has quit IRC | 23:04 | |
*** dave-mccowan has quit IRC | 23:04 | |
*** baoli has quit IRC | 23:05 | |
openstackgerrit | Maru Newby proposed openstack/neutron: Move API tests to neutron.test.api https://review.openstack.org/167320 | 23:05 |
*** dboik_ has joined #openstack-neutron | 23:05 | |
*** thedodd has quit IRC | 23:07 | |
*** pritesh_ has joined #openstack-neutron | 23:07 | |
*** dboik has quit IRC | 23:08 | |
*** jaypipes has quit IRC | 23:09 | |
*** ijw has joined #openstack-neutron | 23:10 | |
*** ijw has quit IRC | 23:10 | |
*** pritesh has quit IRC | 23:10 | |
*** dboik_ has quit IRC | 23:10 | |
*** sbfox has quit IRC | 23:11 | |
*** pritesh_ has quit IRC | 23:11 | |
*** igordcard_ has quit IRC | 23:13 | |
*** annegentle has quit IRC | 23:13 | |
*** flwang has joined #openstack-neutron | 23:13 | |
*** ronis has quit IRC | 23:13 | |
*** dims_ has quit IRC | 23:14 | |
*** jamiem has quit IRC | 23:14 | |
*** Aish has quit IRC | 23:14 | |
*** xgerman has quit IRC | 23:15 | |
*** dims_ has joined #openstack-neutron | 23:17 | |
*** pritesh has joined #openstack-neutron | 23:17 | |
*** carl_baldwin has quit IRC | 23:20 | |
*** mwagner_lap has joined #openstack-neutron | 23:21 | |
*** Sukhdev has quit IRC | 23:22 | |
*** marun has quit IRC | 23:22 | |
*** julien_ZTE has joined #openstack-neutron | 23:22 | |
*** jaypipes has joined #openstack-neutron | 23:23 | |
*** hichihara has joined #openstack-neutron | 23:24 | |
*** bquan has quit IRC | 23:25 | |
*** yuanying has joined #openstack-neutron | 23:26 | |
*** aranjan has joined #openstack-neutron | 23:29 | |
*** catohornet has joined #openstack-neutron | 23:30 | |
*** melwitt has quit IRC | 23:30 | |
*** tongli has quit IRC | 23:30 | |
*** padkrish has quit IRC | 23:32 | |
*** padkrish has joined #openstack-neutron | 23:33 | |
amuller | Did anyone unstack && stack recently with fully updated devstack? I had a working setup, restacked, and now all of the services are getting rabbit errors | 23:33 |
*** padkrish_ has joined #openstack-neutron | 23:34 | |
*** padkrish has quit IRC | 23:37 | |
*** changbl has joined #openstack-neutron | 23:38 | |
*** zzzeek has quit IRC | 23:38 | |
*** achanda has quit IRC | 23:41 | |
openstackgerrit | Merged openstack/neutron: Subnet allocation from a subnet pool https://review.openstack.org/157597 | 23:41 |
*** signed8b_ is now known as signed8bit_ZZZzz | 23:45 | |
*** Marga_ has quit IRC | 23:47 | |
*** Marga_ has joined #openstack-neutron | 23:48 | |
*** marrusl has quit IRC | 23:48 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Remove auto deletion of routers in unit tests https://review.openstack.org/167056 | 23:49 |
*** dave-mccowan has joined #openstack-neutron | 23:50 | |
*** sridhar_ram has quit IRC | 23:51 | |
*** zhenq has quit IRC | 23:51 | |
*** zhhuabj has quit IRC | 23:51 | |
*** dannywilson has quit IRC | 23:54 | |
*** achanda has joined #openstack-neutron | 23:55 | |
*** smccully has quit IRC | 23:56 | |
*** smccully_ has quit IRC | 23:57 | |
*** julien_ZTE has quit IRC | 23:57 | |
openstackgerrit | pritesh proposed openstack/neutron: Moving VLAN Transparency support from core to extension https://review.openstack.org/169569 | 23:57 |
*** julien_ZTE has joined #openstack-neutron | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!