LBaaS VIP remains ACTIVE after changing it to "admin_state_up=False"

Bug #1240902 reported by Rami Vaknin
16
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Medium
Aniruddha Singh Gautam

Bug Description

Version
=======
Havana on rhel

Description
===========
VIP remains ACTIVE and keeps load balancing traffic although changing its admin state to down.

# neutron lb-vip-show 73f24ce1-dcfd-4bab-87dd-be57a2fc8478
+--------------------+--------------------------------------+
| Field | Value |
+--------------------+--------------------------------------+
| address | 10.35.211.5 |
| admin_state_up | True |
| connection_limit | -1 |
| description | |
| id | 73f24ce1-dcfd-4bab-87dd-be57a2fc8478 |
| name | vip_211 |
| pool_id | 8203635c-3f93-4748-abec-4e2a9f25e45d |
| port_id | 98844152-4b51-48e4-abb4-68c628d1c6a2 |
| protocol | HTTP |
| protocol_port | 80 |
| status | ACTIVE |
| status_description | |
| subnet_id | 344b4e87-b903-4562-ba51-cea56a76df54 |
| tenant_id | 44ef91b7c5c14d6a9222998b57355b18 |
+--------------------+--------------------------------------+

# neutron lb-vip-update 73f24ce1-dcfd-4bab-87dd-be57a2fc8478 --admin_state_down
Unrecognized attribute(s) 'admin_state_down'

# neutron lb-vip-update 73f24ce1-dcfd-4bab-87dd-be57a2fc8478 --admin_state_up False
Updated vip: 73f24ce1-dcfd-4bab-87dd-be57a2fc8478

# neutron lb-vip-show 73f24ce1-dcfd-4bab-87dd-be57a2fc8478
+--------------------+--------------------------------------+
| Field | Value |
+--------------------+--------------------------------------+
| address | 10.35.211.5 |
| admin_state_up | False |
| connection_limit | -1 |
| description | |
| id | 73f24ce1-dcfd-4bab-87dd-be57a2fc8478 |
| name | vip_211 |
| pool_id | 8203635c-3f93-4748-abec-4e2a9f25e45d |
| port_id | 98844152-4b51-48e4-abb4-68c628d1c6a2 |
| protocol | HTTP |
| protocol_port | 80 |
| status | ACTIVE |
| status_description | |
| subnet_id | 344b4e87-b903-4562-ba51-cea56a76df54 |
| tenant_id | 44ef91b7c5c14d6a9222998b57355b18 |
+--------------------+--------------------------------------+

Tags: lbaas
Changed in neutron:
assignee: nobody → Oleg Bondarev (obondarev)
tags: added: lbaas
Revision history for this message
Eugene Nikanorov (enikanorov) wrote :

I think i'm going fix this as well in the scope of https://bugs.launchpad.net/neutron/+bug/1242351
they seem to be identical and not worth additional bug

Changed in neutron:
status: New → Triaged
importance: Undecided → Medium
Revision history for this message
Eugene Nikanorov (enikanorov) wrote :

This bug will be addressed by https://review.openstack.org/#/c/55032/

Changed in neutron:
assignee: Oleg Bondarev (obondarev) → Eugene Nikanorov (enikanorov)
Changed in neutron:
status: Triaged → In Progress
Changed in neutron:
status: In Progress → Confirmed
assignee: Eugene Nikanorov (enikanorov) → nobody
Changed in neutron:
assignee: nobody → Aniruddha Singh Gautam (aniruddha-gautam)
etscript (etscript)
Changed in neutron:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.