Bug 1112481 - [RFE][horizon]: Horizon Use Cinder V2 as Preferred Version
Summary: [RFE][horizon]: Horizon Use Cinder V2 as Preferred Version
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-django-horizon
Version: unspecified
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: Upstream M1
: 7.0 (Kilo)
Assignee: Matthias Runge
QA Contact: Ido Ovadia
URL: https://blueprints.launchpad.net/hori...
Whiteboard: upstream_milestone_kilo-1 upstream_de...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-24 04:08 UTC by RHOS Integration
Modified: 2015-08-05 13:12 UTC (History)
7 users (show)

Fixed In Version: python-django-horizon-2015.1.0-7.el7ost
Doc Type: Enhancement
Doc Text:
OpenStack Dashboard now uses Block Storage (cinder) version 2 as its preferred version. Now when a Block Storage client is requested, access is given using cinder version 2, if not specified otherwise.
Clone Of:
Environment:
Last Closed: 2015-08-05 13:12:44 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2015:1548 0 normal SHIPPED_LIVE Red Hat Enterprise Linux OpenStack Platform Enhancement Advisory 2015-08-05 17:07:06 UTC

Description RHOS Integration 2014-06-24 04:08:26 UTC
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

Comment 5 errata-xmlrpc 2015-08-05 13:12:44 UTC
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


Note You need to log in before you can comment on or make changes to this bug.