diff options
| author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-06-27 11:04:05 +0800 |
|---|---|---|
| committer | Steve Martinelli <s.martinelli@gmail.com> | 2016-06-27 20:39:23 +0000 |
| commit | af7ab03693a5708102cf6746563da289e4c1e3b7 (patch) | |
| tree | 9d87de733c25d044deab1732e595f9f1adee454c /doc/source/command-objects/keypair.rst | |
| parent | 044a46ed5f040020cf80adc1ace987802344e87d (diff) | |
| download | python-openstackclient-af7ab03693a5708102cf6746563da289e4c1e3b7.tar.gz | |
Support bulk deletion for delete commands in computev2
Support bulk deletion and error handling for "keypair delete"
and "service delete" commands in computev2.
Up to now, all the delete commands in computev2 support bulk
deletion.
Change-Id: I6d5c960e9716188e56615514d0921618a15a88ec
Partially-Implements: blueprint multi-argument-compute
Partial-Bug: #1592906
Diffstat (limited to 'doc/source/command-objects/keypair.rst')
| -rw-r--r-- | doc/source/command-objects/keypair.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/command-objects/keypair.rst b/doc/source/command-objects/keypair.rst index 6638b8c9..64cc20cd 100644 --- a/doc/source/command-objects/keypair.rst +++ b/doc/source/command-objects/keypair.rst @@ -30,17 +30,17 @@ Create new public key keypair delete -------------- -Delete public key +Delete public key(s) .. program:: keypair delete .. code:: bash os keypair delete - <key> + <key> [<key> ...] .. describe:: <key> - Public key to delete (name only) + Public key(s) to delete (name only) keypair list ------------ |
