summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/server.rst
diff options
context:
space:
mode:
authorzhiyuan_cai <luckyvega.g@gmail.com>2015-02-16 11:00:50 +0800
committerzhiyuan_cai <luckyvega.g@gmail.com>2015-02-16 11:00:50 +0800
commita33f14e298883d6a639b14c9cdb7ac2ba2d0e63d (patch)
treed68b88fb233458b4ff303418b36c9e720de95bc5 /doc/source/command-objects/server.rst
parent9400effd4b7653045657630e0909b3dc303ec59e (diff)
downloadpython-openstackclient-a33f14e298883d6a639b14c9cdb7ac2ba2d0e63d.tar.gz
Rename --verify for server resize to avoid conflict
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
Diffstat (limited to 'doc/source/command-objects/server.rst')
-rw-r--r--doc/source/command-objects/server.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/command-objects/server.rst b/doc/source/command-objects/server.rst
index ee6416fc..34555580 100644
--- a/doc/source/command-objects/server.rst
+++ b/doc/source/command-objects/server.rst
@@ -423,16 +423,16 @@ Scale server to a new flavor
<server>
os server resize
- --verify | --revert
+ --confirm | --revert
<server>
.. option:: --flavor <flavor>
Resize server to specified flavor
-.. option:: --verify
+.. option:: --confirm
- Verify server resize is complete
+ Confirm server resize is complete
.. option:: --revert