woorea / openstack-java-sdk

OpenStack Java SDK
Apache License 2.0
193 stars 198 forks source link

Blockstorage Cinder Implementation? #71

Open jhiemer opened 11 years ago

jhiemer commented 11 years ago

Are there any plans for the implementation of Blockstorage (Cinder?)

jhiemer commented 11 years ago

Taking a look at the nova-model project it seems, there is a basic model which could be used in the cinder project.

http://docs.openstack.org/api/openstack-block-storage/2.0/

What seems to be wrong right now, are the JSON properties for VolumeTypes in there:

@JsonProperty("volume-types")
Volumes.java

@JsonProperty("volume-type")
Volume.java

According to the specs, the words should be concatenated via _ and not -.

http://docs.openstack.org/api/openstack-block-storage/2.0/content/Volume_List_Types.html.

So are there any plans for cinder?

woorea commented 11 years ago

Yes, cinder and heat are the next apis i want to be part of the client

jhiemer commented 11 years ago

+1!

jhiemer commented 11 years ago

@woorea how is the current state of Cinder and Heat?

jhiemer commented 10 years ago

@woorea hello? :(

woorea commented 10 years ago

next week i'll be free to start the cinder and heat stuff, promised ;)