← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1267685] Re: boot vm don't support ipv6

 

** Changed in: nova
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1267685

Title:
  boot vm don't support ipv6

Status in OpenStack Compute (Nova):
  Fix Released
Status in Python client library for Nova:
  In Progress

Bug description:
  when boot vm, it can use '--nic <net-id=net-uuid,v4-fixed-ip=ip-addr, port-id=port-uuid>' to set network info, if it want to use ipv6,it hase to use port-id which hase a ipv6 address, I think it should can use '--nic net-id=net-uuid, fixed-ip=ip-addr' which include ipv4 and ipv6 address.Currently,nova already prevent that:
  if address is not None and not utils.is_valid_ipv4(address):
     msg = _("Invalid fixed IP address (%s)") % address
      raise exc.HTTPBadRequest(explanation=msg)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1267685/+subscriptions


References