diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-03-01 04:30:34 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-03-01 04:30:34 +0000 |
| commit | 7039cd344764da7c1e946cb0746e78b0f501df1c (patch) | |
| tree | 9225b2cc4d740b70dcd4e4567aeffd00697b5e51 /doc/source | |
| parent | 3af46b13080dd0adaf03811122ac2ffd26075a69 (diff) | |
| parent | 9c91c1df4147cbd277c3384b0c648a6069c5f723 (diff) | |
| download | python-openstackclient-7039cd344764da7c1e946cb0746e78b0f501df1c.tar.gz | |
Merge "Make SetAgent inherit from cliff.Command"
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 752f52e3..76a3b951 100644 --- a/doc/source/backwards-incompatible.rst +++ b/doc/source/backwards-incompatible.rst @@ -138,6 +138,18 @@ List of Backwards Incompatible Changes * Bug: https://bugs.launchpad.net/python-openstackclient/+bug/1546065 * Commit: https://review.openstack.org/#/c/281087/ +11. `compute agent set` commands will no longer return the modified resource + + Previously, modifying an agent would result in the new agent 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/281088/ + For Developers ============== |
