diff options
| author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-06-01 09:42:40 +0800 |
|---|---|---|
| committer | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-06-02 12:40:43 +0800 |
| commit | 22c60f3ac7a482609ba393a96db3989dca4c280c (patch) | |
| tree | b41d4c7943a3c05a175a7c66b80572df884a1cc5 /doc/source/command-objects | |
| parent | ca58ab9d0971200a34c84a96d80a1c12a9314096 (diff) | |
| download | python-openstackclient-22c60f3ac7a482609ba393a96db3989dca4c280c.tar.gz | |
Add support for removing flavor-access
Add "--project" and "--project-domain" options in
"flavor unset" command to remove flavor access.
Change-Id: Ia5c5a80d9890d5af066b75b4e202647c18c7d915
Partial-Bug: #1575461
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/flavor.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/source/command-objects/flavor.rst b/doc/source/command-objects/flavor.rst index c6bde882..a30bedec 100644 --- a/doc/source/command-objects/flavor.rst +++ b/doc/source/command-objects/flavor.rst @@ -175,12 +175,23 @@ Unset flavor properties os flavor unset [--property <key> [...] ] + [--project <project>] + [--project-domain <project-domain>] <flavor> .. option:: --property <key> Property to remove from flavor (repeat option to remove multiple properties) +.. option:: --project <project> + + Remove flavor access from 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) |
