yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #09122
[Bug 1267685] Re: boot vm don't support ipv6
python-novaclient would need to change this for it's validation
decorators.
** Also affects: python-novaclient
Importance: Undecided
Status: New
** Changed in: python-novaclient
Importance: Undecided => Wishlist
--
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):
New
Status in Python client library for Nova:
New
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