diff options
| author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-05-07 16:15:53 +0800 |
|---|---|---|
| committer | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-05-11 10:08:47 +0800 |
| commit | aa5ff67e3fa2b9497218e9bdd4ac3fdf432e007c (patch) | |
| tree | bdb042bb60a8d7cfa2c11fc22d13a91d53078ef6 /doc | |
| parent | 4cb5e0bc7959694db70d11c6be8589f1c20d787c (diff) | |
| download | python-openstackclient-aa5ff67e3fa2b9497218e9bdd4ac3fdf432e007c.tar.gz | |
Implement "address scope list" command
This patch add a command that supports
listing address scopes
Change-Id: Id14757011560cacf28011ba51841a8e23b824f33
Partial-Bug: #1566269
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/command-objects/address-scope.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/command-objects/address-scope.rst b/doc/source/command-objects/address-scope.rst index 2f922353..2c701a49 100644 --- a/doc/source/command-objects/address-scope.rst +++ b/doc/source/command-objects/address-scope.rst @@ -62,3 +62,13 @@ Delete an address scope .. describe:: <address-scope> Address scope to delete (name or ID) + +address scope list +------------------ + +List address scopes + +.. program:: address scope list +.. code:: bash + + os address scope list |
