[Bug 1702466] Re: Subnet details page fails when a subnet uses IPv6 with prefix delegation

2018-02-12 Thread Corey Bryant
** Changed in: horizon (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1702466

Title:
  Subnet details page fails when a subnet uses IPv6 with prefix
  delegation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1702466] Re: Subnet details page fails when a subnet uses IPv6 with prefix delegation

2018-02-04 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/534359
Committed: 
https://git.openstack.org/cgit/openstack/horizon/commit/?id=d60ea82bfc8cd1c2a576d201e3dfe1ce9a5f99b3
Submitter: Zuul
Branch:stable/pike

commit d60ea82bfc8cd1c2a576d201e3dfe1ce9a5f99b3
Author: Akihiro Motoki 
Date:   Sat Oct 7 16:02:50 2017 +

Show subnet detail with prefix_delegation subnetpool properly

Subnet pool ID 'prefix_delegation' is a special subnet pool in Neutron
and there is no real subnet pool with ID 'prefix_delegation',
so we need to skip subnetpool_get() call
if a subnet has 'prefix_delegation' subnet pool.

This commit also adds unit tests which covers subnet pool operations
in the subnet detail view.

Change-Id: I3227a92084ee79b60d2b10262ed94a034e396306
Closes-Bug: #1702466
(cherry picked from commit 5de6b3eb14e414364bc115225d6067e3a87ad0ac)


** Tags added: in-stable-pike

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1702466

Title:
  Subnet details page fails when a subnet uses IPv6 with prefix
  delegation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1702466] Re: Subnet details page fails when a subnet uses IPv6 with prefix delegation

2017-10-23 Thread James Page
** Changed in: horizon (Ubuntu)
   Status: New => Triaged

** Changed in: horizon (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1702466

Title:
  Subnet details page fails when a subnet uses IPv6 with prefix
  delegation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1702466] Re: Subnet details page fails when a subnet uses IPv6 with prefix delegation

2017-10-16 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/510302
Committed: 
https://git.openstack.org/cgit/openstack/horizon/commit/?id=5de6b3eb14e414364bc115225d6067e3a87ad0ac
Submitter: Zuul
Branch:master

commit 5de6b3eb14e414364bc115225d6067e3a87ad0ac
Author: Akihiro Motoki 
Date:   Sat Oct 7 16:02:50 2017 +

Show subnet detail with prefix_delegation subnetpool properly

Subnet pool ID 'prefix_delegation' is a special subnet pool in Neutron
and there is no real subnet pool with ID 'prefix_delegation',
so we need to skip subnetpool_get() call
if a subnet has 'prefix_delegation' subnet pool.

This commit also adds unit tests which covers subnet pool operations
in the subnet detail view.

Change-Id: I3227a92084ee79b60d2b10262ed94a034e396306
Closes-Bug: #1702466


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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1702466

Title:
  Subnet details page fails when a subnet uses IPv6 with prefix
  delegation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1702466] Re: Subnet details page fails when a subnet uses IPv6 with prefix delegation

2017-10-07 Thread OpenStack Infra
Fix proposed to branch: master
Review: https://review.openstack.org/510302

** Changed in: horizon
   Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1702466

Title:
  Subnet details page fails when a subnet uses IPv6 with prefix
  delegation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1702466] Re: Subnet details page fails when a subnet uses IPv6 with prefix delegation

2017-10-07 Thread Akihiro Motoki
Note that 9.1.2 is a mitaka release of horizon. Mitaka is no longer
maintained as the upstream, so the fix will be only in the master and
pike release.

** Changed in: horizon
Milestone: None => queens-1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1702466

Title:
  Subnet details page fails when a subnet uses IPv6 with prefix
  delegation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1702466] Re: Subnet details page fails when a subnet uses IPv6 with prefix delegation

2017-10-07 Thread Akihiro Motoki
Yes, we need to add a special handling when subnetpool_id is
'prefix_delegation'. It is a special subnet pool and we cannot retrieve
such subnetpool via the neutron API.

** Tags added: neutron

** Changed in: horizon
 Assignee: (unassigned) => Akihiro Motoki (amotoki)

** Changed in: horizon
   Status: New => Triaged

** Changed in: horizon
   Importance: Undecided => Medium

** Tags added: pike-back

** Tags removed: pike-back
** Tags added: pike-backport-potential

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1702466

Title:
  Subnet details page fails when a subnet uses IPv6 with prefix
  delegation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1702466] Re: Subnet details page fails when a subnet uses IPv6 with prefix delegation

2017-07-11 Thread Jorge
** Also affects: horizon
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1702466

Title:
  Subnet details page fails when a subnet uses IPv6 with prefix
  delegation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs