** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => juno-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1215772

Title:
  Nova Attach/Detach Volume can't work if volume endpoint set to v2

Status in OpenStack Compute (Nova):
  Fix Released

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_API_VERSION=2
  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1215772/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to