-1

http://developer.openstack.org/api-ref-blockstorage-v2.html

i can't find volume extend API... how to extend openstack volume size??

김영석
  • 1
  • 1

1 Answers1

1

Judging by source code it would be something like:

POST //volumes//action

And post content:

{ os-extend : { new_size: } }

Muran
  • 67
  • 3