Hi Jeffrey, IPv6 Addresses are indeed supported in the Nova Server domain class [1].
JCLOUDS-748 is relevant to the Compute abstraction and the lack of filtering IPv6 public/private addresses [2][3]. In addition, the comment for particular issue has references in the response to the Nova Extended IPs Extension [4], as well as the Extended IPs MAC Address Extension [5]. We will need to create these extensions for Nova and add fields to relevant classes as necessary. Please let us know if we can clarify anything else, thanks! /jd [1] https://github.com/jclouds/jclouds/blob/master/apis/openstack-nova/src/main /java/org/jclouds/openstack/nova/v2_0/domain/Server.java#L99 [2] https://github.com/jclouds/jclouds/blob/master/apis/openstack-nova/src/main /java/org/jclouds/openstack/nova/v2_0/compute/functions/ServerInRegionToNod eMetadata.java#L124 [3] https://github.com/jclouds/jclouds/blob/master/apis/openstack-nova/src/main /java/org/jclouds/openstack/nova/v2_0/compute/functions/ServerInRegionToNod eMetadata.java#L131 [4] https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/co ntrib/extended_ips.py#L75 [5] https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/co ntrib/extended_ips_mac.py#L73 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
