Comment 3 for bug 1354499

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

Reviewed: https://review.openstack.org/112970
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c55736d9fc941ae3f00a29e945b8881be7813e52
Submitter: Jenkins
Branch: master

commit c55736d9fc941ae3f00a29e945b8881be7813e52
Author: Dan Prince <email address hidden>
Date: Fri Aug 8 12:29:47 2014 -0400

    Use v1 as default for cinder_catalog_info

    In c5402ef4fc509047d513a715a1c14e9b4ba9674f we recently
    added support for the Cinder v2 client. This change modified
    the default value of the cinder_catalog_info config such
    that an end user who was previously using the Cinder V1
    API via the default config setting (by not setting it) would
    have a broken Nova -> cinder configuration upon upgrade.

    We should hold off on changing the default cinder_catalog_info
    for one release to allow for proper deprecation.

    Change-Id: I040b2c87ad0a2be92f31264e293794d97c27c965
    Closes-bug: #1354499