| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Support bulk deletion and error handling for "keypair delete"
and "service delete" commands in computev2.
Up to now, all the delete commands in computev2 support bulk
deletion.
Change-Id: I6d5c960e9716188e56615514d0921618a15a88ec
Partially-Implements: blueprint multi-argument-compute
Partial-Bug: #1592906
|
| |/
|
|
|
|
|
|
|
|
|
|
| |
Some command help messages are unusual, for example:
common help message for a list command:
"list objects"
unusual help message:
"list obejcets command"
I think we should keep help message consistent, so I modify
the unusual help messages in computev2.
Change-Id: Ic5f11eba1a4397949e85d91cc067519752e89bff
|
| |
|
|
|
|
|
|
|
| |
Aims to evacuate servers from compute host as soon as possible,
operators might set the compute service force down manually.
Novaclient support the behavior, this patch support it in OSC.
Change-Id: I22ff1c5d670c449771fdcb3f4f39cd82f428531a
Closes-Bug: #1589348
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
add ``Binary name`` to help msg of compute service set command.
Change-Id: I5ed3824ec5bede250ce41f187835e8901b5e11fd
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch changes the following:
1. --enable/disable option should follow the rules
in the doc below:
http://docs.openstack.org/developer/python-openstackclient/command-options.html#boolean-options
2. "--disable-resion" is specified but not "--disable",
an exception is raised instead of igoring
"--disable-reason" option.
Change-Id: I92e9234111e661bfe7119a8e19389a87c874ab0c
|
| |
|
|
|
|
|
|
|
|
| |
--enable and --disable-reason should be mutually exclusive in "compute
service set" command, but now when they are present at the same time,
--disable-reason would be ignored silently. Fix these and add some hints
about --disable-reason argument is ignored in this situation.
Change-Id: I43254b6bc40fcae4fd0dc3457f26fad84c267072
Closes-Bug: #1556801
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
compute-service.rst file uses 'describe' for below
optional parameters
1. --long
2. --service <service>
3. --host <host>
This patchset changes type of these argument to option.
Change-Id: Ifd57bdf058efaeaa6cb43a7d4a60ee61ddb8de14
Closes-bug:#1563700
|
| |
|
|
|
|
|
|
| |
Add "--long" option in ListService so that compute service
disabled reason can be showed.
Change-Id: I1ace8f1c4e4efe0a1a8f6710425d73eb5db9e5e1
Closes-Bug: #1556815
|
| |
|
|
|
|
|
| |
disbale service allow a reason to be input as disable reason.
This patch add support for it.
Change-Id: I59622c3970e055ebd46bf03c33c864b6d064db28
|
| |
|
|
| |
Change-Id: I59d83e7a0a590fa537f509f7f19940640f555679
|
|
|
This change adds 'compute service delete <service>' to the openstack
client. This is the equivalent of 'nova service-delete <id>'
Change-Id: I69ef1cac72cbe125c2114f8e958e22350a70f367
Closes-Bug: #1503510
|