Public bug reported:
As per merge in of
https://review.opendev.org/#/c/699465/12/neutron/ipam/utils.py it is not
allowed to create or update ports with fixed ips if the device_owner is not
empty or a router device owner.
This blocks us from creating ports with our own custom device owner, but also
blocks for example the following example with a nova port:
openstack network create net1
openstack subnet create --ip-version 6 --subnet-range cafe:babe::/64 --network
net1 subnet1
openstack port create net1 --fixed-ip subnet=subnet1,ip-address=cafe:babe::5
port1
openstack server create --flavor 1 --image cirros --port port1 server1
openstack port set --fixed-ip subnet=subnet1,ip-address=cafe:babe::6 port1
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1859163
Title:
Create port with fixed ipv6 address for non-router ports is not
allowed anymore
Status in neutron:
New
Bug description:
As per merge in of
https://review.opendev.org/#/c/699465/12/neutron/ipam/utils.py it is not
allowed to create or update ports with fixed ips if the device_owner is not
empty or a router device owner.
This blocks us from creating ports with our own custom device owner, but also
blocks for example the following example with a nova port:
openstack network create net1
openstack subnet create --ip-version 6 --subnet-range cafe:babe::/64
--network net1 subnet1
openstack port create net1 --fixed-ip subnet=subnet1,ip-address=cafe:babe::5
port1
openstack server create --flavor 1 --image cirros --port port1 server1
openstack port set --fixed-ip subnet=subnet1,ip-address=cafe:babe::6 port1
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1859163/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp