summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/federation-protocol.rst
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-07-12 12:44:55 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-07-19 09:49:36 +0800
commit60639d76a742852e18f9e2889c480be95596c268 (patch)
treecad7069ec7b4175f9ceea7e14113b9477698f1e8 /doc/source/command-objects/federation-protocol.rst
parent55c1c575d63f4e9e6fc3f4dbb6c572e841b513d9 (diff)
downloadpython-openstackclient-60639d76a742852e18f9e2889c480be95596c268.tar.gz
Support bulk deletion for delete commands in identityv3
Support bulk deletion for delete commands in the list below identity/v3/consumer identity/v3/credential identity/v3/domain identity/v3/ec2creds identity/v3/endpoint identity/v3/federation_protocol identity/v3/identity_provider identity/v3/mapping identity/v3/policy identity/v3/region identity/v3/service_provider identity/v3/service The unit test in identityv3 need to be refactored, so I add some functional tests instead. I will add all unit tests at one time after the refactor completed. Change-Id: I82367570f59817b47c87b6c7bfeae95ccfe5c50e Closes-Bug: #1592906
Diffstat (limited to 'doc/source/command-objects/federation-protocol.rst')
-rw-r--r--doc/source/command-objects/federation-protocol.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/command-objects/federation-protocol.rst b/doc/source/command-objects/federation-protocol.rst
index 5b4ea48a..911d4e99 100644
--- a/doc/source/command-objects/federation-protocol.rst
+++ b/doc/source/command-objects/federation-protocol.rst
@@ -34,14 +34,14 @@ Create new federation protocol
federation protocol delete
--------------------------
-Delete federation protocol
+Delete federation protocol(s)
.. program:: federation protocol delete
.. code:: bash
os federation protocol delete
--identity-provider <identity-provider>
- <federation-protocol>
+ <federation-protocol> [<federation-protocol> ...]
.. option:: --identity-provider <identity-provider>
@@ -49,7 +49,7 @@ Delete federation protocol
.. describe:: <federation-protocol>
- Federation protocol to delete (name or ID)
+ Federation protocol(s) to delete (name or ID)
federation protocol list
------------------------