<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hullo<div class="">I’m trying to spin up a simple OS environment in  a single vm and think that I’m making some silly mistake, but cannot spot it. Any hints would be greatly expected. I’ve tried this on a couple of laptops, with the same result, so I suspect that it’s something to do with how I’ve set up my vm, but I cannot identify it. (I think that there may be a few other devstack issues, but I’ve got to get it working to log any bugs).</div><div class=""><br class=""></div><div class="">I’m using a vagrant box and VirtualBox on x86 Macs (Monterey), and the devstack install/build process. Everything seems to install, but when I try:</div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">`openstack server create --flavor 42 --image cirros-0.5.2-x86_64-disk --nic net-id=2a1a4a3a-a47b-48bd-a7df-c90fc75a1c63 --security-group default wibble`</span></div></div><div class=""><br class=""></div><div class="">The network id is identified from this:</div><div class="">“”"</div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">[vagrant@localhost devstack]$ openstack network list</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">+--------------------------------------+---------+----------------------------------------------------------------------------+</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">| ID                                   | Name    | Subnets                                                                    |</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">+--------------------------------------+---------+----------------------------------------------------------------------------+</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">| 205fa7d7-7067-4f63-b3d9-6a9b37b4f11f | public  | 1bbbfa3c-8e0a-483f-a084-4e38241b3315, eecfc603-c057-4b28-90bd-950a47345410 |</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">| 2a1a4a3a-a47b-48bd-a7df-c90fc75a1c63 | private | e7377bed-3e22-4e8d-9c2d-ea7ba740fcfd, f915b88c-9988-4e1f-9060-a6295465699a |</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">| fab3fb15-cbd2-45fe-8451-3f0063d59454 | shared  | 97e6d8e6-0f57-48bc-8f1d-e30587086153                                       |</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">+--------------------------------------+---------+——————————————————————————————————————+</span></div></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">“””</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Using a public network fails with an error that this isn’t allowed.</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class="">With the private network above, the failure throws out the following errors.</div><div class="">“”"</div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">[vagrant@localhost devstack]$ sudo journalctl -f |grep ERROR</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [None req-01294678-b54a-4e40-964c-488ccf03d66c demo demo] [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] Instance failed to spawn: nova.exception.VirtualInterfaceCreateException: Virtual Interface creation failed</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] Traceback (most recent call last):</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 7510, in _create_guest_with_network</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     guest = self._create_guest(</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/usr/lib64/python3.9/contextlib.py", line 126, in __exit__</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     next(self.gen)</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/opt/stack/nova/nova/compute/manager.py", line 556, in wait_for_instance_event</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     self._wait_for_instance_events(</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/opt/stack/nova/nova/compute/manager.py", line 468, in _wait_for_instance_events</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     actual_event = event.wait()</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/opt/stack/nova/nova/compute/manager.py", line 433, in wait</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     instance_event = self.event.wait()</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/usr/local/lib/python3.9/site-packages/eventlet/event.py", line 125, in wait</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     result = hub.switch()</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/usr/local/lib/python3.9/site-packages/eventlet/hubs/hub.py", line 313, in switch</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     return self.greenlet.switch()</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] eventlet.timeout.Timeout: 300 seconds</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] </span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] During handling of the above exception, another exception occurred:</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] </span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] Traceback (most recent call last):</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/opt/stack/nova/nova/compute/manager.py", line 2728, in _build_resources</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     yield resources</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/opt/stack/nova/nova/compute/manager.py", line 2487, in _build_and_run_instance</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     self.driver.spawn(context, instance, image_meta,</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 4344, in spawn</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     self._create_guest_with_network(</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 7528, in _create_guest_with_network</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     raise exception.VirtualInterfaceCreateException()</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] nova.exception.VirtualInterfaceCreateException: Virtual Interface creation failed</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] </span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [None req-01294678-b54a-4e40-964c-488ccf03d66c demo demo] [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] Failed to allocate network(s): nova.exception.VirtualInterfaceCreateException: Virtual Interface creation failed</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] Traceback (most recent call last):</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 7510, in _create_guest_with_network</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     guest = self._create_guest(</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/usr/lib64/python3.9/contextlib.py", line 126, in __exit__</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     next(self.gen)</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/opt/stack/nova/nova/compute/manager.py", line 556, in wait_for_instance_event</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     self._wait_for_instance_events(</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/opt/stack/nova/nova/compute/manager.py", line 468, in _wait_for_instance_events</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     actual_event = event.wait()</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/opt/stack/nova/nova/compute/manager.py", line 433, in wait</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     instance_event = self.event.wait()</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/usr/local/lib/python3.9/site-packages/eventlet/event.py", line 125, in wait</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     result = hub.switch()</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/usr/local/lib/python3.9/site-packages/eventlet/hubs/hub.py", line 313, in switch</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     return self.greenlet.switch()</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] eventlet.timeout.Timeout: 300 seconds</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] </span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] During handling of the above exception, another exception occurred:</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] </span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] Traceback (most recent call last):</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/opt/stack/nova/nova/compute/manager.py", line 2487, in _build_and_run_instance</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     self.driver.spawn(context, instance, image_meta,</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 4344, in spawn</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     self._create_guest_with_network(</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]   File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 7528, in _create_guest_with_network</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315]     raise exception.VirtualInterfaceCreateException()</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] nova.exception.VirtualInterfaceCreateException: Virtual Interface creation failed</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] </span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Jun 08 15:33:52 localhost.localdomain nova-compute[87555]: </span><span style="font-variant-ligatures: no-common-ligatures; color: rgb(255, 65, 41);" class="">ERROR</span><span style="font-variant-ligatures: no-common-ligatures" class=""> nova.compute.manager [None req-01294678-b54a-4e40-964c-488ccf03d66c demo demo] [instance: 20e1b5bf-130a-48f9-af4e-9b4c7a475315] Build of instance 20e1b5bf-130a-48f9-af4e-9b4c7a475315 aborted: Failed to allocate the network(s), not rescheduling.: nova.exception.BuildAbortException: Build of instance 20e1b5bf-130a-48f9-af4e-9b4c7a475315 aborted: Failed to allocate the network(s), not rescheduling.</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class="">“”"</div></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class="">The Vagrantfile (commented out lines relate to trying this with Ubunutu, which failed the same way, and attempts to use multiple vms):</div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class="">“”"</div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(16, 16, 16); background-color: rgb(255, 255, 255);" class=""><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># -*- mode: ruby -*-</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># vi: set ft=ruby :</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; min-height: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">$script = <<-SHELL</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">dnf update -y</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#apt update</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#apt upgrade </span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">echo "updated"</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">systemctl disable firewalld</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">systemctl stop firewalld</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">systemctl disable NetworkManager</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">systemctl stop NetworkManager</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">systemctl enable network</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">systemctl start network</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#dnf config-manager --enable powertools</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#dnf install -y centos-release-openstack-yoga</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">dnf update -y</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">dnf install -y git python3-pip</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#dnf install -y openstack-packstack</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#packstack --provision-demo=n --os-neutron-ml2-type-drivers=vxlan,flat,vlan --gen-answer-file=packstack-answers.txt</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#sed -i -e 's:10.0.2.15:10.1.0.10:' packstack-answers.txt</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># not for centos 9 </span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#dnf install -y network-scripts</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">dnf install -y net-tools</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#cat /vagrant/answers.addon >> packstack-answers.txt</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># don't want this, but httpd won't start without it</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">setenforce 0</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">pip3 install invoke</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#packstack --allinone</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">cd /vagrant</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># permissions all wrong: ./go.sh  # need su - vagrant cd /vagrant && ./go.sh (?)</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># cd devstack</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># not working: wrong user ./stack.sh</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">SHELL</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; min-height: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Vagrant.configure(2) do |config|</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; min-height: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  config.vm.box = "eurolinux-vagrant/centos-stream-9"</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  #config.vm.box = "hashicorp/bionic64"</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; min-height: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#  machines = {</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#    'node1.example.dd'</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">    #'node1.example.dd'    => { :ip => '10.1.0.10'},</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  #  'node2.example.dd'    => { :ip =>'10.1.0.12'},</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#  }</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; min-height: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  config.hostmanager.enabled = true</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  config.hostmanager.manage_host = true</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  config.hostmanager.manage_guest = true</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  config.hostmanager.ignore_private_ip = false</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  config.hostmanager.include_offline = true</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; min-height: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  config.ssh.pty = true</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; min-height: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  config.vm.provision "shell", inline: $script</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; min-height: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  config.vm.network "forwarded_port", guest: 80, host: 8080</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; min-height: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#  machines.each do | hostname, attrs|</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#    config.vm.define hostname do |machine|</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#      machine.vm.hostname = hostname</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#      machine.vm.network :private_network, :ip => attrs[:ip]</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; min-height: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#      machine.vm.provider "virtualbox" do | v |</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">      config.vm.provider "virtualbox" do | v |</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">        #v.memory = "4096"</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">        #v.memory = "8192"</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">        v.memory = "9216"</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">        v.cpus = "2"</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">      end</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; min-height: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">    #end</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#  end</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">end</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">“””</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class="">I think that the vm has enough RAM, although there is minimal swap being used, but I think that this is not significant as there is much more RAM used for caching files.</div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class="">Any obvious hints as to why the spin up fails to create the NIC - or somewhere to look for further and better details?</div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class="">Tim</div></div></div></body></html>