summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-06-22 21:39:31 +0000
committerGerrit Code Review <review@openstack.org>2019-06-22 21:39:31 +0000
commit3258b9e5e3c2c6e7752806f505d1fefbbe135eef (patch)
treeb32b5d16773952d9c3dad0ec81afc64874d7a713 /releasenotes/notes
parent1a21f02bc7507120f3a4fe2af12ba7a27b002b44 (diff)
parent33a255612c661f174d2cb5d4ca93f8d7096e9290 (diff)
downloadpython-openstackclient-3258b9e5e3c2c6e7752806f505d1fefbbe135eef.tar.gz
Merge "Change default security group protocol to 'any'"
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/bug-1716789-abfae897b7e61246.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1716789-abfae897b7e61246.yaml b/releasenotes/notes/bug-1716789-abfae897b7e61246.yaml
new file mode 100644
index 00000000..1fd0a13d
--- /dev/null
+++ b/releasenotes/notes/bug-1716789-abfae897b7e61246.yaml
@@ -0,0 +1,17 @@
+---
+features:
+ - |
+ Change to use ``any`` as the default ``--protocol`` option to
+ ``security group rule create`` command when using the Neutron v2 API.
+ [Bug `1716789 <https://bugs.launchpad.net/bugs/1716789>`_]
+fixes:
+ - |
+ The default protocol used to create a security rule was changed to
+ ``tcp``, which was a regression from the neutron client when using
+ the Neutron v2 API. Change it back to ``any``, which skips sending
+ the protocol to the API server entirely.
+upgrade:
+ - |
+ Users that had been creating rules without specifying a protocol
+ and expecting ``tcp`` need to change to use ``--protocol tcp``
+ explicitly when using the Neutron v2 API.