Comment 3 for bug 1359359

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

Reviewed: https://review.openstack.org/116369
Committed: https://git.openstack.org/cgit/openstack/python-troveclient/commit/?id=33c76fab16b80f32a04f83e1653d4f809c22d3bd
Submitter: Jenkins
Branch: master

commit 33c76fab16b80f32a04f83e1653d4f809c22d3bd
Author: <email address hidden> <email address hidden>
Date: Fri Aug 22 14:59:25 2014 -0500

    Add a drop config-grp command in update instance

    As per the current code in the client, there is no option to detach
    the configuration group of the instance. This change gives a user the
    option to explicitly drop the config group of the instance as part of
    the instance update call.

    Change-Id: I7defd110549df87afd267d3ebe998904ff6b7483
    Closes-Bug: 1359359