Magnum should allow to disable a conductor service like other openstack components.
Bug #1607228 reported by
rajiv
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Magnum |
In Progress
|
Medium
|
rajiv | ||
python-magnumclient |
Triaged
|
Medium
|
rajiv |
Bug Description
Currently magnum has only service list option but there must be an option to enable/disable a service. In case someone wants to take off a node from the cluster for maintenances purpose and later on join the same node into the cluster.
Changed in magnum: | |
assignee: | nobody → rajiv (rajiv-kumar) |
Changed in python-magnumclient: | |
assignee: | nobody → rajiv (rajiv-kumar) |
description: | updated |
Changed in magnum: | |
status: | New → Triaged |
Changed in python-magnumclient: | |
status: | New → Triaged |
Changed in magnum: | |
importance: | Undecided → Medium |
Changed in python-magnumclient: | |
importance: | Undecided → Medium |
To post a comment you must log in.
This is confusing.
I suggest that in this bug we fix that "magnum service-list not show disabled" as https:/ /review. openstack. org/#/c/ 349811/
You may need 2 patch to fix it:
1. for magnum-api, add disabled value to magnum service-list return, this may need a microversion, since you may modify the response of an API. For microversion, need to wait for the discussion result . magnumclient, we need https:/ /review. openstack. org/#/c/ 349811/ to depend on 1.
2. for python-
As I commented on https:/ /review. openstack. org/#/c/ 349377/ , you may need to open another bug to track that.
also need microversion and also a python-magnumclient patch.
Eli.