summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTang Chen <tangchen@cn.fujitsu.com>2015-12-12 10:28:48 +0800
committerTerry Howe <terrylhowe@gmail.com>2015-12-11 18:07:47 +0000
commit3278b3a022c34b1abe28e1ed7b16ed60a059a441 (patch)
tree2ff422961ae3fde745aa1012befd4405a082bda4 /setup.cfg
parent185412f28c6eea825760617548e4256ac35003bb (diff)
downloadpython-openstackclient-3278b3a022c34b1abe28e1ed7b16ed60a059a441.tar.gz
Router: Add "router list" command using SDK
Add "router list" command. It takes one "--long" option. By default, the command will print router id, name, status, admin state up, distributed, ha and project id. With "--long" option, it will also print routes and external gateway info. Change-Id: I9d21904c41c11ee1fa107f985744878a1dc2f970 Implements: blueprint neutron-client Partial-bug: #1519503
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 27b00d45..01615a33 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -332,6 +332,7 @@ openstack.network.v2 =
network_list = openstackclient.network.v2.network:ListNetwork
network_set = openstackclient.network.v2.network:SetNetwork
network_show = openstackclient.network.v2.network:ShowNetwork
+ router_list = openstackclient.network.v2.router:ListRouter
openstack.object_store.v1 =
object_store_account_set = openstackclient.object.v1.account:SetAccount