yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #35006
[Bug 1471277] [NEW] floating ip association fails if a port is attached to a network with no subnet
Public bug reported:
If we have:
OPENSTACK_NEUTRON_NETWORK['enable_fip_topology_check'] = False
In the meanwhile a user has issued the following neutron commands:
neutron net-create
neutron port-create <network-id_created just above>
... not finished yet
In the same meanwhile a user wants to associate a FIP.
We get the following traceback:
http://paste.openstack.org/show/339014/
This is because the list of fixed IPs is empty for this port.
** Affects: horizon
Importance: Undecided
Assignee: Yves-Gwenael Bourhis (yves-gwenael-bourhis)
Status: In Progress
--
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/1471277
Title:
floating ip association fails if a port is attached to a network with
no subnet
Status in OpenStack Dashboard (Horizon):
In Progress
Bug description:
If we have:
OPENSTACK_NEUTRON_NETWORK['enable_fip_topology_check'] = False
In the meanwhile a user has issued the following neutron commands:
neutron net-create
neutron port-create <network-id_created just above>
... not finished yet
In the same meanwhile a user wants to associate a FIP.
We get the following traceback:
http://paste.openstack.org/show/339014/
This is because the list of fixed IPs is empty for this port.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1471277/+subscriptions
Follow ups
References