summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-05-26 20:00:12 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-05-30 16:26:09 +0800
commitc46a5597bec3764a96ea4b7f757f428674b8ae21 (patch)
treeb99797c8d8fa34fb93beffcd452ec52e037edc90 /doc/source/command-objects
parent0ff7d6dc693fb4dd8660e35063cceecdbb9cdbc0 (diff)
downloadpython-openstackclient-c46a5597bec3764a96ea4b7f757f428674b8ae21.tar.gz
Add support for setting flavor-access
This patch adds "--project" option in "flavor set" command to support for setting flavor access. Change-Id: I75b473600080d8ab1dd6ad01561c4f989ed3c3bd Partial-Bug: #1575461
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/flavor.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/source/command-objects/flavor.rst b/doc/source/command-objects/flavor.rst
index 322943d7..c6bde882 100644
--- a/doc/source/command-objects/flavor.rst
+++ b/doc/source/command-objects/flavor.rst
@@ -128,12 +128,23 @@ Set flavor properties
os flavor set
[--property <key=value> [...] ]
+ [--project <project>]
+ [--project-domain <project-domain>]
<flavor>
.. option:: --property <key=value>
Property to add or modify for this flavor (repeat option to set multiple properties)
+.. option:: --project <project>
+
+ Set flavor access to project (name or ID) (admin only)
+
+.. option:: --project-domain <project-domain>
+
+ Domain the project belongs to (name or ID).
+ This can be used in case collisions between project names exist.
+
.. describe:: <flavor>
Flavor to modify (name or ID)