Comment 2 for bug 1292457

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

Reviewed: https://review.openstack.org/80536
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=53182ddb06328d7c29f651b405f677a023b4c608
Submitter: Jenkins
Branch: master

commit 53182ddb06328d7c29f651b405f677a023b4c608
Author: Sushil Kumar <email address hidden>
Date: Fri Mar 14 10:48:18 2014 +0000

    Removes volumes redefinition in fake nova_client

    Reasons:
    - The redefinition of nova_client.volumes was making it,
      nova_client.volumes.volumes, if we needed to call the volume APIs
      from nova_client.
    - nova_client.volumes is already defined when defining "class FakeClient".

    Changes:
    - Removes redefinition of nova_client.volumes.

    Change-Id: I5981d461e5a0fd000214c35d5d0be58d86d6d368
    Closes-Bug: #1292457