diff options
| author | reedip <reedip.banerjee@nectechnologies.in> | 2016-04-01 14:26:16 +0900 |
|---|---|---|
| committer | reedip <reedip.banerjee@nectechnologies.in> | 2016-04-07 10:59:15 +0900 |
| commit | 73d15e3768e28008515781b30e533ddf3d8d4159 (patch) | |
| tree | 7395556cb7a882a4f4dc174719baa0eff43019dd /releasenotes | |
| parent | 0edab95fd1989dcc06a166a820b115a75dd17d54 (diff) | |
| download | python-openstackclient-73d15e3768e28008515781b30e533ddf3d8d4159.tar.gz | |
Add option to clear information from ports
This patch adds the option of "no-fixed-ip" and
"no-binding-profile" which is used to clear the
fixed-ip and binding:profile information from the
ports.
Change-Id: I946301eaf6c647bae55e4f416aa0d98e5f06e699
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/add-unset-fixed-ip-option-9b1832d0f7f71eda.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-unset-fixed-ip-option-9b1832d0f7f71eda.yaml b/releasenotes/notes/add-unset-fixed-ip-option-9b1832d0f7f71eda.yaml new file mode 100644 index 00000000..759e2ca9 --- /dev/null +++ b/releasenotes/notes/add-unset-fixed-ip-option-9b1832d0f7f71eda.yaml @@ -0,0 +1,5 @@ +--- +features: + - Fixed-IP information and binding profile information + in ports can now be cleared using ``--no-fixed-ip`` + and ``--no-binding-profile`` with ``port set`` |
