Activity log for bug #1741575

Date Who What changed Old value New value Message
2018-01-05 22:56:45 Mathieu Rohon bug added bug
2018-01-08 15:06:34 Mathieu Rohon description Using latest neutron [1] and python-neutronclient [2], we are now able to create VMs without IP addresses. If I run : $ openstack network create net1 $ openstack port create --network net1 port_net1 I get the IP_allocation field equal to "none" for the created port. So the following command should result in a VM without IP Addresses : $ openstack server create --flavor 1 --image 78ee2490-3b59-4c1f-bc29-cdb878ccfc26 --port port_net1 Instead I have the following error : Port c1013516-8e00-4f99-817d-07edbb386142 requires a FixedIP in order to be used. (HTTP 400) It seems that nova only accepts VMs with deferred ip_allocation [3][4], not "none". Accepting "none" as a valid option for the ip_allocation attribute would implement [5], as [4] was expected to, regarding Matt Riedemann last comment on [5]. [1] https://review.openstack.org/#/c/361455/ [2] https://review.openstack.org/#/c/504817/ [3] http://git.openstack.org/cgit/openstack/nova/tree/nova/network/neutronv2/api.py#n1663 [4] https://review.openstack.org/#/c/299591/ [5] https://review.openstack.org/#/c/239276/ Using latest neutron [1] and python-neutronclient [2], we are now able to create VMs without IP addresses. If I run : $ openstack network create net1 $ openstack port create --network net1 --no-fixed-ip port_net1 I get the IP_allocation field equal to "none" in the neutron database for the created port. So the following command should result in a VM without IP Addresses : $ openstack server create --flavor 1 --image 78ee2490-3b59-4c1f-bc29-cdb878ccfc26 --port port_net1 Instead I have the following error : Port c1013516-8e00-4f99-817d-07edbb386142 requires a FixedIP in order to be used. (HTTP 400) It seems that nova only accepts VMs with deferred ip_allocation [3][4], not "none". Accepting "none" as a valid option for the ip_allocation attribute would implement [5], as [4] was expected to, regarding Matt Riedemann last comment on [5]. [1] https://review.openstack.org/#/c/361455/ [2] https://review.openstack.org/#/c/504817/ [3] http://git.openstack.org/cgit/openstack/nova/tree/nova/network/neutronv2/api.py#n1663 [4] https://review.openstack.org/#/c/299591/ [5] https://review.openstack.org/#/c/239276/
2018-01-08 15:50:17 Mathieu Rohon attachment added patch.txt https://bugs.launchpad.net/nova/+bug/1741575/+attachment/5032812/+files/patch.txt
2018-01-08 16:43:59 Mathieu Rohon summary creating a VM without IP (ip_allocation=None) creating a VM without IP (ip_allocation='none')
2018-01-08 21:32:02 Mathieu Rohon attachment added patch_segment.txt https://bugs.launchpad.net/nova/+bug/1741575/+attachment/5033015/+files/patch_segment.txt
2018-01-12 17:20:35 OpenStack Infra nova: status New In Progress
2018-01-12 17:20:35 OpenStack Infra nova: assignee Mathieu Rohon (mathieu-rohon)
2018-11-20 13:13:00 OpenStack Infra nova: assignee Mathieu Rohon (mathieu-rohon) do3meli (d-info-e)
2018-11-20 14:41:58 do3meli nova: assignee do3meli (d-info-e)
2019-01-31 19:10:09 sean mooney nova: status In Progress Opinion
2019-01-31 19:11:29 sean mooney tags network security-groups
2019-02-07 14:17:43 Matt Riedemann nova: importance Undecided Wishlist
2019-10-06 18:51:51 OpenStack Infra nova: status Opinion In Progress
2019-10-06 18:51:51 OpenStack Infra nova: assignee do3meli (d-info-e)
2019-10-06 18:55:31 do3meli nova: assignee do3meli (d-info-e)
2019-10-06 18:56:10 do3meli nova: status In Progress Opinion
2019-11-04 12:44:10 David Juran bug added subscriber David Juran