diff options
| author | Hongbin Lu <hongbin.lu@huawei.com> | 2017-09-18 01:41:32 +0000 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2017-09-29 18:49:22 +0000 |
| commit | de23ab8d75fe89c164b3b084c53f01c25b9040ca (patch) | |
| tree | 08d3b1412a66d1be07b002178cf2bc09de84de22 /releasenotes/notes | |
| parent | a452c9d82566db6c09419ce2e5c855d51e2631e1 (diff) | |
| download | python-openstackclient-de23ab8d75fe89c164b3b084c53f01c25b9040ca.tar.gz | |
Support creating unaddress neutron port
Introduce an option '--no-fixed-ip' on port create command.
If this option is specified and '--fixed-ip' is unspecified,
OSC will send a request to neutron with 'fixed_ips' as an empty
list, which will create an unaddress neutron port.
Note: The use cases of unaddress port was outlined in:
https://specs.openstack.org/openstack/neutron-specs/specs/liberty/unaddressed-port.html
(dtroyer: add Depends-On for Zuul v3 test)
Depends-On: I39e8e49243ab0bda631600715c971c55a34e2fd9
Change-Id: Ibe38598acbbcd0d353c952fc2a6fa67780762151
Closes-Bug: #1717829
Diffstat (limited to 'releasenotes/notes')
| -rw-r--r-- | releasenotes/notes/bug-1717829-c1de1d777d3abaf9.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1717829-c1de1d777d3abaf9.yaml b/releasenotes/notes/bug-1717829-c1de1d777d3abaf9.yaml new file mode 100644 index 00000000..19ea4ea5 --- /dev/null +++ b/releasenotes/notes/bug-1717829-c1de1d777d3abaf9.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Add ``--no-fixed-ip`` option to ``port create`` command. + [Bug `1717829 <https://launchpad.net/bugs/1717829>`_] |
