openstack-python-openstackc.../openstackclient
Tang Chen 01c19ef0bc Router: Add --route and --clear-routes options to "router set" command
--route option is used to set routes to the router.

It is used like this:

    --route destination=subnet,gateway=ip-address

destination: destination subnet CIDR
gateway: nexthop IP address

--clear-routes is used to clear all routes on the router.

Change-Id: I97ce4871113c684b29c98cdad4dec9cc80ed20f7
Implements: blueprint neutron-client
Partial-bug: #1519503
2016-02-27 04:53:10 +08:00
..
api Py3 replace dict.iteritems with six.iteritems 2016-02-24 10:14:56 +08:00
common Add MultiKeyValueAction to custom parser action 2016-02-27 03:53:32 +08:00
compute Defaults are ignored with flake8 2016-02-23 11:08:36 -06:00
identity Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00
image Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00
locale Update translation setup 2016-01-29 08:18:50 +09:00
network Router: Add --route and --clear-routes options to "router set" command 2016-02-27 04:53:10 +08:00
object Add recursive object delete for containers 2016-02-05 11:18:46 -07:00
tests Router: Add --route and --clear-routes options to "router set" command 2016-02-27 04:53:10 +08:00
volume Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
i18n.py Update translation setup 2016-01-29 08:18:50 +09:00
shell.py Merge "Add shell --profile option to trigger osprofiler from CLI" 2016-02-26 19:49:21 +00:00