diff options
| author | Tang Chen <chen.tang@easystack.cn> | 2016-02-17 15:16:33 +0800 |
|---|---|---|
| committer | Tang Chen <chen.tang@easystack.cn> | 2016-02-27 03:50:47 +0800 |
| commit | ba826fa04fd5f16658da0319f34e26f14d7716d2 (patch) | |
| tree | f3e88223f0e9e614ffc334ec140e49dff30f847b /doc/source | |
| parent | 9c91c1df4147cbd277c3384b0c648a6069c5f723 (diff) | |
| download | python-openstackclient-ba826fa04fd5f16658da0319f34e26f14d7716d2.tar.gz | |
Make SetAggregate inherit from cliff.Command
set/unset comamnd classes should inherit from cliff.Command class.
Also, this patch adds functional tests for aggregate.
And also, use utils.format_dict() to format the output of the
properties dict.
Change-Id: Idb50bef8990da95666960e2414dfd7c9be234bba
Partial-bug: #1519503
Closes-Bug: 1546065
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 76a3b951..bb2b0bdd 100644 --- a/doc/source/backwards-incompatible.rst +++ b/doc/source/backwards-incompatible.rst @@ -150,6 +150,18 @@ List of Backwards Incompatible Changes * Bug: https://bugs.launchpad.net/python-openstackclient/+bug/1546065 * Commit: https://review.openstack.org/#/c/281088/ +13. `aggregate set` commands will no longer return the modified resource + + Previously, modifying an aggregate would result in the new aggregate 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/281089/ + For Developers ============== |
