diff options
| author | Reedip <reedip.banerjee@nectechnologies.in> | 2016-11-16 15:56:57 +0530 |
|---|---|---|
| committer | Reedip <reedip14@gmail.com> | 2016-12-19 16:57:02 -0500 |
| commit | 25104c7d4a23092e6173bb76171d2d7ee6c4694b (patch) | |
| tree | 99098c488cca9268c43e4fe45af52f7bcf627030 /doc/source/command-objects | |
| parent | e51a2b3b171f3c72a715bee3ad99c0f88efa3010 (diff) | |
| download | python-openstackclient-25104c7d4a23092e6173bb76171d2d7ee6c4694b.tar.gz | |
Introduce overwrite functionality in ``osc router set``
The overwrite functionality allows user to overwrite
the routes of a specific router.
Change-Id: I8d3cfe5cab2ffbfa046371c3adcd2cf446c91cbc
partially-implements: blueprint allow-overwrite-set-options
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/router.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/command-objects/router.rst b/doc/source/command-objects/router.rst index 16a8258d..d2190ba4 100644 --- a/doc/source/command-objects/router.rst +++ b/doc/source/command-objects/router.rst @@ -259,7 +259,9 @@ Set router properties .. option:: --no-route - Clear routes associated with the router + Clear routes associated with the router. + Specify both --route and --no-route to overwrite + current value of route. .. option:: --ha |
