diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-02-29 18:38:38 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-02-29 18:38:38 +0000 |
| commit | 5310cfb8b750b3a17b99d235318e736023cfd234 (patch) | |
| tree | 79afb90e57636b1d0b64338637768a1f661afabd /doc | |
| parent | 8a3fc6c34368079d6c79cfc236c68ee8d1cb1ef4 (diff) | |
| parent | 859bfaf8757086c8607c1520c8018ab20e91a3ac (diff) | |
| download | python-openstackclient-5310cfb8b750b3a17b99d235318e736023cfd234.tar.gz | |
Merge "Make SetSecurityGroup inherit from cliff.Command"
Diffstat (limited to 'doc')
| -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 51526419..752f52e3 100644 --- a/doc/source/backwards-incompatible.rst +++ b/doc/source/backwards-incompatible.rst @@ -126,6 +126,18 @@ List of Backwards Incompatible Changes * Bug: https://bugs.launchpad.net/python-openstackclient/+bug/1546065 * Commit: https://review.openstack.org/#/c/280663/ +10. `security group set` commands will no longer return the modified resource + + Previously, modifying a security group would result in the new security group + being displayed to the user. To keep things consistent with other `set` + commands, we will no longer be showing the modified resource. + + * In favor of: Use `set` then `show` + * As of: NA + * Removed in: NA + * Bug: https://bugs.launchpad.net/python-openstackclient/+bug/1546065 + * Commit: https://review.openstack.org/#/c/281087/ + For Developers ============== |
