← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1042904] Re: can't update volume and snapshot display_name

 

Fixed in cinder, I think that's the only place it needs fixing

** Changed in: nova
       Status: In Progress => Invalid

-- 
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/1042904

Title:
  can't update volume and snapshot display_name

Status in Cinder:
  Fix Released
Status in OpenStack Compute (Nova):
  Invalid

Bug description:
  the python-novaclient supports a top level command "rename" - volumes
  needs some of that too!

  $ curl -s http://10.127.0.28:8776/v1/83833af048414960ad5e09f59b537b59/volumes/110925a5-664c-4a1b-a3cd-aca0818f359e -H 'x-auth-token: c426c362275549cd938d41d6736d3219' -H 'content-type: application/json' -XPUT -d '{"volume": {"display_name": "new-name"}}' | python -m json.tool
  {
      "itemNotFound": {
          "code": 404, 
          "message": "The resource could not be found."
      }
  }

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