summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-05-07 23:13:24 +0000
committerGerrit Code Review <review@openstack.org>2015-05-07 23:13:24 +0000
commit04d1fc69cfc1e6ba9ce6574cccb1b1890ef0050f (patch)
treefed7b48f296641a1a6460e6a81c92f2aefe8c052 /doc/source
parent4ce3d1dbad5fc0f854180c9f9973585f5d41dbcd (diff)
parent62bb88f621140670c1c2f26397f97cd87fd66b18 (diff)
downloadpython-openstackclient-04d1fc69cfc1e6ba9ce6574cccb1b1890ef0050f.tar.gz
Merge "Security group rule delete broken"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/backwards-incompatible.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/backwards-incompatible.rst b/doc/source/backwards-incompatible.rst
index 817f2a30..437f9324 100644
--- a/doc/source/backwards-incompatible.rst
+++ b/doc/source/backwards-incompatible.rst
@@ -35,6 +35,18 @@ List of Backwards Incompatible Changes
* Bug: https://bugs.launchpad.net/python-openstackclient/+bug/1404073
* Commit: https://review.openstack.org/#/c/143242/
+3. Command `openstack security group rule delete` now requires rule id
+
+ Previously, the command was `openstack security group rule delete --proto
+ <proto> [--src-ip <ip-address> --dst-port <port-range>] <group>`,
+ whereas now it is: `openstack security group rule delete <rule>`.
+
+ * In favor of: Using `openstack security group rule delete <rule>`.
+ * As of: 1.2.1
+ * Removed in: NA
+ * Bug: https://bugs.launchpad.net/python-openstackclient/+bug/1450872
+ * Commit: https://review.openstack.org/#/c/179446/
+
For Developers
==============