diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-05-07 23:13:24 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-05-07 23:13:24 +0000 |
| commit | 04d1fc69cfc1e6ba9ce6574cccb1b1890ef0050f (patch) | |
| tree | fed7b48f296641a1a6460e6a81c92f2aefe8c052 /doc/source | |
| parent | 4ce3d1dbad5fc0f854180c9f9973585f5d41dbcd (diff) | |
| parent | 62bb88f621140670c1c2f26397f97cd87fd66b18 (diff) | |
| download | python-openstackclient-04d1fc69cfc1e6ba9ce6574cccb1b1890ef0050f.tar.gz | |
Merge "Security group rule delete broken"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/backwards-incompatible.rst | 12 |
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 ============== |
