Hi Andrew, Currently, we're using the API from org.jclouds.openstack.nova.v2_0.domain.Network to assign fixed private IPv4 addresses when launching an instance. I'm trying to figure out how to do that for IPv6 addresses.
For floating IP API, we're using org.jclouds.openstack.nova.v2_0.extensions.FloatingIPApi to obtain floating IPv4 addresses. How does it work for floating IPv6 addresses? Thanks, -Jeffrey On 10/15/14 10:04 AM, "Andrew Phillips" <[email protected]> wrote: >Forwarding to user@... > >Hi Jeffrey > >> Does jClouds support IPv6? > >Just to clarify: do you mean "does the jclouds openstack-nova API >support servers with only IPv6 addresses?", or something related to >IPv6 support more generally? > >Could you describe what you are trying to do? > >Thanks! > >ap > >Quoting "Jeffrey Nguyen (jeffrngu)" <[email protected]>: > >> Hi, >> >> Does jClouds support IPv6? I'm particularly interested in the APIs >> for floating IP and fixed IP that already supports IPv4 for >> Openstack (and perhaps vCloud too). I saw this JIRA >> https://issues.apache.org/jira/browse/JCLOUDS-748 so I'm suspecting >> jClouds doesn't support IPv6 yet but I thought I'd ask anyway. >> >> Thanks, >> -Jeffrey
