diff options
| author | Jude Job <judeopenstack@gmail.com> | 2015-12-16 14:38:15 +0530 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2016-01-04 10:25:55 -0500 |
| commit | a2a63f19bf1d21c437f1b980aa209277fc947a89 (patch) | |
| tree | d718a9bc01ccf2655d662ab7e1f69066957795b4 /doc/source/command-objects | |
| parent | c47aa52c431e33f876617e648295022b95b64676 (diff) | |
| download | python-openstackclient-a2a63f19bf1d21c437f1b980aa209277fc947a89.tar.gz | |
Implementation for project unset cmd for python-openstackclient.
This patch introduces a unit test class TestProjectUnset
for testing unset cmd.
Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com>
Change-Id: Ib4a414d2313e3d37e48d1cb3639f064231aec508
Closes-Bug: #1486597
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/project.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/source/command-objects/project.rst b/doc/source/command-objects/project.rst index a342115d..f76f79ff 100644 --- a/doc/source/command-objects/project.rst +++ b/doc/source/command-objects/project.rst @@ -156,6 +156,8 @@ Set project properties Set a property on :ref:`\<project\> <project_set-project>` (repeat option to set multiple properties) + *Identity version 2 only* + .. _project_set-project: .. describe:: <project> @@ -195,3 +197,25 @@ Display project details .. describe:: <project> Project to display (name or ID) + +project unset +------------- + +Unset project properties + +*Identity version 2 only* + +.. program:: project unset +.. code:: bash + + os project unset + --property <key> [--property <key> ...] + <project> + +.. option:: --property <key> + + Property key to remove from project (repeat option to remove multiple properties) + +.. describe:: <project> + + Project to modify (name or ID) |
