ContainX / openstack4j

A Fluent OpenStack SDK / Client Library for Java
http://openstack4j.com
Other
290 stars 367 forks source link

Change Volume Type #982

Open ayberkcal opened 7 years ago

ayberkcal commented 7 years ago

I need to change volume type of already created volume. I could do it with "cinder retype" command but I could not any way on openstack4j. What am I missing?

auhlig commented 7 years ago

I guess OS4j is missing the update volume type method in the block volume service. Would you like to submit another PR? :)