yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #51245
[Bug 1583508] [NEW] Create Router fails for VDX(networking-brocade) when done with subnet option
Public bug reported:
1. When VRRP is enabled, the router interface deletion using subnet
id , is failing to remove the router-port-list associated with the
subnet entirely and hence router deletion fails.
OUTPUT:
VRRP : Enabled
neutron router-interface-add Router_test red-sub
Added interface 59963328-8174-4d50-ab5b-fd796e47d63f to router Router_test.
root@Ubu14-42-18:~# neutron router-port-list Router_test
+--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
| id | name | mac_address | fixed_ips |
+--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
| 59963328-8174-4d50-ab5b-fd796e47d63f | | fa:16:3e:fb:23:ef | {"subnet_id": "cc64f073-ffe5-4a2c-89f5-6415264c9ea6", "ip_address": "16.0.0.1"} |
| | | | {"subnet_id": "cc64f073-ffe5-4a2c-89f5-6415264c9ea6", "ip_address": "16.0.0.3"} |
| | | | {"subnet_id": "cc64f073-ffe5-4a2c-89f5-6415264c9ea6", "ip_address": "16.0.0.4"} |
+--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
root@Ubu14-42-18:~# neutron router-interface-delete Router_test red-sub
Removed interface from router Router_test.
root@Ubu14-42-18:~# neutron router-port-list Router_test
+--------------------------------------+------+-------------------+-----------+
| id | name | mac_address | fixed_ips |
+--------------------------------------+------+-------------------+-----------+
| 59963328-8174-4d50-ab5b-fd796e47d63f | | fa:16:3e:fb:23:ef | |
+--------------------------------------+------+-------------------+-----------+
root@Ubu14-42-18:~# neutron router-delete Router_test
Router 13c9c988-f415-4c12-804d-a3e495c6f0b3 still has ports
Neutron server returns request_ids: ['req-083e1c92-06af-4c2d-862a-bcbad7e6ed3a']
** Affects: neutron
Importance: Undecided
Assignee: Ritesh Madapurath (rmadapur)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Ritesh Madapurath (rmadapur)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1583508
Title:
Create Router fails for VDX(networking-brocade) when done with subnet
option
Status in neutron:
New
Bug description:
1. When VRRP is enabled, the router interface deletion using
subnet id , is failing to remove the router-port-list associated with
the subnet entirely and hence router deletion fails.
OUTPUT:
VRRP : Enabled
neutron router-interface-add Router_test red-sub
Added interface 59963328-8174-4d50-ab5b-fd796e47d63f to router Router_test.
root@Ubu14-42-18:~# neutron router-port-list Router_test
+--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
| id | name | mac_address | fixed_ips |
+--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
| 59963328-8174-4d50-ab5b-fd796e47d63f | | fa:16:3e:fb:23:ef | {"subnet_id": "cc64f073-ffe5-4a2c-89f5-6415264c9ea6", "ip_address": "16.0.0.1"} |
| | | | {"subnet_id": "cc64f073-ffe5-4a2c-89f5-6415264c9ea6", "ip_address": "16.0.0.3"} |
| | | | {"subnet_id": "cc64f073-ffe5-4a2c-89f5-6415264c9ea6", "ip_address": "16.0.0.4"} |
+--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
root@Ubu14-42-18:~# neutron router-interface-delete Router_test red-sub
Removed interface from router Router_test.
root@Ubu14-42-18:~# neutron router-port-list Router_test
+--------------------------------------+------+-------------------+-----------+
| id | name | mac_address | fixed_ips |
+--------------------------------------+------+-------------------+-----------+
| 59963328-8174-4d50-ab5b-fd796e47d63f | | fa:16:3e:fb:23:ef | |
+--------------------------------------+------+-------------------+-----------+
root@Ubu14-42-18:~# neutron router-delete Router_test
Router 13c9c988-f415-4c12-804d-a3e495c6f0b3 still has ports
Neutron server returns request_ids: ['req-083e1c92-06af-4c2d-862a-bcbad7e6ed3a']
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1583508/+subscriptions
Follow ups