yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #81500
[Bug 1861876] [NEW] [Neutron API] Neutron Floating IP not always have 'port_details'
Public bug reported:
1) Neutron Floating IP 'port_details' key is part of an extension. That
means not always will be present in the Floating IP dictionary. Since
[1], in [2] is assumed that this key is always present. That should be
checked first.
2) The same patch [1] also introduced an error when retrieving the
network ID [3]. The network ID is stored in a key named
"floating_network_id" [4].
n-api log example: http://paste.openstack.org/show/789108/
CI job failing (breaking Neutron CI!!!):
https://0ebef4bf8afa09d1c4c9-5e4b426cf1ca8d9cb4613ee1042e28ab.ssl.cf5.rackcdn.com/704530/4/check
/neutron-ovn-tempest-ovs-release/c0a29b4/testr_results.html
[1]https://review.opendev.org/#/c/697153/
[2]https://review.opendev.org/#/c/697153/16/nova/api/openstack/compute/floating_ips.py@40
[3]https://review.opendev.org/#/c/697153/16/nova/api/openstack/compute/floating_ips.py@47
[4]https://github.com/openstack/neutron/blob/master/neutron/db/l3_db.py#L1030-L1037
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1861876
Title:
[Neutron API] Neutron Floating IP not always have 'port_details'
Status in OpenStack Compute (nova):
New
Bug description:
1) Neutron Floating IP 'port_details' key is part of an extension.
That means not always will be present in the Floating IP dictionary.
Since [1], in [2] is assumed that this key is always present. That
should be checked first.
2) The same patch [1] also introduced an error when retrieving the
network ID [3]. The network ID is stored in a key named
"floating_network_id" [4].
n-api log example: http://paste.openstack.org/show/789108/
CI job failing (breaking Neutron CI!!!):
https://0ebef4bf8afa09d1c4c9-5e4b426cf1ca8d9cb4613ee1042e28ab.ssl.cf5.rackcdn.com/704530/4/check
/neutron-ovn-tempest-ovs-release/c0a29b4/testr_results.html
[1]https://review.opendev.org/#/c/697153/
[2]https://review.opendev.org/#/c/697153/16/nova/api/openstack/compute/floating_ips.py@40
[3]https://review.opendev.org/#/c/697153/16/nova/api/openstack/compute/floating_ips.py@47
[4]https://github.com/openstack/neutron/blob/master/neutron/db/l3_db.py#L1030-L1037
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1861876/+subscriptions
Follow ups