← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1498926] Re: Unable to create subnet from IPv6 subnetpool

 

Reviewed:  https://review.openstack.org/227167
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=1ce1bd4d4e83ab91388756978aab35c0a15ce4f5
Submitter: Jenkins
Branch:    master

commit 1ce1bd4d4e83ab91388756978aab35c0a15ce4f5
Author: Frode Nordahl <frode.nordahl@xxxxxxxxx>
Date:   Thu Sep 24 10:05:00 2015 +0200

    Remove disabled attribute from select fields on submit
    
    Subsqeuently we get the value included in the POST-request.
    
    Replaces custom logic implemented for subnetpools that has weaknesses and
    does not work any more.
    
    Change-Id: I5ce5ff0dcd7ba812a92e1aaa82c770064f0302c0
    Closes-Bug: 1498926


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
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):
  Fix Released

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


References