python-openstackclient/releasenotes/notes/router-gateway-set-01d9c7ffe4461daf.yaml
Reedip 841d9d8dbd Add support for setting router gateway
This patch adds the support to set the gateway information
for a router.

Implements: blueprint neutron-client-advanced-router
Partially-Implements: blueprint network-commands-options
Change-Id: Ifb5a4d1965cd7e75c0c8cf2cfb677e0628b699dc
Depends-On: I2bda0dd40afd64b6cecca5f64ef2326bda4fac92
2016-12-17 18:22:45 +00:00

8 lines
315 B
YAML

---
features:
- |
Add support for setting the gateway information in a router,
by introducing the new option ``--external-gateway`` in
``router set`` CLI.
[ Blueprint `neutron-client-advanced-router <https://blueprints.launchpad.net/python-openstackclient/+spec/neutron-client-advanced-router>`_]