diff options
| author | lin-hua-cheng <os.lcheng@gmail.com> | 2015-11-12 16:49:45 -0800 |
|---|---|---|
| committer | lin-hua-cheng <os.lcheng@gmail.com> | 2015-11-12 16:49:45 -0800 |
| commit | 51f2fda0417b391051743038de9f979ed4190127 (patch) | |
| tree | 83be6efb2f1a44f5585402da0788eeae8040d3ba /doc/source/command-objects | |
| parent | 6e1ad737230f6a087afe2c20317156c633a5c80f (diff) | |
| download | python-openstackclient-51f2fda0417b391051743038de9f979ed4190127.tar.gz | |
Add capability to update description of an IdP
Change-Id: I854067642bbfde6fdf84b22b9cc1de8afc7767c0
Closes-Bug: #1515815
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/identity-provider.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/command-objects/identity-provider.rst b/doc/source/command-objects/identity-provider.rst index 90f0b494..ac462736 100644 --- a/doc/source/command-objects/identity-provider.rst +++ b/doc/source/command-objects/identity-provider.rst @@ -81,6 +81,7 @@ Set identity provider properties os identity provider set [--remote-id <remote-id> [...] | --remote-id-file <file-name>] + [--description <description>] [--enable | --disable] <identity-provider> @@ -94,6 +95,10 @@ Set identity provider properties Name of a file that contains many remote IDs to associate with the identity provider, one per line +.. option:: --description + + Set identity provider description + .. option:: --enable Enable the identity provider |
