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
This commit is contained in:

committed by
Steve Martinelli

parent
c47aa52c43
commit
a2a63f19bf
@ -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)
|
||||
|
Reference in New Issue
Block a user