summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-02-17 15:16:33 +0800
committerTang Chen <chen.tang@easystack.cn>2016-02-27 03:50:47 +0800
commitba826fa04fd5f16658da0319f34e26f14d7716d2 (patch)
treef3e88223f0e9e614ffc334ec140e49dff30f847b /releasenotes/notes
parent9c91c1df4147cbd277c3384b0c648a6069c5f723 (diff)
downloadpython-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 'releasenotes/notes')
-rw-r--r--releasenotes/notes/bug-1546065-41d09ffbd8606513.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1546065-41d09ffbd8606513.yaml b/releasenotes/notes/bug-1546065-41d09ffbd8606513.yaml
index a28290cf..7e8d9e7a 100644
--- a/releasenotes/notes/bug-1546065-41d09ffbd8606513.yaml
+++ b/releasenotes/notes/bug-1546065-41d09ffbd8606513.yaml
@@ -6,3 +6,5 @@ fixes:
[Bug `1546065 <https://bugs.launchpad.net/python-openstackclient/+bug/1546065>`_]
- Command ``compute agent set`` now outputs nothing.
[Bug `1546065 <https://bugs.launchpad.net/python-openstackclient/+bug/1546065>`_]
+ - Command ``aggregate set`` now outputs nothing.
+ [Bug `1546065 <https://bugs.launchpad.net/python-openstackclient/+bug/1546065>`_]