Comment 2 for bug 1400494

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

Reviewed: https://review.openstack.org/140834
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=85e15fe8856c1c689f77c488f0b9ff80263c6f5e
Submitter: Jenkins
Branch: master

commit 85e15fe8856c1c689f77c488f0b9ff80263c6f5e
Author: melanie witt <email address hidden>
Date: Wed Dec 10 20:41:16 2014 +0000

    pass id to ServerGroupsManager in ServerGroup.delete()

    ServerGroup object delete currently fails because the manager object
    requires the server group id and is instead passed the server group
    object itself (copy-paste error). This patch changes it to pass the
    id.

    Change-Id: Ic6a4a38157f52343fbb3e75a02d1f7c6bef28d99
    Closes-Bug: #1400494