| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: I4c8b93ede80f993eab8badfbba6bf1c530844d54
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently server resize command has a verify argument for user to
confirm resize operation. But this argument is also registered by
openstack client shell which is used to enable server certificate
verification. So verify argument can not be correctly passed to
server resize command.
This patch renames --verify to --confirm (nova client has a
resize-confirm command) to solve this problem.
Change-Id: I751aa3df16c3b637b82944dd350afc5cbab62120
Closes-Bug: #1416542
|
| |
|
|
|
|
|
|
|
|
| |
The lock command allows you to block the actions
on the server for the non-admin users. Improving
the help so that api users understands better
what locking a server implies.
Change-Id: I925c946751602dc0f6bd1d31b514bc20bca585fa
Closes-Bug: #1366279
|
| |
|
|
|
|
| |
Addresses some of the issues that appeared when running tox -edocs
Change-Id: I31133744ee0ddefa72c6590cb381de317e65633e
|
| |
|
|
| |
Change-Id: I8cb90e0d5aca58c4992271e007af91f8cf782643
|
| |
|
|
|
|
|
| |
the formatting used for the server commands is not the same as
the other command docs, this patch addresses that issue.
Change-Id: I5f31cf6a317d9eb35ec46185800fade3dd956dc4
|
| |
|
|
|
|
|
|
|
|
| |
The headers in the doc files are the commands, not a description.
I missed thiese in the original reviews:
https://review.openstack.org/140567
https://review.openstack.org/140581
Change-Id: Iae2631f6b485e8c568ff305e5992c193f80ebe71
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is part1, add support for these objects:
compute.server
imagev1.image
imagev2.image
network.network
volume.volume
volume.backup
volume.snapshot
Closes-Bug: #1400597
Change-Id: Ice21fee85203a8a55417e0ead8b509b8fd6705c1
|
| |
|
|
| |
Change-Id: Id96203de023b3b8bde1984a61c41dd9bc1711de4
|
|
|
server
server image
Some cosmetic changes in the command source, sorting classes, help strings, etc.
Change-Id: I3f68dae77b9fe02bc6866684e05aeff943dd9cc3
|