Comment 13 for bug 1546065

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/281089
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=ba826fa04fd5f16658da0319f34e26f14d7716d2
Submitter: Jenkins
Branch: master

commit ba826fa04fd5f16658da0319f34e26f14d7716d2
Author: Tang Chen <email address hidden>
Date: Wed Feb 17 15:16:33 2016 +0800

    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