Comment 2 for bug 1476417

Revision history for this message
TimS (tim-sandquist+ubuntu) wrote : Re: FloatingIpManager in neutron.py missing is_supported method

This affects us as well. I did some investigation to see what was going on.
The new FloatingIpManager code was added in this commit:
https://github.com/openstack/horizon/commit/86a66283ccfe146a9743bb7db9433e1f2166b509.
It was added for bug https://bugs.launchpad.net/horizon/+bug/1349841

Apparently the supporting code that has the missing is_supported() method appears to be from this commit: https://github.com/openstack/horizon/commit/936fc59aa8c9b1a45aaefc9779741c84ed3fea90. It is from bug https://bugs.launchpad.net/horizon/+bug/1292022.

I think https://github.com/openstack/horizon/commit/936fc59aa8c9b1a45aaefc9779741c84ed3fea90 needs to be pulled into the icehouse branch.