diff options
| author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-06-16 13:09:27 +0800 |
|---|---|---|
| committer | Steve Martinelli <s.martinelli@gmail.com> | 2016-06-16 12:46:32 +0000 |
| commit | 041ea4978b94149d5037b5afc7743db939b75331 (patch) | |
| tree | 4565fc45b7ded8a2033dcad7a160de3802424562 /doc/source/command-objects/subnet.rst | |
| parent | 114eeeb0236d29a325abbf13b41a9a385746b367 (diff) | |
| download | python-openstackclient-041ea4978b94149d5037b5afc7743db939b75331.tar.gz | |
Support bulk deletion for delete commands in networkv2
This patch support bulk deletion for delete commands below:
1.subnet delete
2.subnet pool delete
Up to now, all the delete commands in networkv2 support bulk deletion.
Change-Id: I63f6d1d02bad1fcc26e72b7028b53958a68ce2dc
Partially-Implements: blueprint multi-argument-network
Partial-Bug: #1592906
Diffstat (limited to 'doc/source/command-objects/subnet.rst')
| -rw-r--r-- | doc/source/command-objects/subnet.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/command-objects/subnet.rst b/doc/source/command-objects/subnet.rst index ff6354e6..c52d73f9 100644 --- a/doc/source/command-objects/subnet.rst +++ b/doc/source/command-objects/subnet.rst @@ -119,18 +119,18 @@ Create new subnet subnet delete ------------- -Delete a subnet +Delete subnet(s) .. program:: subnet delete .. code:: bash os subnet delete - <subnet> + <subnet> [<subnet> ...] .. _subnet_delete-subnet: .. describe:: <subnet> - Subnet to delete (name or ID) + Subnet(s) to delete (name or ID) subnet list ----------- |
