Hi,

Currently you can use org.jclouds.openstack.nova.v2_0.NovaApi against v3 but there are some differences which I wonder how to tackle.

Basically I have two questions.

1. I'd like to check community's opinion regarding writing code for OpenStack Nova v3 [1].
   What are people's thoughts, do you intend to drop v2 support and
move classes from org.jclouds.openstack.nova.v2_0 to org.jclouds.openstack.nova.v3_0 or you want to support both?

2. My 1st question comes from a problem I hit with destroying security groups in v3 on destroyNode. It is that Createserverext ( os-create-server-ext API call) has been removed from OpenStack v3 [2]. Security groups are now available in NodeMetadata and for v3 that extension is not needed.


Regards,
Valentin Aitken!

[1] https://github.com/jclouds/jclouds/blob/master/apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/NovaApi.java#L53
[2] https://wiki.openstack.org/wiki/NovaAPIv2tov3

Reply via email to