Nova Attach/Detach Volume can't work if volume endpoint set to v2
Bug #1215772 reported by
Dazhao Yu
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Mike Perez |
Bug Description
Cannot attach or detach volume if use v2 volume endpoint.
How to reproduce this bug:
1, Remove the volume v1 endpoint from keystone, use "keystone endpoint-delete"
2. Create the v2 volume endpoint via CLI command: keystone endpoint-create
3.export OS_VOLUME_
4. run 'cinder list' ok, and create one volume
5. run 'nova volume-attach' or 'nova detach' command will be failed. return 500 error.
After investigated, I found the root cause is nova not support cinderclient v2 yet, we need make some code change to let nova to support cinderclient v2.
Changed in nova: | |
assignee: | nobody → Dazhao Yu (dzyu) |
tags: | added: volumes |
tags: | added: api |
Changed in nova: | |
assignee: | Dazhao Yu (dzyu) → Mike Perez (thingee) |
Changed in nova: | |
milestone: | none → juno-3 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | juno-3 → 2014.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/43986
Review: https:/