summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTang Chen <tangchen@cn.fujitsu.com>2015-12-14 16:33:49 +0800
committerTang Chen <tangchen@cn.fujitsu.com>2015-12-15 09:42:41 +0800
commit6158ebb0e02ca2b796df973e71c6a7d5e829c959 (patch)
treeea27dae63fa9d41ca1a46ae3b0394f9f00cf1cdf /setup.cfg
parent1ee5191cec53df588d51a7cee31cfe9cf3a57a1b (diff)
downloadpython-openstackclient-6158ebb0e02ca2b796df973e71c6a7d5e829c959.tar.gz
Router: Add "router create" command using SDK
This patch adds "router create" command to osc using sdk. NOTE: Test for --project needs support for fake identity client v2 and v3. These tests will be added in other patches. NOTE: external_gateway_info and routes are not supported to be passed to create command now. They will be supported in another tow patches. NOTE: Creating a ha router is not supported for now. Will support it in another patch. Change-Id: I7642295d27c27dd498331ae1da1c293706d8f6af 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 01615a33..535e4fdf 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_create = openstackclient.network.v2.router:CreateRouter
router_list = openstackclient.network.v2.router:ListRouter
openstack.object_store.v1 =