Comment 3 for bug 1130924

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

Reviewed: https://review.openstack.org/110420
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=7f67ad6d39b06c141f96c766276f3c18521af38e
Submitter: Jenkins
Branch: master

commit 7f67ad6d39b06c141f96c766276f3c18521af38e
Author: Paul Marshall <email address hidden>
Date: Tue Jul 29 11:41:27 2014 -0500

    Remove accounts use of non-existent Nova extension

    The accounts mgmt extension uses a Nova accounts extension that doesn't
    exist. This removes the use of Nova accounts and instead shows all
    trove instance ids associated with the account. Accounts index is unchanged
    and returns the total number of instances per account for all accounts.

    Change-Id: I8a4387aec2e124dfbfb5c55a62fe4154e5e38544
    Closes-Bug: 1130924