*** ijw has quit IRC | 00:03 | |
*** Jabadia has joined #openstack-neutron | 00:04 | |
*** ijw has joined #openstack-neutron | 00:04 | |
*** ekarlso- has joined #openstack-neutron | 00:04 | |
*** snowblind6 has quit IRC | 00:04 | |
*** markwash has joined #openstack-neutron | 00:06 | |
*** banix has quit IRC | 00:06 | |
*** ijw has quit IRC | 00:08 | |
*** Jabadia has quit IRC | 00:08 | |
*** aymenfrikha has quit IRC | 00:09 | |
*** yamahata has joined #openstack-neutron | 00:10 | |
*** marun has joined #openstack-neutron | 00:10 | |
*** sweston has quit IRC | 00:10 | |
*** matsuhashi has joined #openstack-neutron | 00:12 | |
*** marun has quit IRC | 00:15 | |
*** gdubreui has quit IRC | 00:15 | |
*** zzelle has quit IRC | 00:15 | |
*** alexpilotti has quit IRC | 00:15 | |
*** IanGovett has quit IRC | 00:16 | |
*** thuc has quit IRC | 00:18 | |
*** thuc has joined #openstack-neutron | 00:19 | |
*** thuc has quit IRC | 00:23 | |
*** jaypipes has quit IRC | 00:27 | |
*** chadix has joined #openstack-neutron | 00:29 | |
*** yamahata has quit IRC | 00:29 | |
*** carl_baldwin has quit IRC | 00:31 | |
*** jaypipes has joined #openstack-neutron | 00:32 | |
*** yamahata has joined #openstack-neutron | 00:33 | |
*** sweston has joined #openstack-neutron | 00:35 | |
*** WackoRobie has joined #openstack-neutron | 00:37 | |
*** thuc has joined #openstack-neutron | 00:39 | |
*** armax has joined #openstack-neutron | 00:40 | |
*** yamahata has quit IRC | 00:43 | |
*** simon-AS559 has joined #openstack-neutron | 00:45 | |
*** yamahata has joined #openstack-neutron | 00:48 | |
*** gdubreui has joined #openstack-neutron | 00:49 | |
*** simon-AS559 has quit IRC | 00:49 | |
*** ekarlso has quit IRC | 00:50 | |
*** iwamoto has joined #openstack-neutron | 00:57 | |
openstackgerrit | oda-g proposed a change to openstack/neutron: Enhance GET networks performance of metaplugin https://review.openstack.org/70060 | 00:58 |
---|---|---|
*** Jabadia has joined #openstack-neutron | 01:04 | |
*** Jabadia has quit IRC | 01:09 | |
*** thuc has quit IRC | 01:10 | |
*** thuc has joined #openstack-neutron | 01:10 | |
*** ijw has joined #openstack-neutron | 01:10 | |
*** otherwiseguy has joined #openstack-neutron | 01:12 | |
*** thuc has quit IRC | 01:14 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: Enables BigSwitch/Restproxy ML2 VLAN driver https://review.openstack.org/64944 | 01:15 |
*** ijw has quit IRC | 01:18 | |
humbolt | GRE or VLAN for openvswitch? What causes less trouble?! | 01:24 |
*** yfujioka has joined #openstack-neutron | 01:24 | |
*** mestery has joined #openstack-neutron | 01:25 | |
*** mestery has quit IRC | 01:26 | |
*** mestery has joined #openstack-neutron | 01:26 | |
markmcclain | humbolt: depends on your deployment | 01:27 |
humbolt | I just want to setup a simple 3 node system with the least amount of hassle. No special requirements just yet, just wanna see it work. | 01:28 |
*** marun has joined #openstack-neutron | 01:28 | |
humbolt | I am biting my teeth on VLAN ovs just now. | 01:28 |
humbolt | markmcclain: pretty hard to debug this with network namespaces turned on. I have no way to access my VMs other than through the network ... which does not seem to come up and even if it would, could not be accessed easily via ssh from one of my nodes. | 01:30 |
*** gdubreui has quit IRC | 01:31 | |
markmcclain | humbolt: you can also look up and exec a shell in the namespace | 01:33 |
markmcclain | on the node running the DHCP server | 01:33 |
*** marun has quit IRC | 01:33 | |
humbolt | how? | 01:33 |
markmcclain | on the network node | 01:33 |
markmcclain | ip netns list | 01:33 |
markmcclain | will give you a list of namespaces | 01:34 |
markmcclain | ip netns exec <namespace> bash | 01:34 |
markmcclain | sorry sudo ip netns exec <namespace> bash | 01:34 |
markmcclain | and then you'll be on the tenants network | 01:34 |
*** godara has quit IRC | 01:34 | |
humbolt | ok | 01:34 |
humbolt | I turned namespaces off now. | 01:35 |
humbolt | for now | 01:35 |
*** gdubreui has joined #openstack-neutron | 01:36 | |
humbolt | I am also confused about these physnetX settings. | 01:36 |
*** gdubreui has quit IRC | 01:36 | |
humbolt | 400-{u'NeutronError': {u'message': u'Invalid input for operation: Unknown provider:physical_network physnet1.', u'type': u'InvalidInput', u'detail': u''}} | 01:36 |
humbolt | why is that? | 01:36 |
openstackgerrit | Yuuichi Fujioka proposed a change to openstack/neutron: fix to allow setting ip address of floating ip https://review.openstack.org/70286 | 01:37 |
*** gdubreui has joined #openstack-neutron | 01:37 | |
markmcclain | what command are you running? | 01:37 |
humbolt | I got this network_vlan_ranges = physnet2:1000:2999 | 01:37 |
humbolt | and that bridge_mappings = physnet1:br-ex,physnet2:br-eth2 | 01:37 |
humbolt | neutron net-create ext-net -- --router:external=True --provider:network_type vlan --provider:physical_network physnet1 --provider:segmentation_id 2 | 01:37 |
humbolt | concerning that physnet stuff, what needs to be configured on the network/controller node and what on the compute node? | 01:39 |
humbolt | markmcclain: I am trying to follow this guide here: http://docs.openstack.org/admin-guide-cloud/content/ch_networking.html#under_the_hood_openvswitch_scenario1 | 01:43 |
*** simon-AS559 has joined #openstack-neutron | 01:45 | |
markmcclain | humbolt: have you properly declared the bridge mappings in the config file? | 01:46 |
markmcclain | also are you running OVS or ML2? | 01:46 |
*** shhu has left #openstack-neutron | 01:46 | |
*** mestery has quit IRC | 01:47 | |
humbolt | bridge_mappings = physnet1:br-ex,physnet2:br-eth2 | 01:48 |
humbolt | ovs | 01:48 |
*** clev has joined #openstack-neutron | 01:49 | |
markmcclain | when you get the 400 are there any errors in neutron server log? | 01:49 |
*** simon-AS559 has quit IRC | 01:50 | |
*** jecarey has joined #openstack-neutron | 01:50 | |
humbolt | InvalidInput: Invalid input for operation: Unknown provider:physical_network physnet1. | 01:51 |
humbolt | ergo the same as on the command line output | 01:51 |
humbolt | Skipping unknown group key: firewall_driver | 01:53 |
*** markmcclain1 has joined #openstack-neutron | 01:54 | |
*** markmcclain has quit IRC | 01:54 | |
*** WackoRobie has quit IRC | 01:56 | |
*** clev has quit IRC | 01:56 | |
*** markmcclain1 has quit IRC | 01:56 | |
humbolt | see you guys tomorrow. many thanks! | 01:57 |
*** clev has joined #openstack-neutron | 01:59 | |
*** banix has joined #openstack-neutron | 01:59 | |
*** nati_uen_ has joined #openstack-neutron | 01:59 | |
*** nati_uen_ has quit IRC | 01:59 | |
*** clev has quit IRC | 01:59 | |
*** sweston has quit IRC | 02:00 | |
*** nati_uen_ has joined #openstack-neutron | 02:00 | |
openstackgerrit | minsel proposed a change to openstack/neutron: Add XML capability to extra_DHCP_options extension (WORK IN PROGRESS) https://review.openstack.org/68544 | 02:00 |
*** markmcclain has joined #openstack-neutron | 02:01 | |
*** baoli has joined #openstack-neutron | 02:01 | |
*** gdubreui has quit IRC | 02:01 | |
*** nati_ueno has quit IRC | 02:02 | |
*** gdubreui has joined #openstack-neutron | 02:02 | |
*** gdubreui has quit IRC | 02:02 | |
*** gdubreui has joined #openstack-neutron | 02:03 | |
*** gdubreui has quit IRC | 02:03 | |
*** shivh has left #openstack-neutron | 02:03 | |
*** WackoRobie has joined #openstack-neutron | 02:04 | |
*** Jabadia has joined #openstack-neutron | 02:05 | |
*** clev has joined #openstack-neutron | 02:06 | |
*** gdubreui has joined #openstack-neutron | 02:06 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: Enables BigSwitch/Restproxy ML2 VLAN driver https://review.openstack.org/64944 | 02:07 |
*** Jabadia has quit IRC | 02:10 | |
*** rms_13 has joined #openstack-neutron | 02:10 | |
*** clev has quit IRC | 02:19 | |
*** WackoRobie has joined #openstack-neutron | 02:19 | |
iwamoto | link to the meeting log is dead. https://wiki.openstack.org/wiki/Meetings/Neutron-L3-Subteam | 02:19 |
*** gdubreui has joined #openstack-neutron | 02:24 | |
*** WackoRobie has quit IRC | 02:25 | |
*** WackoRobie has joined #openstack-neutron | 02:42 | |
*** WackoRobie has quit IRC | 02:44 | |
markmcclain | iwamoto: the team has not met yet | 02:45 |
markmcclain | they're still trying to select a convenient time for most contributors | 02:45 |
*** simon-AS559 has joined #openstack-neutron | 02:46 | |
iwamoto | markmcclain: i see. thanks. | 02:46 |
*** WackoRobie has joined #openstack-neutron | 02:46 | |
*** nati_ueno has joined #openstack-neutron | 02:48 | |
*** nati_ueno has quit IRC | 02:49 | |
*** nati_ueno has joined #openstack-neutron | 02:50 | |
*** simon-AS559 has quit IRC | 02:50 | |
*** nati_uen_ has quit IRC | 02:51 | |
*** markmcclain has quit IRC | 02:56 | |
*** aveiga has quit IRC | 02:56 | |
*** markwash has quit IRC | 02:59 | |
*** baoli has quit IRC | 03:01 | |
*** WackoRobie has quit IRC | 03:02 | |
*** dkehn_ has joined #openstack-neutron | 03:03 | |
*** clev has joined #openstack-neutron | 03:04 | |
rms_13 | I see that check-tempest-dsvm-neutron-pg and check-tempest-dsvm-neutron-isolated are consistently failing for last few neutron reviews (including mine). Can someone explain why? | 03:05 |
*** Jabadia has joined #openstack-neutron | 03:06 | |
*** armax has left #openstack-neutron | 03:07 | |
*** otherwiseguy has quit IRC | 03:07 | |
*** Jabadia has quit IRC | 03:10 | |
*** nati_ueno has quit IRC | 03:11 | |
*** nati_ueno has joined #openstack-neutron | 03:12 | |
*** nati_ueno has quit IRC | 03:13 | |
*** nati_ueno has joined #openstack-neutron | 03:13 | |
*** WackoRobie has joined #openstack-neutron | 03:13 | |
*** clev has quit IRC | 03:21 | |
*** WackoRobie has quit IRC | 03:23 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Rename/remove Nicira NVP references from VMware NSX unit tests https://review.openstack.org/70900 | 03:27 |
*** baoli has joined #openstack-neutron | 03:28 | |
*** clev has joined #openstack-neutron | 03:29 | |
*** clev has quit IRC | 03:29 | |
*** carl_baldwin has joined #openstack-neutron | 03:32 | |
*** emagana has quit IRC | 03:39 | |
*** jecarey has quit IRC | 03:41 | |
*** WackoRobie has joined #openstack-neutron | 03:45 | |
*** simon-AS559 has joined #openstack-neutron | 03:46 | |
*** WackoRobie has quit IRC | 03:46 | |
*** simon-AS559 has quit IRC | 03:50 | |
*** WackoRobie has joined #openstack-neutron | 03:51 | |
*** baoli has quit IRC | 03:53 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: BigSwitch: Add SSL Certificate Validation https://review.openstack.org/70906 | 03:53 |
*** carl_baldwin has quit IRC | 03:58 | |
*** otherwiseguy has joined #openstack-neutron | 03:59 | |
*** gizmoguy_ is now known as gizmoguy | 04:04 | |
*** Jabadia has joined #openstack-neutron | 04:07 | |
*** Jabadia has quit IRC | 04:10 | |
*** Jabadia has joined #openstack-neutron | 04:10 | |
*** carl_baldwin has joined #openstack-neutron | 04:10 | |
*** harlowja is now known as harlowja_away | 04:13 | |
*** carl_baldwin has quit IRC | 04:15 | |
*** Jabadia has quit IRC | 04:15 | |
*** harlowja_away is now known as harlowja | 04:15 | |
*** carl_baldwin has joined #openstack-neutron | 04:17 | |
openstackgerrit | oda-g proposed a change to openstack/neutron: Fix lack of extended port's attributes in Metaplugin https://review.openstack.org/70908 | 04:19 |
*** WackoRobie has quit IRC | 04:25 | |
*** AlexF has joined #openstack-neutron | 04:26 | |
*** dguitarbite has joined #openstack-neutron | 04:34 | |
*** AlexF has quit IRC | 04:37 | |
*** sweston has joined #openstack-neutron | 04:39 | |
sweston | has anybody here done an installation of neutron with the linux bridge agent recently? And then tried to use dhcp enabled namespaces with the cirros image? It looks like I am running into a bug with dnsmasq causing udp checksum errors on dhcp replies, which cause cirros to drop the dhcp reply packet. | 04:40 |
*** nati_ueno has quit IRC | 04:44 | |
*** simon-AS559 has joined #openstack-neutron | 04:46 | |
*** emagana has joined #openstack-neutron | 04:49 | |
*** simon-AS559 has quit IRC | 04:51 | |
*** emagana has quit IRC | 04:55 | |
*** thuc has joined #openstack-neutron | 04:58 | |
*** yfried has quit IRC | 05:01 | |
*** Jabadia has joined #openstack-neutron | 05:06 | |
openstackgerrit | Praneet Bachheti proposed a change to openstack/neutron: Juniper Contrail plug-in implementation for core resources https://review.openstack.org/43793 | 05:10 |
*** banix has quit IRC | 05:10 | |
*** Jabadia has quit IRC | 05:10 | |
*** dims has quit IRC | 05:11 | |
openstackgerrit | Praneet Bachheti proposed a change to openstack/neutron: Juniper Contrail plug-in implementation for core resources https://review.openstack.org/43793 | 05:11 |
*** dims has joined #openstack-neutron | 05:13 | |
*** itzikb has quit IRC | 05:17 | |
*** simon-AS559 has joined #openstack-neutron | 05:17 | |
*** thuc has quit IRC | 05:19 | |
*** thuc has joined #openstack-neutron | 05:19 | |
*** simon-AS559 has quit IRC | 05:21 | |
*** amotoki has joined #openstack-neutron | 05:22 | |
*** thuc has quit IRC | 05:23 | |
*** markmcclain has joined #openstack-neutron | 05:28 | |
*** irenab has joined #openstack-neutron | 05:34 | |
*** WackoRobie has joined #openstack-neutron | 05:35 | |
*** markwash has joined #openstack-neutron | 05:40 | |
*** WackoRobie has quit IRC | 05:40 | |
*** rwsu has quit IRC | 05:41 | |
*** carl_baldwin has quit IRC | 05:42 | |
*** AlexF has joined #openstack-neutron | 05:54 | |
*** Jabadia has joined #openstack-neutron | 05:54 | |
*** AlexF has quit IRC | 05:59 | |
*** AlexF has joined #openstack-neutron | 05:59 | |
*** markwash has quit IRC | 06:02 | |
*** AlexF has quit IRC | 06:04 | |
*** otherwiseguy has quit IRC | 06:05 | |
*** AlexF has joined #openstack-neutron | 06:08 | |
*** simon-AS559 has joined #openstack-neutron | 06:18 | |
*** bashok has joined #openstack-neutron | 06:19 | |
*** simon-AS5591 has joined #openstack-neutron | 06:21 | |
*** yfried has joined #openstack-neutron | 06:22 | |
*** simon-AS559 has quit IRC | 06:23 | |
openstackgerrit | Jenkins proposed a change to openstack/neutron: Imported Translations from Transifex https://review.openstack.org/66501 | 06:23 |
*** AlexF has quit IRC | 06:24 | |
*** otherwiseguy has joined #openstack-neutron | 06:28 | |
*** matsuhashi has quit IRC | 06:33 | |
*** matsuhashi has joined #openstack-neutron | 06:33 | |
*** salparadise has joined #openstack-neutron | 06:33 | |
*** sweston_ has joined #openstack-neutron | 06:34 | |
*** alex_klimov has joined #openstack-neutron | 06:35 | |
*** gmurphy_ has joined #openstack-neutron | 06:37 | |
*** dims has quit IRC | 06:38 | |
*** sweston has quit IRC | 06:38 | |
*** gdubreui has quit IRC | 06:38 | |
*** gmurphy has quit IRC | 06:38 | |
*** marios has quit IRC | 06:38 | |
*** salparad1se has quit IRC | 06:38 | |
*** tziOm has quit IRC | 06:38 | |
*** humbolt has quit IRC | 06:38 | |
*** mordred has quit IRC | 06:38 | |
*** matrohon has quit IRC | 06:38 | |
*** sweston_ is now known as sweston | 06:40 | |
*** sweston is now known as sweston_ | 06:40 | |
*** ykaneko has joined #openstack-neutron | 06:42 | |
*** amritanshu_RnD has joined #openstack-neutron | 06:42 | |
*** amritanshu_RnD is now known as Guest9317 | 06:43 | |
*** harlowja is now known as harlowja_away | 06:44 | |
*** tziOm has joined #openstack-neutron | 06:45 | |
*** skraynev_ is now known as skraynev | 06:50 | |
*** dguitarbite has quit IRC | 06:53 | |
*** mordred has joined #openstack-neutron | 06:54 | |
*** marios has joined #openstack-neutron | 07:00 | |
*** dims has joined #openstack-neutron | 07:08 | |
*** odyssey4me has joined #openstack-neutron | 07:08 | |
*** markmcclain has quit IRC | 07:10 | |
*** saju_m has joined #openstack-neutron | 07:12 | |
openstackgerrit | Ronak Shah proposed a change to openstack/neutron: Nuage Networks Plugin https://review.openstack.org/67272 | 07:23 |
*** yamahata has quit IRC | 07:23 | |
*** dguitarbite has joined #openstack-neutron | 07:28 | |
*** humbolt has joined #openstack-neutron | 07:28 | |
*** salparadise has quit IRC | 07:31 | |
*** otherwiseguy has quit IRC | 07:32 | |
*** AlexF has joined #openstack-neutron | 07:32 | |
odyssey4me | Good morning all. Is anyone around with a reasonable understanding of the Neutron database? I'd like to discuss the feasibility of doing a direct data migration of data from nova-network to quantum/neutron. For this I need to understand a little more about what the Neutron services will automatically populate and what constraints there may be. | 07:33 |
*** obondarev has joined #openstack-neutron | 07:34 | |
*** simon-AS5591 has quit IRC | 07:37 | |
*** simon-AS559 has joined #openstack-neutron | 07:37 | |
*** AlexF has quit IRC | 07:41 | |
*** simon-AS559 has quit IRC | 07:42 | |
*** rwsu has joined #openstack-neutron | 07:42 | |
*** rwsu has quit IRC | 07:51 | |
*** rwsu has joined #openstack-neutron | 07:53 | |
*** afazekas has joined #openstack-neutron | 08:01 | |
*** djoreilly has joined #openstack-neutron | 08:02 | |
*** bvandenh has joined #openstack-neutron | 08:04 | |
*** kruskakli has joined #openstack-neutron | 08:05 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: BigSwitch: Add SSL Certificate Validation https://review.openstack.org/70906 | 08:05 |
*** afazekas has quit IRC | 08:07 | |
*** jistr has joined #openstack-neutron | 08:11 | |
*** pasquier-s has joined #openstack-neutron | 08:12 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: BigSwitch: Add SSL Certificate Validation https://review.openstack.org/70906 | 08:18 |
*** afazekas has joined #openstack-neutron | 08:23 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: BigSwitch: Add SSL Certificate Validation https://review.openstack.org/70906 | 08:24 |
*** iwamoto has quit IRC | 08:31 | |
*** simon-AS559 has joined #openstack-neutron | 08:35 | |
*** simon-AS5591 has joined #openstack-neutron | 08:38 | |
*** simon-AS559 has quit IRC | 08:39 | |
*** amuller has joined #openstack-neutron | 08:42 | |
*** yamahata has joined #openstack-neutron | 08:43 | |
*** pradipta has joined #openstack-neutron | 08:43 | |
*** jgallard has joined #openstack-neutron | 08:46 | |
*** simon-AS5591 has quit IRC | 08:47 | |
*** ygbo has joined #openstack-neutron | 08:56 | |
*** jpich has joined #openstack-neutron | 08:56 | |
*** dguitarbite_ has joined #openstack-neutron | 08:57 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: BigSwitch: Add SSL Certificate Validation https://review.openstack.org/70906 | 09:01 |
*** safchain has joined #openstack-neutron | 09:01 | |
*** pradipta has quit IRC | 09:03 | |
*** jroovers has joined #openstack-neutron | 09:13 | |
*** safchain has quit IRC | 09:14 | |
bada | Hi guys, does anybody knows a better guide than this https://wiki.openstack.org/wiki/Neutron/LBaaS/HowToRun to configure LBAAS ? | 09:27 |
*** puck is now known as Guest22839 | 09:33 | |
*** safchain has joined #openstack-neutron | 09:41 | |
*** jorisroovers has joined #openstack-neutron | 09:41 | |
*** jroovers has quit IRC | 09:41 | |
*** rotbeard has joined #openstack-neutron | 09:48 | |
rotbeard | hi folks. I followed the red hat guide for installing openstack + neutron. now I got the error _Running without keystone AuthN requires that tenant_id is specified_ while trying to create a network. my auth_strategy is keystone of course. what could I try? | 09:49 |
*** matrohon has joined #openstack-neutron | 09:51 | |
*** sweston_ has quit IRC | 09:54 | |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Fix passing keystone token to neutronclient instance https://review.openstack.org/70178 | 09:54 |
rotbeard | I would be happy if my keystone will be under some load ;) but for now it seems that the auth_strategy directive isn't _used_ or something like that | 09:57 |
*** Guest22839 is now known as puck | 10:15 | |
*** zzelle has joined #openstack-neutron | 10:17 | |
*** yfujioka has quit IRC | 10:20 | |
*** jistr has quit IRC | 10:27 | |
*** jistr has joined #openstack-neutron | 10:50 | |
*** russellb has joined #openstack-neutron | 11:00 | |
*** pradipta has joined #openstack-neutron | 11:02 | |
*** jgallard has quit IRC | 11:29 | |
*** dguitarbite_ has quit IRC | 11:32 | |
*** dguitarbite has quit IRC | 11:32 | |
*** amotoki has quit IRC | 11:38 | |
*** amotoki has joined #openstack-neutron | 11:38 | |
openstackgerrit | Ralf Haferkamp proposed a change to openstack/neutron: Reassign IP to vlan interface when deleting a VLAN bridge https://review.openstack.org/58575 | 11:41 |
*** pcm has joined #openstack-neutron | 11:46 | |
*** pcm has quit IRC | 11:48 | |
*** pcm has joined #openstack-neutron | 11:48 | |
*** yamahata has quit IRC | 12:04 | |
jlibosva | jaypipes: Hi Jay | 12:05 |
*** yamahata has joined #openstack-neutron | 12:08 | |
*** rkukura has quit IRC | 12:10 | |
*** Jabadia has quit IRC | 12:15 | |
*** Jabadia has joined #openstack-neutron | 12:16 | |
*** Jabadia has quit IRC | 12:20 | |
*** bada_ has joined #openstack-neutron | 12:21 | |
*** bada has quit IRC | 12:25 | |
*** IanGovett has joined #openstack-neutron | 12:32 | |
*** matsuhashi has quit IRC | 12:36 | |
*** pradipta has quit IRC | 12:36 | |
*** matsuhashi has joined #openstack-neutron | 12:36 | |
*** yamahata has quit IRC | 12:37 | |
*** matsuhashi has quit IRC | 12:41 | |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: NSX: propagate network name changes to backend https://review.openstack.org/70968 | 12:44 |
enikanorov__ | salv-orlando: hi. noticed you are adding rechecks. has anything changed on nova side? | 12:45 |
salv-orlando | enikanorov__: https://review.openstack.org/#/c/70885 | 12:46 |
enikanorov__ | cool | 12:46 |
EmilienM | sounds like i have an issue when I want to db-sync on Havana > http://paste.openstack.org/show/pw0F9vzCgYbGvlLqgILm/ | 12:46 |
*** ilyashakhat has joined #openstack-neutron | 12:47 | |
*** yamahata has joined #openstack-neutron | 12:51 | |
*** baoli has joined #openstack-neutron | 12:56 | |
*** yfried has quit IRC | 12:58 | |
*** jgallard has joined #openstack-neutron | 12:58 | |
*** markmcclain has joined #openstack-neutron | 12:59 | |
*** yamahata has quit IRC | 13:03 | |
*** Jabadia has joined #openstack-neutron | 13:05 | |
*** yamahata has joined #openstack-neutron | 13:07 | |
*** AlexF has joined #openstack-neutron | 13:08 | |
tellesnobrega | hi, is there interest to include the domain concept in neutron? | 13:12 |
*** yfried has joined #openstack-neutron | 13:14 | |
*** ykaneko has quit IRC | 13:15 | |
humbolt | I somehow produced a nice routing loop with neutron. My provider had to disable my uplink port. Ah my. | 13:15 |
*** alexpilotti has joined #openstack-neutron | 13:18 | |
humbolt | The bridges neutron/openvswitch need are usually setup by themselves. Do I cause any trouble, if I set these bridges up in /etc/network/interfaces? I need an IP on there, how else should I do that?! | 13:19 |
*** aveiga has joined #openstack-neutron | 13:21 | |
humbolt | Is anybody interested in setting up neutron from me on contractual basis? | 13:22 |
humbolt | This is taking me way to long. | 13:22 |
openstackgerrit | Jakub Libosvar proposed a change to openstack/neutron: Metadata agent caches networks for routers https://review.openstack.org/70689 | 13:26 |
markmcclain | tellesnobrega: domain as in active directory? or DNS? | 13:26 |
*** yamahata has quit IRC | 13:26 | |
*** metral has joined #openstack-neutron | 13:27 | |
*** annegentle has joined #openstack-neutron | 13:27 | |
tellesnobrega | markmcclain: active directory, like the ones in keystone | 13:27 |
*** pvo has joined #openstack-neutron | 13:27 | |
markmcclain | tellesnobrega: I'm not sure there will be much traction to add AD like features to Neutron right now | 13:30 |
markmcclain | might have to build up a community of interested people and sketch out what items we'd have to build/integrate with | 13:30 |
markmcclain | humbolt: you can setup the bridges in the config files | 13:31 |
markmcclain | humbolt: sorry that it is taking so long | 13:31 |
*** yamahata has joined #openstack-neutron | 13:32 | |
markmcclain | this channel is primarily focused on upstream development and you're more likely to get faster answers on the main openstack mailing list or on ask.openstack.org | 13:32 |
humbolt | markmcclain: so I do not need to expect problems with namespacing, when they are setup in the config files?! | 13:32 |
markmcclain | if also makes the answers more easily viewable and searchable by others | 13:32 |
*** rkukura has joined #openstack-neutron | 13:33 | |
*** rkukura is now known as rkukura_ | 13:33 | |
markmcclain | the bridges should not need to run in namespaces | 13:33 |
markmcclain | namespaces are used to isolate the tenant networks | 13:35 |
*** saju_m has quit IRC | 13:41 | |
*** itzikb has joined #openstack-neutron | 13:43 | |
*** itzikb has quit IRC | 13:43 | |
*** jprovazn has joined #openstack-neutron | 13:44 | |
*** ekarlso- has quit IRC | 13:45 | |
*** ekarlso has joined #openstack-neutron | 13:45 | |
*** yamahata has quit IRC | 13:46 | |
humbolt | markmcclain: can I connect br-ex (public network) to a vlan interface instead of a physical interface either? | 13:47 |
sc68cal | humbolt: typically you add an interface to br-ex that is trunked | 13:49 |
sc68cal | so that tenant vlans function properly | 13:50 |
*** itzikb has joined #openstack-neutron | 13:50 | |
*** yamahata has joined #openstack-neutron | 13:50 | |
*** pasquier-s_ has joined #openstack-neutron | 13:51 | |
humbolt | sc68cal: but shouldn't tenant vlans flow through the data interface not the public interface?! | 13:52 |
humbolt | sc68cal: I caused some L2 switching loop tonight, still don't know how. | 13:53 |
sc68cal | not sure what you mean by the data interface | 13:53 |
sc68cal | in our deployments we have two interfaces on the box, one used for the API calls and cluster management, then another interface that is added to br-ex for VM traffic | 13:54 |
*** aymenfrikha has joined #openstack-neutron | 13:54 | |
sc68cal | the interface that is added to br-ex is trunked up to the switch, so that tenant vlan tags function correctly | 13:54 |
openstackgerrit | Jakub Libosvar proposed a change to openstack/neutron: Metadata agent caches networks for routers https://review.openstack.org/70689 | 13:55 |
*** yamahata has quit IRC | 13:55 | |
*** rossella_s has joined #openstack-neutron | 13:56 | |
humbolt | sc68cal: I understand. However the docs I read suggested to have a public interface (br-ext) to connect to the internet, a data interface (e.g. br-eth2) which carries the tenant vlans and a management interface to talk to the openstack services. | 13:59 |
*** yamahata has joined #openstack-neutron | 13:59 | |
sc68cal | humbolt: let's talk after the ipv6 meetin | 14:00 |
humbolt | sc68cal: which starts right now? | 14:00 |
sc68cal | yes | 14:01 |
humbolt | sc68cal: alright | 14:01 |
*** yfried has quit IRC | 14:03 | |
*** dims has quit IRC | 14:03 | |
*** shshang has joined #openstack-neutron | 14:06 | |
*** beagles is now known as beagles_brb | 14:06 | |
*** tongli has joined #openstack-neutron | 14:07 | |
*** chadix has quit IRC | 14:12 | |
*** markmcclain has quit IRC | 14:15 | |
*** sweston has joined #openstack-neutron | 14:16 | |
*** yamahata has quit IRC | 14:18 | |
*** yamahata has joined #openstack-neutron | 14:19 | |
*** thuc has joined #openstack-neutron | 14:20 | |
*** humbolt has quit IRC | 14:22 | |
*** humbolt has joined #openstack-neutron | 14:23 | |
*** changbl has quit IRC | 14:23 | |
odyssey4me | Good morning all. Is anyone around with a reasonable understanding of the Neutron database? I'd like to discuss the feasibility of doing a direct data migration of data from nova-network to quantum/neutron. For this I need to understand a little more about what the Neutron services will automatically populate and what constraints there may be. | 14:33 |
*** jorisroovers has quit IRC | 14:33 | |
*** MM_at_HP has joined #openstack-neutron | 14:33 | |
*** amotoki has quit IRC | 14:35 | |
*** WackoRobie has joined #openstack-neutron | 14:36 | |
*** IanGovett has quit IRC | 14:38 | |
*** thuc has quit IRC | 14:39 | |
*** thuc has joined #openstack-neutron | 14:40 | |
*** banix has joined #openstack-neutron | 14:41 | |
*** peristeri has joined #openstack-neutron | 14:44 | |
*** thuc has quit IRC | 14:44 | |
*** irenab has quit IRC | 14:47 | |
*** armax has joined #openstack-neutron | 14:50 | |
*** mflobo_ has quit IRC | 14:52 | |
*** jecarey has joined #openstack-neutron | 14:53 | |
*** WackoRobie has quit IRC | 14:56 | |
*** Jabadia has quit IRC | 14:57 | |
*** Jabadia has joined #openstack-neutron | 14:57 | |
*** aveiga has quit IRC | 14:59 | |
*** shshang has quit IRC | 15:00 | |
*** crAzyli0n has joined #openstack-neutron | 15:01 | |
*** Jabadia has quit IRC | 15:03 | |
*** crAzyli0n has quit IRC | 15:03 | |
*** clev has joined #openstack-neutron | 15:04 | |
*** Jabadia has joined #openstack-neutron | 15:05 | |
*** matrohon has quit IRC | 15:05 | |
*** clev has quit IRC | 15:07 | |
*** clev has joined #openstack-neutron | 15:08 | |
*** sweston has quit IRC | 15:10 | |
*** Jabadia has quit IRC | 15:17 | |
*** AlexF has quit IRC | 15:17 | |
*** Jabadia has joined #openstack-neutron | 15:17 | |
*** IanGovett has joined #openstack-neutron | 15:18 | |
*** IanGovett1 has joined #openstack-neutron | 15:20 | |
openstackgerrit | Jason Walker proposed a change to openstack/neutron: Add 2-leg configuration to Radware LBaaS Driver https://review.openstack.org/69009 | 15:20 |
*** Jabadia has quit IRC | 15:22 | |
openstackgerrit | Youcef Laribi proposed a change to openstack/neutron: Implements an LBaaS driver for NetScaler devices https://review.openstack.org/57524 | 15:22 |
*** jistr has quit IRC | 15:23 | |
*** IanGovett has quit IRC | 15:23 | |
*** jistr has joined #openstack-neutron | 15:23 | |
jaypipes | jlibosva: hi! | 15:27 |
jlibosva | jaypipes: hi, thanks for comments on https://review.openstack.org/#/c/70689/ - I wanted to ask about the DHCP thing | 15:28 |
*** Guest9317 has quit IRC | 15:31 | |
jaypipes | jlibosva: absolutely, what's up? :) | 15:31 |
humbolt | I do not understand the difference between openvswitch bridges (setup via ovs-vsctl add-br) and bridges setup via brctl addbr. Why do they not show up on each others list / show commands? | 15:32 |
humbolt | sc68cal: are you around again? | 15:33 |
*** jgrimm_ has joined #openstack-neutron | 15:35 | |
jaypipes | jlibosva: ? | 15:36 |
jaypipes | jlibosva: did you want to ask me about my request to separate the two patches? | 15:36 |
*** n0star has joined #openstack-neutron | 15:36 | |
jlibosva | jaypipes: mostly what is the caching of dhcp requests. I'm missing something, I don't know where do you see this thing :) | 15:37 |
pcm | enikanorov__: ping | 15:38 |
ihrachys | jlibosva: metadata-agent does not have anything to do with dhcp requests. :) | 15:39 |
ihrachys | jlibosva: should be some error | 15:39 |
jaypipes | jlibosva: LOL. not sure why I wrote DHCP requests :) I meant the caching of the *metadata* requests | 15:39 |
*** zzelle has quit IRC | 15:40 | |
*** zzelle has joined #openstack-neutron | 15:40 | |
jaypipes | jlibosva: probably because I was reviewing a different patch with DHCP stuff at the same time. Sorry! I should do only one thing at a time ;) | 15:40 |
jaypipes | jlibosva: my point was to separate out into two patches the caching of the *client* from the caching of the *metadata requests* (router networks, ports, etc) | 15:41 |
jaypipes | jlibosva: that way we can benchmark the performance impact of the keystone-related client caching from the metadata-agent-related metadata caching. | 15:41 |
jaypipes | jlibosva: does that make more sense? | 15:41 |
jlibosva | jaypipes: aaah, you mean that part "if self._nclient is None"? | 15:42 |
jaypipes | yes! | 15:42 |
jaypipes | that's right. | 15:42 |
jlibosva | jaypipes: now I got it. I don't consider it as a "caching" of client | 15:42 |
jlibosva | jaypipes: it's just a fix that doesn't create a new object every time metadata-agent tries to communicate with neutron-server | 15:42 |
jlibosva | jaypipes: but anyway. yeah, I can separate that | 15:43 |
jaypipes | jlibosva: well, it sure is a caching of the client :) because without that change, the metadata agent will request a new keystone token for every call is makes to _get_neutron_client. | 15:43 |
jlibosva | jaypipes: thanks for explanation :) | 15:43 |
jlibosva | jaypipes: it won't because it caches the token to auth_info | 15:43 |
ihrachys | jlibosva: now that we have that 'caching', do we need to store 'auth_info' at all? | 15:44 |
*** otherwiseguy has joined #openstack-neutron | 15:44 | |
openstackgerrit | Youcef Laribi proposed a change to openstack/neutron: Implements an LBaaS driver for NetScaler devices https://review.openstack.org/57524 | 15:44 |
*** banix has quit IRC | 15:45 | |
jlibosva | ihrachys: I think so. The cache should have small ttl while token expiration time is probably higher | 15:45 |
jaypipes | jlibosva: ah, I see that now... OK, yes, there won't be nearly as much performance improvement... OK, let me remove that comment. Apologies. | 15:45 |
ihrachys | ihrachys: I mean, client 'caching', not metadata one | 15:46 |
jaypipes | jlibosva: sorry, I didn't catch the use of self.auth_info.get('auth_token')... | 15:46 |
ihrachys | ow, self-post ftw! obviously to jlibosva :) | 15:46 |
jlibosva | jaypipes: you were sort of right. There is another patch that improves Keystone communication: https://review.openstack.org/#/c/70178/ | 15:47 |
jlibosva | ihrachys: I understand. I'm saying that client might have cache miss and communicate with neutron-server | 15:47 |
jaypipes | jlibosva: LOL, ok then! good to know! :) | 15:47 |
*** amuller has quit IRC | 15:47 | |
jaypipes | jlibosva: ty for enlightening me :) | 15:47 |
jlibosva | jaypipes: thanks for cooperation :) | 15:48 |
jaypipes | jlibosva: +1 review from me. | 15:49 |
jlibosva | jaypipes: thx | 15:50 |
jaypipes | same for ihrachys's patch :) | 15:50 |
*** jprovazn is now known as jprovazn_afk | 15:51 | |
jaypipes | sorry for the noise, guys! | 15:51 |
ihrachys | jaypipes: great, just wanted to ask you to review it, too late :D | 15:51 |
* jaypipes still learning here | 15:51 | |
*** beagles_brb is now known as beagles | 15:51 | |
*** amotoki has joined #openstack-neutron | 15:53 | |
*** alex_klimov has quit IRC | 15:53 | |
*** sweston has joined #openstack-neutron | 16:01 | |
*** carl_baldwin has joined #openstack-neutron | 16:03 | |
* MM_at_HP says " Un-leash the dogs". FINALLY!! http://chrome.blogspot.com/2014/02/chromecast-is-now-open-to-developers.html | 16:05 | |
pcm | Hi all! Having problems putting out some code to Gerrit. can anyone advise? | 16:11 |
*** emagana has joined #openstack-neutron | 16:13 | |
*** doude has joined #openstack-neutron | 16:14 | |
*** doude has quit IRC | 16:14 | |
*** doude has joined #openstack-neutron | 16:16 | |
*** banix has joined #openstack-neutron | 16:16 | |
*** bashok has quit IRC | 16:18 | |
*** sweston has quit IRC | 16:19 | |
*** sbalukoff has quit IRC | 16:22 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Rename Neutron core/service plugins for VMware NSX https://review.openstack.org/70858 | 16:23 |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Rename/remove Nicira NVP references from VMware NSX unit tests https://review.openstack.org/70900 | 16:24 |
*** rkukura_ has quit IRC | 16:24 | |
*** rkukura has joined #openstack-neutron | 16:25 | |
*** emagana has quit IRC | 16:26 | |
*** Jabadia has joined #openstack-neutron | 16:28 | |
*** baoli has quit IRC | 16:28 | |
pcm | Anyone able to answer some questions about pushing WIP code to Gerrit? Having issues. | 16:30 |
*** emagana has joined #openstack-neutron | 16:31 | |
*** banix has quit IRC | 16:32 | |
*** banix has joined #openstack-neutron | 16:33 | |
*** Jabadia has quit IRC | 16:33 | |
*** matrohon has joined #openstack-neutron | 16:34 | |
jpich | pcm: Perhaps you could give more information on the problem you're currently seeing? | 16:34 |
*** itzikb has quit IRC | 16:34 | |
ihrachys | pcm: push simple patch, then mark as WIP from inside gerrit | 16:34 |
pcm | jpich: ihrachys: It's a problem with 'git review' failing. | 16:38 |
pcm | I have a branch updated from master a few weeks ago, with a bunch of commits as I develop. | 16:38 |
pcm | I checked out master, updated to latest. | 16:39 |
*** thuc has joined #openstack-neutron | 16:39 | |
pcm | Then, I created a new branch, based on master and did a merge --squash of my dev branch. | 16:39 |
pcm | So, I have a branch that is up to date with master, and has one commit on it. | 16:39 |
pcm | I do 'git review' and I get messages about conflicts to resolve. | 16:40 |
*** thuc_ has joined #openstack-neutron | 16:40 | |
pcm | Wasn't expecting that. In addition not sure how to resolve some of the conflicts (which are not in files I changed for the patch). | 16:40 |
pcm | Sort of confused... | 16:40 |
pcm | jpich: ihrachys: any ideas? | 16:41 |
*** baoli has joined #openstack-neutron | 16:41 | |
*** banix has quit IRC | 16:41 | |
*** emagana has quit IRC | 16:41 | |
*** markwash has joined #openstack-neutron | 16:41 | |
amotoki | pcm: is the parent commit of your patch in master? | 16:41 |
pcm | This is the commit before mine: | 16:42 |
pcm | ba12cc8 (6 days ago) <Jenkins> (origin/master, origin/HEAD, gerrit/master, master) Merge "Fix the migration adding a UC to agents table" | 16:42 |
*** markmcclain has joined #openstack-neutron | 16:42 | |
*** thuc has quit IRC | 16:43 | |
*** rotbeard has quit IRC | 16:44 | |
amotoki | It looks good. | 16:44 |
*** mlavalle has joined #openstack-neutron | 16:44 | |
pcm | Ah I'm wondering if my remote is wrong? | 16:45 |
pcm | Errors running git rebase -i remotes/gerrit/stable/havana | 16:46 |
pcm | error: could not apply 1d2c3ec... Open Icehouse development | 16:46 |
*** SumitNaiksatam has joined #openstack-neutron | 16:46 | |
pcm | do I need to do something to the remote to update for icehouse, or is this correct? | 16:46 |
*** feleouet has joined #openstack-neutron | 16:47 | |
amotoki | are you creating a patch for stable/havana? | 16:47 |
*** ijw has joined #openstack-neutron | 16:47 | |
*** jistr has quit IRC | 16:47 | |
pcm | No. this will be for I-3. | 16:48 |
pcm | Is my environment out of date? | 16:48 |
amotoki | i wonder why you need to rebase -i gerrit/stable/havana.... | 16:48 |
pcm | Here is my remote setup http://paste.openstack.org/show/62460/ | 16:48 |
pcm | I've had this setup for a while. | 16:49 |
*** marun has joined #openstack-neutron | 16:50 | |
amotoki | it looks no problem. one suggestion is to generate a diff of your patch, recreate a fresh branch from master and then apply your patch. | 16:51 |
*** mestery has joined #openstack-neutron | 16:51 | |
*** mestery has quit IRC | 16:51 | |
*** AlexF has joined #openstack-neutron | 16:51 | |
amotoki | it may solve your problem. In addition, i suggest to run "git remote update gerrit" too. | 16:52 |
pcm | amotoki: OK. I can try that. This was is turning out horrid. It goes from conflict to conflict (5+) | 16:52 |
amotoki | it sounds a tough work :-( | 16:52 |
*** itzikb has joined #openstack-neutron | 16:52 | |
*** mestery has joined #openstack-neutron | 16:53 | |
*** ijw has quit IRC | 16:53 | |
*** ijw has joined #openstack-neutron | 16:54 | |
*** ijw has quit IRC | 16:54 | |
*** thedodd has joined #openstack-neutron | 16:54 | |
*** pcm has quit IRC | 16:55 | |
*** afazekas has quit IRC | 16:55 | |
marun | humbolt: I'm guessing you meant 'cutting' your teeth? | 16:55 |
*** pcm_ has joined #openstack-neutron | 16:55 | |
*** n0star has quit IRC | 16:57 | |
pcm_ | amotoki: I did a 'git diff -u master' and have the diffs, but patch says only garbage in input? | 16:59 |
*** sweston has joined #openstack-neutron | 17:00 | |
*** AlexF has quit IRC | 17:00 | |
HenryG | pcm_: Use 'git apply' not patch to apply a git diff | 17:01 |
pcm_ | HenryG: Thanks. | 17:01 |
humbolt | marun: if that is the expression in english, yes, then I am cutting my teeth. | 17:02 |
marun | humbolt: yes, that is the expression. | 17:02 |
*** mestery has quit IRC | 17:02 | |
pcm_ | HenryG: Any options needed on the diff or apply? | 17:03 |
humbolt | How do I make ovs-br interfaces come up at start with eventual IP configs set in /etc/net/interfaces? | 17:03 |
HenryG | pcm_: shouldn't need any | 17:03 |
*** mestery has joined #openstack-neutron | 17:03 | |
pcm_ | HenryG: fatal: unrecognized input | 17:04 |
HenryG | pcm_: make sure no color options are enabled | 17:04 |
HenryG | pcm_: check your ~/.gitconfig | 17:05 |
*** mestery has quit IRC | 17:05 | |
HenryG | pcm_: If it has [color] ui = always | 17:06 |
*** mestery has joined #openstack-neutron | 17:06 | |
HenryG | pcm_: Change it to [color] ui = auto | 17:06 |
pcm_ | HenryG: Yeah damn color is on. | 17:06 |
*** bvandenh has quit IRC | 17:06 | |
*** lazzari has joined #openstack-neutron | 17:07 | |
pcm_ | HenryG: Found I could do 'git diff --no-color...' | 17:07 |
*** banix has joined #openstack-neutron | 17:08 | |
amotoki | pcm_: the other way is to apply your patch by using "patch" command instead of "git apply" and then "git commit". | 17:08 |
*** mestery_ has joined #openstack-neutron | 17:10 | |
pcm_ | Yeah, I did git diff, and then patch. Issue was the colorizing of diff output on my machine. | 17:10 |
lazzari | Hi folks, in the network tab of lauch instance dialog, I can see that the public network is listed. Apparently this is correct because https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/neutron.py#L444 returns public networks. How can I list only non-public interfaces when lauching instances? Is there a special parameter that I need to set when creating networks? | 17:10 |
pcm_ | amotoki: In the .gitreview file, what should be the defaultbranch? | 17:10 |
pcm_ | I have stable/havana right now (wondering if that is the issue) | 17:11 |
*** mestery_ has quit IRC | 17:11 | |
amotoki | pcm_: .gitreview in master branch does not have such entry. | 17:11 |
*** mestery has quit IRC | 17:11 | |
pcm_ | This came over in my patch | 17:11 |
*** mestery has joined #openstack-neutron | 17:12 | |
pcm_ | has host, port, project, and defaultbranch, of which is set to stable/havana | 17:12 |
enikanorov__ | pcm_: pong | 17:12 |
amotoki | that is the cause! | 17:12 |
pcm_ | enikanorov__: Hi | 17:12 |
enikanorov__ | hi! | 17:12 |
pcm_ | enikanorov__: Trying to get a patch out in gerrit... struggling this morning... | 17:13 |
*** jroovers has joined #openstack-neutron | 17:13 | |
pcm_ | amotoki: What should that be set to, or should I delete the file and have it regenerate? | 17:13 |
enikanorov__ | pcm_: ok, l | 17:14 |
enikanorov__ | et me know | 17:14 |
*** sweston has quit IRC | 17:14 | |
pcm_ | enikanorov__: Trying to get 'git review' working. As soon as I do, I can let you know and maybe you can peek at the diffs? | 17:15 |
amotoki | pcm_: i think it is okay to simply remove defaultbranch. If it doesn't wokr, set defaultbranch=master. | 17:15 |
pcm_ | amotoki: Will try... | 17:15 |
* pcm_ fingers and toes crossed | 17:15 | |
*** jroovers has quit IRC | 17:18 | |
marun | carl_baldwin: ping | 17:19 |
carl_baldwin | marun: pong | 17:19 |
marun | carl_baldwin: Hi Carl | 17:19 |
carl_baldwin | Good morning. | 17:19 |
marun | carl_baldwin: Regarding the api_workers patch, how have you been tuning the eventlet connection pool? | 17:20 |
marun | carl_baldwin: Stress tests against multiple api workers can easily blow through the maximum number of mysql connections (defaults to 100). | 17:21 |
*** AlexF has joined #openstack-neutron | 17:21 | |
*** jroovers has joined #openstack-neutron | 17:21 | |
marun | carl_baldwin: I'm thinking there needs to be docs to reflect the need to change the defaults if multiple api workers are used. | 17:21 |
marun | carl_baldwin: Either that, or dynamically change the defaults per-worker (configured defaults / number of workers). | 17:21 |
carl_baldwin | Let me take a look and see what we've done with that. | 17:21 |
marun | carl_baldwin: what do you think? | 17:21 |
marun | carl_baldwin: cool | 17:22 |
carl_baldwin | Are you referring to the number of connections in the pool held by each worker? Shouldn't each worker have an independent pool? | 17:22 |
openstackgerrit | Paul Michali proposed a change to openstack/neutron: (WIP) VPNaaS vendor plugin - PLEASE DO NOT REVIEW https://review.openstack.org/71037 | 17:23 |
*** salv-orlando has quit IRC | 17:23 | |
pcm_ | amotoki: HenryG: Thanks! Looks like I was able to get the patch out. Appears to be an issue with the defaultbranch. | 17:24 |
carl_baldwin | marun: That is not to say that we have not had to increase the pool size... | 17:24 |
*** sweston has joined #openstack-neutron | 17:24 | |
amotoki | pcm_: nice. | 17:25 |
*** salv-orlando has joined #openstack-neutron | 17:26 | |
marun | carl_baldwin: It's not so much a matter of increasing the pool size as either reducing it or increasing the maximum number of mysql connections. | 17:26 |
pcm_ | enikanorov__: ping | 17:26 |
marun | carl_baldwin: otherwise a sufficiently high rate of vm boot will generate so many connections from each worker so as to exceed the maximum number of mysql connections | 17:26 |
*** jlibosva has quit IRC | 17:26 | |
enikanorov__ | i'm here | 17:26 |
carl_baldwin | marun: I see, so it is the maximum number of connections that is getting blown through. | 17:26 |
marun | carl_baldwin: so if you haven't changed the per-worker pool, do you know what the max number of connections is on the mysql instance(s) you are using? | 17:27 |
marun | carl_baldwin: (this might only be an issue for devstack, since a production deployment will have presumably have db people configuring mysql to be sane) | 17:27 |
carl_baldwin | I don't know about the mysql instance off-hand but I can look. I'm certain that it has been tuned up. | 17:27 |
carl_baldwin | I don't see that we've tuned the pool size. | 17:28 |
*** pradipta has joined #openstack-neutron | 17:28 | |
marun | carl_baldwin: ok, makes sense. | 17:28 |
marun | carl_baldwin: Are there any docs regarding the api_workers option yet? | 17:28 |
enikanorov__ | pcm_: checking out the code | 17:28 |
pcm_ | enikanorov__: Thanks! | 17:28 |
carl_baldwin | marun: Do you know off-hand what the default is in devstack? | 17:28 |
enikanorov__ | pcm_: which test i need to run to trigge the issue? | 17:29 |
* pcm_ smiling after getting over the hurdle of pushing this out | 17:29 | |
annegentle | carl_baldwin: http://docs.openstack.org/trunk/config-reference/content/section_networking-options-reference.html | 17:29 |
annegentle | carl_baldwin: default appears to be 0 but I don't know if devstack would set it | 17:29 |
marun | carl_baldwin: the default for mysql appears to be 100 connections and devstack leaves this alone | 17:29 |
pcm_ | enikanorov__: Whoops. Had that in the original commit message, but it isn't in this one. | 17:29 |
pcm_ | enikanorov__: tox -e py27 -v -- tests.unit.services.vpn.device_drivers | 17:30 |
pcm_ | enikanorov__: tox -e py27 -v -- tests.unit.services.vpn.service_drivers | 17:30 |
pcm_ | Sorry second one. | 17:30 |
enikanorov__ | ok | 17:30 |
pcm_ | enikanorov__: Device driver code isn't in this patch (and not needed for this issue) | 17:30 |
carl_baldwin | Yes, that is too small. We should say something in the docs about tuning the max connections up and/or tuning the pool size down. | 17:31 |
*** AlexF has quit IRC | 17:31 | |
*** godara has joined #openstack-neutron | 17:33 | |
*** mestery_ has joined #openstack-neutron | 17:34 | |
carl_baldwin | marun: It will depend on various scale factors but maybe we can come up with a formula for setting max connections based on the number of workers. This, of course, assumes that they've tuned the number of workers using some other as yet unspecified algorithm based on their scale needs. | 17:34 |
*** amotoki has quit IRC | 17:34 | |
carl_baldwin | marun: Our max connections is set up in the thousands but our number is based on our needs. | 17:35 |
marun | carl_baldwin: good info, thank you! | 17:35 |
carl_baldwin | Happy to help. | 17:36 |
*** AlexF has joined #openstack-neutron | 17:36 | |
carl_baldwin | marun: Other servers would need to be considered if they are sharing the mysql instance like in devstack. | 17:37 |
*** mestery has quit IRC | 17:38 | |
marun | carl_baldwin: right | 17:39 |
*** AlexF has quit IRC | 17:44 | |
*** sbalukoff has joined #openstack-neutron | 17:45 | |
*** dsockwel1 has joined #openstack-neutron | 17:45 | |
*** cgoncalves has quit IRC | 17:46 | |
*** dsockwell has quit IRC | 17:46 | |
*** cgoncalves has joined #openstack-neutron | 17:48 | |
*** cgoncalves has joined #openstack-neutron | 17:48 | |
*** otherwiseguy has quit IRC | 17:49 | |
*** tellesnobrega has left #openstack-neutron | 17:49 | |
*** sweston has quit IRC | 17:50 | |
*** sweston has joined #openstack-neutron | 17:51 | |
*** AlexF has joined #openstack-neutron | 17:51 | |
*** clev has quit IRC | 17:53 | |
*** salv-orlando_ has joined #openstack-neutron | 17:54 | |
*** jgallard has quit IRC | 17:54 | |
*** sweston has quit IRC | 17:55 | |
*** salv-orlando_ has quit IRC | 17:56 | |
*** salv-orlando_ has joined #openstack-neutron | 17:57 | |
*** salv-orlando has quit IRC | 17:57 | |
*** salv-orlando_ is now known as salv-orlando | 17:57 | |
*** harlowja_away is now known as harlowja | 17:59 | |
*** AlexF has quit IRC | 17:59 | |
*** lazzari has quit IRC | 18:01 | |
*** amuller has joined #openstack-neutron | 18:01 | |
*** morganfainberg_Z is now known as morganfainberg | 18:01 | |
*** nati_ueno has joined #openstack-neutron | 18:04 | |
*** otherwiseguy has joined #openstack-neutron | 18:05 | |
*** jlibosva has joined #openstack-neutron | 18:05 | |
*** Jabadia has joined #openstack-neutron | 18:07 | |
*** Jabadia has quit IRC | 18:07 | |
*** Jabadia has joined #openstack-neutron | 18:07 | |
*** itzikb has quit IRC | 18:10 | |
*** itzikb has joined #openstack-neutron | 18:10 | |
openstackgerrit | Sylvain Afchain proposed a change to openstack/neutron: Add L3 VRRP HA base classes https://review.openstack.org/64553 | 18:12 |
enikanorov__ | pcm: | 18:19 |
enikanorov__ | from neutron.db import api as dbapi | 18:19 |
pcm_ | enikanorov__: Yes | 18:19 |
enikanorov__ | def setUp(self): | 18:19 |
enikanorov__ | ... | 18:19 |
enikanorov__ | dbapi.configure_db() | 18:19 |
enikanorov__ | that should be in your test | 18:20 |
pcm_ | Does that create the database then? | 18:20 |
enikanorov__ | that creates all tables | 18:20 |
pcm_ | the missing piece | 18:21 |
pcm_ | thanks! | 18:21 |
pcm_ | If you have any comments on the migration code, or the persisting logic for these two IDs (I only have one implemented), I'd love to hear your thoughts. | 18:22 |
*** AlexF has joined #openstack-neutron | 18:22 | |
pcm_ | I take it I need 'self.addCleanup(db.clear_db)' too? | 18:26 |
*** shivh has joined #openstack-neutron | 18:27 | |
pcm_ | dbapi.clear_db | 18:27 |
*** banix has quit IRC | 18:27 | |
*** dkehn has quit IRC | 18:27 | |
*** clev has joined #openstack-neutron | 18:28 | |
*** dkehn has joined #openstack-neutron | 18:28 | |
*** thuc_ has quit IRC | 18:28 | |
*** itzikb has quit IRC | 18:29 | |
*** thuc has joined #openstack-neutron | 18:29 | |
openstackgerrit | Sylvain Afchain proposed a change to openstack/neutron: Add a new scheduler for the l3 HA https://review.openstack.org/66347 | 18:30 |
*** safchain has quit IRC | 18:30 | |
*** ijw has joined #openstack-neutron | 18:32 | |
pcm_ | enikanorov__: I did that change, and the one test (single entry) works. The other one (5 entries) fails. | 18:32 |
pcm_ | enikanorov__: I did had the addCleanup() too. | 18:33 |
*** ijw has quit IRC | 18:33 | |
*** thuc has quit IRC | 18:33 | |
*** changbl has joined #openstack-neutron | 18:34 | |
pcm_ | enikanorov__: In my database definition, I used models_v2.HasTenant. Looks like I'm not filling it out. | 18:34 |
openstackgerrit | Youcef Laribi proposed a change to openstack/neutron: Implements an LBaaS driver for NetScaler devices https://review.openstack.org/57524 | 18:36 |
*** thuc has joined #openstack-neutron | 18:36 | |
enikanorov__ | pcm_: yes, i saw the failures too, i think they should be easy to fix | 18:37 |
*** ijw_ has joined #openstack-neutron | 18:37 | |
*** mestery_ has quit IRC | 18:38 | |
*** zzelle_ has joined #openstack-neutron | 18:38 | |
*** ijw_ has quit IRC | 18:40 | |
*** jpich has quit IRC | 18:40 | |
*** markmcclain has quit IRC | 18:40 | |
*** jistr has joined #openstack-neutron | 18:42 | |
*** itzikb has joined #openstack-neutron | 18:42 | |
*** ijw_ has joined #openstack-neutron | 18:43 | |
*** itzikb has quit IRC | 18:43 | |
*** dims has joined #openstack-neutron | 18:44 | |
pcm_ | enikanorov__: Looks like I didn't fill out the tenant id. will change that next. | 18:47 |
pcm_ | enikanorov__: did have a question there... | 18:48 |
pcm_ | enikanorov__: The reference code has the dbase as part of the plugin, which uses the CommonDbMixin | 18:49 |
pcm_ | enikanorov__: that class has a function to get the tenant id, based on several factors. | 18:49 |
*** jprovazn_afk is now known as jprovazn | 18:50 | |
pcm_ | enikanorov__: Do I need to do that, or can I just get the tenant_id from the ipsec connection table, which I have the entry? | 18:50 |
*** thedodd has quit IRC | 18:51 | |
*** pheadron has joined #openstack-neutron | 18:51 | |
*** yfried has joined #openstack-neutron | 18:56 | |
*** aveiga has joined #openstack-neutron | 18:56 | |
*** shshang has joined #openstack-neutron | 18:57 | |
*** shausy has joined #openstack-neutron | 18:59 | |
*** markmcclain1 has joined #openstack-neutron | 19:00 | |
*** djoreilly has quit IRC | 19:01 | |
*** markmcclain1 has quit IRC | 19:01 | |
shshang | Sean, I am here | 19:02 |
*** mestery has joined #openstack-neutron | 19:04 | |
*** dguitarbite has joined #openstack-neutron | 19:04 | |
*** markmcclain has joined #openstack-neutron | 19:06 | |
*** AlexF has quit IRC | 19:09 | |
*** amuller has quit IRC | 19:10 | |
*** zzelle has quit IRC | 19:10 | |
*** rossella_s has quit IRC | 19:13 | |
*** salv-orlando has quit IRC | 19:13 | |
sc68cal | shshang: sorry, had to do a quick call | 19:14 |
*** salv-orlando has joined #openstack-neutron | 19:14 | |
shshang | sc68cal, np! | 19:14 |
shshang | @sc68cal, don't even mention it. | 19:14 |
sc68cal | trying to get a new hangout started | 19:14 |
*** baoli has quit IRC | 19:15 | |
enikanorov__ | pcm_: i think getting tenant_id from ipsec conn table should be ok. sorry for delayed response | 19:17 |
sc68cal | humbolt: sorry - been in meetings all day today | 19:19 |
*** banix has joined #openstack-neutron | 19:22 | |
pcm_ | enikanorov__: No problem... I've been in meetings. | 19:26 |
*** vmtrooper has joined #openstack-neutron | 19:27 | |
*** vmtrooper has quit IRC | 19:28 | |
*** clev has quit IRC | 19:30 | |
*** vmtrooper has joined #openstack-neutron | 19:30 | |
openstackgerrit | Shixiong Shang proposed a change to openstack/neutron: Add support to DHCP agent for BP ipv6-two-attributes https://review.openstack.org/70649 | 19:32 |
*** AlexF has joined #openstack-neutron | 19:33 | |
*** yfried has quit IRC | 19:36 | |
*** AlexF has quit IRC | 19:36 | |
*** dguitarbite has quit IRC | 19:41 | |
*** pheadron has quit IRC | 19:44 | |
*** AlexF has joined #openstack-neutron | 19:46 | |
*** AlexF has quit IRC | 19:47 | |
openstackgerrit | Dane LeBlanc proposed a change to openstack/neutron: Test only, do not review/merge. https://review.openstack.org/71081 | 19:49 |
*** salv-orlando has quit IRC | 19:49 | |
*** salv-orlando has joined #openstack-neutron | 19:49 | |
*** sweston has joined #openstack-neutron | 19:53 | |
*** clev has joined #openstack-neutron | 19:54 | |
*** sweston has quit IRC | 19:58 | |
*** thuc has quit IRC | 19:59 | |
*** thuc has joined #openstack-neutron | 19:59 | |
*** shausy has quit IRC | 19:59 | |
*** emagana has joined #openstack-neutron | 20:01 | |
*** shshang has quit IRC | 20:02 | |
*** jistr has quit IRC | 20:03 | |
*** thuc has quit IRC | 20:03 | |
*** ijw_ has quit IRC | 20:10 | |
*** thedodd has joined #openstack-neutron | 20:14 | |
*** AlexF has joined #openstack-neutron | 20:15 | |
*** odyssey4me has quit IRC | 20:18 | |
*** emagana has quit IRC | 20:20 | |
*** mestery has quit IRC | 20:23 | |
*** emagana has joined #openstack-neutron | 20:27 | |
*** yfried has joined #openstack-neutron | 20:27 | |
*** rkukura has quit IRC | 20:28 | |
pcm_ | enikanorov__: ping | 20:28 |
enikanorov__ | pong | 20:28 |
pcm_ | I modified my test, but still have an issue. One create works, but multiples don't. It doesn't seem like | 20:29 |
*** aymenfrikha has quit IRC | 20:29 | |
pcm_ | the changes are getting commited to the new table. | 20:29 |
pcm_ | (I removed the addCleanup() call and there was nothing in the table) | 20:30 |
pcm_ | I don't need to explicitly commit, do I? | 20:30 |
*** aymenfrikha has joined #openstack-neutron | 20:33 | |
pcm_ | The test is looping through and creating 5 entries, each should create a new entry in the database with the tunnel ID. The second one is returning the same ID as the first. | 20:34 |
openstackgerrit | Gary Duan proposed a change to openstack/neutron: FWaaS integration with service type framewrok https://review.openstack.org/60699 | 20:35 |
*** thuc has joined #openstack-neutron | 20:35 | |
*** markmcclain has quit IRC | 20:38 | |
*** salv-orlando has quit IRC | 20:44 | |
*** salv-orlando has joined #openstack-neutron | 20:44 | |
*** markmcclain has joined #openstack-neutron | 20:45 | |
*** MM_at_HP has quit IRC | 20:49 | |
*** thuc has quit IRC | 20:53 | |
*** thuc has joined #openstack-neutron | 20:53 | |
*** aveiga has quit IRC | 20:55 | |
*** AlexF has quit IRC | 20:57 | |
*** thuc has quit IRC | 20:58 | |
*** nati_ueno has quit IRC | 20:59 | |
*** nati_ueno has joined #openstack-neutron | 21:00 | |
*** jroovers has quit IRC | 21:06 | |
*** jlibosva has quit IRC | 21:08 | |
*** aveiga has joined #openstack-neutron | 21:10 | |
*** emagana has quit IRC | 21:20 | |
openstackgerrit | Mohammad Banikazemi proposed a change to openstack/neutron: Deals with fails in update-*-postcommit ops https://review.openstack.org/69792 | 21:21 |
*** alexpilotti has quit IRC | 21:22 | |
*** baoli has joined #openstack-neutron | 21:22 | |
*** baoli has quit IRC | 21:23 | |
*** ijw has joined #openstack-neutron | 21:23 | |
*** baoli has joined #openstack-neutron | 21:23 | |
*** thuc has joined #openstack-neutron | 21:25 | |
*** emagana has joined #openstack-neutron | 21:28 | |
pcm_ | enikanorov__: ping | 21:30 |
*** changbl has quit IRC | 21:31 | |
*** emagana has quit IRC | 21:34 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Rename Neutron core/service plugins for VMware NSX https://review.openstack.org/70858 | 21:36 |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Rename/remove Nicira NVP references from VMware NSX unit tests https://review.openstack.org/70900 | 21:37 |
*** rkukura has joined #openstack-neutron | 21:39 | |
*** mestery has joined #openstack-neutron | 21:39 | |
*** mestery has quit IRC | 21:40 | |
*** mestery has joined #openstack-neutron | 21:40 | |
*** gdubreui has joined #openstack-neutron | 21:41 | |
*** aymenfrikha has quit IRC | 21:44 | |
*** armax has left #openstack-neutron | 21:45 | |
*** peristeri has quit IRC | 21:48 | |
pcm_ | nati_ueno: ping | 21:49 |
nati_ueno | pcm_: pong | 21:49 |
nati_ueno | pcm_: sorry I haven't have a time to see your proposals yet.. | 21:50 |
pcm_ | Hey, I'm stuck on something, wondering if you have time for some advice? | 21:50 |
nati_ueno | pcm_: OK what's up? | 21:51 |
pcm_ | I have a database that I'm using to map ipsec conn IDs and IKE policy IDs to different (numerical) IDs. | 21:51 |
*** IanGovett1 has quit IRC | 21:51 | |
pcm_ | I defined the database, and I have a UT that just creates an entry and then tries to read it back, but not getting infoback. | 21:52 |
markmcclain | nati_ueno: mind if I take this bug: https://bugs.launchpad.net/tempest/+bug/1265495 ? | 21:53 |
nati_ueno | markmcclain: yes please. Thanks | 21:53 |
nati_ueno | pcm_: How about try boot it with devstack? | 21:56 |
pcm_ | nati_ueno: can you elaborate? | 21:56 |
nati_ueno | pcm_: UT uses sqlite, so may be actual bug can be easily found with mysql setup | 21:57 |
pcm_ | I see. to have MySQL dbase. | 21:57 |
pcm_ | I just did a test that adds and then gets the item and it looks like it works. | 21:57 |
nati_ueno | pcm_: oh, so issue solved? | 21:58 |
pcm_ | So the issue is that I'm trying to query one field from the table and then convert that to a set. | 21:58 |
pcm_ | I suspect that is not working right. | 21:58 |
pcm_ | To get a single field, do I just query the object.field_name? | 21:59 |
*** jprovazn has quit IRC | 21:59 | |
pcm_ | And, I do that, is that a list, such that I can do set(results)? | 22:00 |
nati_ueno | could you share the part of the code? | 22:00 |
*** godara has quit IRC | 22:01 | |
pcm_ | nati_ueno: http://paste.openstack.org/show/62494/ | 22:02 |
pcm_ | I just did debug, with two entries, it looks like it is returning this as the raw data: | 22:02 |
pcm_ | Raw [(0,), (1,)] | 22:03 |
pcm_ | So it returns an array of tuples? I want a simple set (0,1) | 22:03 |
*** godara has joined #openstack-neutron | 22:03 | |
nati_ueno | pcm_: i'm digging sqlalchemy docs | 22:05 |
nati_ueno | pcm_: This thread may help you http://stackoverflow.com/questions/656050/can-i-get-rows-from-sqlalchemy-that-are-plain-arrays-rather-than-dictionaries | 22:08 |
nati_ueno | pcm_: also all isn't needed in your example | 22:10 |
nati_ueno | pcm_: https://sourcegraph.com/github.com/greghaynes/xsbs/symbols/python/src/pyscripts/sqlalchemy/orm/query/Query/all | 22:10 |
nati_ueno | pcm_: hm I couldn't find proper api, so it looks like we should convert it for dict | 22:12 |
nati_ueno | s/dict/list | 22:12 |
*** SumitNaiksatam_ has joined #openstack-neutron | 22:12 | |
pcm_ | I saw something about values(), but not sure if that is right. | 22:12 |
*** SumitNaiksatam has quit IRC | 22:13 | |
*** SumitNaiksatam_ is now known as SumitNaiksatam | 22:13 | |
pcm_ | nati_ueno: tried [x for x in used_ids.values()] | 22:16 |
pcm_ | nati_ueno: but gives empty list. | 22:16 |
openstackgerrit | Mohammad Banikazemi proposed a change to openstack/neutron: Deals with fails in update-*-postcommit ops https://review.openstack.org/69792 | 22:16 |
nati_ueno | you can simply do this https://gist.github.com/nati/8813477 | 22:17 |
pcm_ | nati_ueno: thanks. trying... | 22:19 |
pcm_ | nati_ueno: that's better. THanks! | 22:20 |
nati_ueno | pcm_: your welcome | 22:20 |
humbolt | sc68cal: you still around? | 22:21 |
humbolt | so, I seem to have everything now, what it takes to run neutron. | 22:23 |
*** mestery has quit IRC | 22:24 | |
humbolt | I just created a shared network with a subnet. I can start VMs on this network, but they do not get an IP addr. | 22:24 |
*** ijw_ has joined #openstack-neutron | 22:25 | |
humbolt | how can I debug the situation? | 22:25 |
humbolt | the bridges seem to be there. | 22:25 |
*** markmcclain has quit IRC | 22:26 | |
*** ijw has quit IRC | 22:28 | |
*** pcm_ has quit IRC | 22:28 | |
*** gmurphy_ is now known as gmurphy | 22:30 | |
*** IanGovett has joined #openstack-neutron | 22:31 | |
*** markmcclain has joined #openstack-neutron | 22:33 | |
*** dims has quit IRC | 22:39 | |
banix | Have a question regarding extra dhcp options in case someone may have seen a similar issue: As part of a patch for the ml2 plugin, I undo changes made to a port in an update-port operation when the update-port-postcommit operation fails in a mechanism driver. I have set of unit tests that work fine on my local setup but fail at the gate and I see the extra dhcp options are not rolled back. | 22:40 |
banix | I see "No DHCP agents are associated with network …" on the logs; I do not think this could be the cause but wanted to ask if it may be? | 22:40 |
banix | As I said the unit test passes in my local set up but fails by Jenkins: http://logs.openstack.org/92/69792/7/check/gate-neutron-python27/bc4d895/console.html | 22:41 |
*** sweston has joined #openstack-neutron | 22:52 | |
*** dims_ has joined #openstack-neutron | 22:55 | |
*** thuc has quit IRC | 22:55 | |
*** thuc has joined #openstack-neutron | 22:56 | |
*** sweston has quit IRC | 22:57 | |
*** godara has quit IRC | 22:59 | |
*** thuc has quit IRC | 23:00 | |
*** godara has joined #openstack-neutron | 23:00 | |
*** harlowja is now known as harlowja_away | 23:01 | |
*** godara has quit IRC | 23:04 | |
*** godara has joined #openstack-neutron | 23:05 | |
openstackgerrit | Mohammad Banikazemi proposed a change to openstack/neutron: Removes an incorrect and unnecessary return https://review.openstack.org/71142 | 23:08 |
*** jgrimm_ has quit IRC | 23:11 | |
*** clev has quit IRC | 23:12 | |
*** harlowja_away is now known as harlowja | 23:13 | |
*** jecarey has quit IRC | 23:14 | |
*** zzelle_ has quit IRC | 23:16 | |
*** mestery has joined #openstack-neutron | 23:17 | |
*** mestery has quit IRC | 23:17 | |
*** mestery has joined #openstack-neutron | 23:17 | |
*** pcm_ has joined #openstack-neutron | 23:19 | |
*** thuc_ has joined #openstack-neutron | 23:21 | |
*** ijw has joined #openstack-neutron | 23:21 | |
*** ijw_ has quit IRC | 23:24 | |
*** markmcclain has quit IRC | 23:25 | |
openstackgerrit | Ronak Shah proposed a change to openstack/neutron: Nuage Networks Plugin https://review.openstack.org/67272 | 23:26 |
*** tongli has quit IRC | 23:30 | |
*** yamahata has quit IRC | 23:38 | |
*** thuc_ has quit IRC | 23:38 | |
*** yamahata has joined #openstack-neutron | 23:40 | |
*** baoli has quit IRC | 23:42 | |
*** godara has quit IRC | 23:44 | |
*** banix has quit IRC | 23:44 | |
*** godara has joined #openstack-neutron | 23:45 | |
*** thuc has joined #openstack-neutron | 23:46 | |
*** thuc_ has joined #openstack-neutron | 23:53 | |
*** sweston has joined #openstack-neutron | 23:53 | |
*** markmcclain has joined #openstack-neutron | 23:54 | |
*** yamahata has quit IRC | 23:54 | |
*** thuc has quit IRC | 23:56 | |
*** sweston has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!