diff options
| author | Reedip <reedip14@gmail.com> | 2016-11-29 07:18:47 -0500 |
|---|---|---|
| committer | Reedip <reedip14@gmail.com> | 2016-12-19 17:30:19 -0500 |
| commit | 4a5bf8d2a58fde1d6cbbd2bb27c3eb6fabe59c3a (patch) | |
| tree | 267e9d4f4c91f736e3f2950f42e8e687e0c1052d /releasenotes | |
| parent | e51a2b3b171f3c72a715bee3ad99c0f88efa3010 (diff) | |
| download | python-openstackclient-4a5bf8d2a58fde1d6cbbd2bb27c3eb6fabe59c3a.tar.gz | |
Add support for clearing router gateway
This patch adds the support to clear the gateway information
from a router.
Change-Id: I446c556750f080a6fc21fea8f531fd71838d648a
Implements: blueprint neutron-client-advanced-router
Partially-Implements: blueprint network-commands-options
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/router-gateway-set-01d9c7ffe4461daf.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/releasenotes/notes/router-gateway-set-01d9c7ffe4461daf.yaml b/releasenotes/notes/router-gateway-set-01d9c7ffe4461daf.yaml index dec9d096..9e3f1959 100644 --- a/releasenotes/notes/router-gateway-set-01d9c7ffe4461daf.yaml +++ b/releasenotes/notes/router-gateway-set-01d9c7ffe4461daf.yaml @@ -3,5 +3,6 @@ features: - | Add support for setting the gateway information in a router, by introducing the new option ``--external-gateway`` in - ``router set`` CLI. + ``router set`` command and clearing the gateway information in a router + by introducing ``--external-gateway`` option in ``router unset`` command. [ Blueprint `neutron-client-advanced-router <https://blueprints.launchpad.net/python-openstackclient/+spec/neutron-client-advanced-router>`_] |
