summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/server-group.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add choices for option '--policy'zhiyong.dai2016-11-271-2/+2
| | | | | | | | | | When creating server group, the '--policy' option is required, but valid choice is 'affinity' or 'anti-affinity', adding multiple policies will produce an error. This patch add choices and default value for option '--policy', and remove the former help message. Change-Id: I312680af384363b3e9a7de9aa1f0946643e193e2 Closes-Bug: #1662771
* change os in command example to openstack(3)Kevin_Zheng2016-12-201-4/+4
| | | | | | | | | In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: Ie67c0152d8ff8b7c456f91dc8b9a9164437ee9d1
* Fix help message for "server group delete" commandHuanxuan Ao2016-05-281-1/+1
| | | | | | | | "Server group delete" command supported deleting multi server groups, but the help message was "Delete an existing server group", so I change it in this patch. Change-Id: I05b1a7e3f29b84b9190e7cc05c01734e3daa7a6d
* Fix server group document issueRui Chen2016-04-211-2/+2
| | | | | | | | | The patch fix server group document typo and format issue. Implements: blueprint nova-server-group-support Related-Bug: #1542171 Change-Id: I3e24ddce91ecabc6be1b7be95d0f4e5a2ebe93ab
* Add "server group show" commandRui Chen2016-04-201-0/+15
| | | | | | | | | Support compute v2 "server group show" command in OSC. Implements: blueprint nova-server-group-support Closes-Bug: #1542171 Change-Id: I1a6d103151c704bda5b67cb9a49cc43c7d9f1d6a
* Add "server group list" commandRui Chen2016-04-201-0/+20
| | | | | | | | | Support compute v2 "server group list" command in OSC. Implements: blueprint nova-server-group-support Partial-Bug: #1542171 Change-Id: I68b80e3c4458692472af671028cd1f939736bcb8
* Add "server group delete" commandRui Chen2016-04-201-0/+16
| | | | | | | | | | Support compute v2 "server group delete" command in OSC. Implements: blueprint nova-server-group-support Partial-Bug: #1542171 Related-Bug: #1563301 Change-Id: I7d792d669b147b24dc774844cfc9dbacd60d017b
* Add "server group create" commandRui Chen2016-04-201-0/+29
Support compute v2 "server group create" command in OSC. Implements: blueprint nova-server-group-support Partial-Bug: #1542171 Change-Id: I96ffb07764d3adb715e048943cfee3b879c280f6