openstack-python-openstackc.../openstackclient/network/v2
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
..
__init__.py Move network stuff to v2 instead of v2_0 2014-07-07 06:08:02 -06:00
floating_ip.py Floating IP: Neutron support for "ip floating show" command 2016-02-24 17:26:13 +08:00
network.py Use update_parser_common() in ShowNetwork 2016-02-23 19:00:14 +08:00
port.py Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00
router.py Router: Add --route and --clear-routes options to "router set" command 2016-02-27 04:53:10 +08:00
security_group.py Refactor security group delete to use SDK 2016-02-02 09:04:51 -06:00
security_group_rule.py Add "security group rule show" command 2016-02-23 15:27:06 +00:00
subnet.py Add "os subnet show" command using SDK 2016-02-22 13:04:25 -06:00
subnet_pool.py Trivial: Rename subnet_pool.rst to subnet-pool.rst 2016-02-20 15:05:59 +08:00