← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1498926] [NEW] Unable to create subnet from IPv6 subnetpool

 

Public bug reported:

Running on devstack.

Horizon error message:
Error: Failed to create subnet "" for network "test6": Bad subnets request: Cannot allocate IPv4 subnet from IPv6 subnet pool

Request to neutron:
Request body: {u'subnet': {u'name': u'test6', u'enable_dhcp': True, u'network_id': u'6f39a9f3-b973-4b51-a93c-fb48ab7c0cff', u'tenant_id': u'0fb99ea304674ea9a8c25f41903e942c', u'ip_version': 4, u'prefixlen': u'64', u'subnetpool_id': u'b3587615-7e82-46a6-a7d0-eb634381cbbd'}}

However this succeeds when testing the relevant patches on stable/kilo.

There is either a weakness in the horizon.forms.js handling of creating
a hidden field for the ip_version due to disabled field not posting or
something has changed elsewhere that prevents this from working.

I will investigate further, please comment if you have any insights.

** Affects: horizon
     Importance: Undecided
         Status: New

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

Title:
  Unable to create subnet from IPv6 subnetpool

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Running on devstack.

  Horizon error message:
  Error: Failed to create subnet "" for network "test6": Bad subnets request: Cannot allocate IPv4 subnet from IPv6 subnet pool

  Request to neutron:
  Request body: {u'subnet': {u'name': u'test6', u'enable_dhcp': True, u'network_id': u'6f39a9f3-b973-4b51-a93c-fb48ab7c0cff', u'tenant_id': u'0fb99ea304674ea9a8c25f41903e942c', u'ip_version': 4, u'prefixlen': u'64', u'subnetpool_id': u'b3587615-7e82-46a6-a7d0-eb634381cbbd'}}

  However this succeeds when testing the relevant patches on
  stable/kilo.

  There is either a weakness in the horizon.forms.js handling of
  creating a hidden field for the ip_version due to disabled field not
  posting or something has changed elsewhere that prevents this from
  working.

  I will investigate further, please comment if you have any insights.

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


Follow ups