Horizon Use Cinder V2 as Preferred Version
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 settings files local_settings.py to uncomment the following :
OPENSTACK_
#"identity": 3,
"volume": 2
}
cinderclient v2 is backwards compatible, propose to set the Horizon cinder API to use cinderclient v2 by default.
VERSIONS = base.APIVersion
By the way nova project is moving to use cinderclient v2 as default.
https:/
Note: changes are simple, however testing should be thoroughly performed.
Blueprint information
- Status:
- Complete
- Approver:
- David Lyle
- Priority:
- Medium
- Drafter:
- Gloria Gu
- Direction:
- Approved
- Assignee:
- Gary W. Smith
- Definition:
- Approved
- Series goal:
- Accepted for kilo
- Implementation:
-
Implemented
- Milestone target:
-
2015.1.0
- Started by
- David Lyle
- Completed by
- David Lyle
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Use cinder API v2, remove support for v1