Add server groups API for OpenStack Client
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| python-openstackclient |
Fix Released
|
Undecided
|
Rui Chen |
Bug Description
The server group APIs of Nova are not supported by the current OpenStack Client.
We should add them.
Changed in python-openstackclient: | |
assignee: | nobody → Zhenyu Zheng (zhengzhenyu) |
Dean Troyer (dtroyer) wrote : | #1 |
Changed in python-openstackclient: | |
assignee: | Zhenyu Zheng (zhengzhenyu) → Rui Chen (kiwik-chenrui) |
Rui Chen (kiwik-chenrui) wrote : | #2 |
track implementation status in blueprint:
https:/
Fix proposed to branch: master
Review: https:/
Changed in python-openstackclient: | |
status: | New → In Progress |
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to python-openstackclient (master) | #4 |
Related fix proposed to branch: master
Review: https:/
Fix proposed to branch: master
Review: https:/
OpenStack Infra (hudson-openstack) wrote : | #6 |
Fix proposed to branch: master
Review: https:/
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit b2e47b62280a3e5
Author: Rui Chen <email address hidden>
Date: Tue Mar 29 12:01:31 2016 +0800
Aggregate object should be "grouping of compute hosts"
The describe of Compute "aggregate" in command-objects and commands
documents use "a grouping of servers", but exactly that should be a
grouping of compute hosts. "server" object in OSC is a virtual machine
instance, and server group should be "grouping of servers".
Change-Id: Ib034fed15f11fc
Closes-Bug: #1563172
Related-Bug: #1542171
Fix proposed to branch: master
Review: https:/
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit a06bb28bcc86ed6
Author: Rui Chen <email address hidden>
Date: Sat Mar 26 18:15:31 2016 +0800
Add "server group create" command
Support compute v2 "server group create" command in OSC.
Implements: blueprint nova-server-
Partial-Bug: #1542171
Change-Id: I96ffb07764d3ad
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 7458c612eda86fe
Author: Rui Chen <email address hidden>
Date: Tue Mar 29 15:15:37 2016 +0800
Add "server group delete" command
Support compute v2 "server group delete" command in OSC.
Implements: blueprint nova-server-
Partial-Bug: #1542171
Related-Bug: #1563301
Change-Id: I7d792d669b147b
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 4e2272801377e50
Author: Rui Chen <email address hidden>
Date: Wed Mar 30 11:48:39 2016 +0800
Add "server group list" command
Support compute v2 "server group list" command in OSC.
Implements: blueprint nova-server-
Partial-Bug: #1542171
Change-Id: I68b80e3c445869
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit a0d79968ca14d78
Author: Rui Chen <email address hidden>
Date: Thu Mar 31 15:52:08 2016 +0800
Add "server group show" command
Support compute v2 "server group show" command in OSC.
Implements: blueprint nova-server-
Closes-Bug: #1542171
Change-Id: I1a6d103151c704
Changed in python-openstackclient: | |
status: | In Progress → Fix Released |
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to python-openstackclient (master) | #13 |
Related fix proposed to branch: master
Review: https:/
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-openstackclient (master) | #14 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 0d3a06db1ce3871
Author: Rui Chen <email address hidden>
Date: Thu Apr 21 14:49:58 2016 +0800
Fix server group document issue
The patch fix server group document typo and format issue.
Implements: blueprint nova-server-
Related-Bug: #1542171
Change-Id: I3e24ddce91ecab
This issue was fixed in the openstack/
We should be tracking this sort of thing in a BP, where the commands can be listed and tracked as they are implemented.