Cloned from launchpad blueprint https://blueprints.launchpad.net/horizon/+spec/horizon-cinder-v2-preferred-version. Description: Current Horizon cinder API supports cinderclient v1 and cinderclient v2. However cinderclient v1 is by default the preferred version. In order to see the features which are implemented in Horizon and only supported in cinderclient v2, user need to change local_settings.py to uncomment the following : OPENSTACK_API_VERSIONS = { #"identity": 3, "volume": 2 } cinderclient v2 is backwards compatible, propose to set the Horizon cinder API to use cinderclient v2 by default. VERSIONS = base.APIVersionManager("volume", preferred_version=2) By the way nova project is moving to use cinderclient v2 as default. https://blueprints.launchpad.net/nova/+spec/support-cinderclient-v2 Specification URL (additional information): None
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2015:1548