Comment 7 for bug 1542171

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

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

commit b2e47b62280a3e559207c3083d57d6a354f9c6a0
Author: Rui Chen <email address hidden>
Date: Tue Mar 29 12:01:31 2016 +0800

    Aggregate object should be "grouping of compute hosts"

    The describe of Compute "aggregate" in command-objects and commands
    documents use "a grouping of servers", but exactly that should be a
    grouping of compute hosts. "server" object in OSC is a virtual machine
    instance, and server group should be "grouping of servers".

    Change-Id: Ib034fed15f11fc3e756985b3131a9922129ed6bf
    Closes-Bug: #1563172
    Related-Bug: #1542171