nova_libvirtd and nova_compute can't auth
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
Invalid
|
Undecided
|
Unassigned |
Bug Description
I'm trying to deploy openstack into a virtual machine with kolla-ansible (all-in-one mode).
I do all the steps recommended in the docs and still nova-compute refuses to start (and halts the 'deploy' kolla action):
$ kolla-ansible -i all-in-one bootstrap-servers
$ kolla-ansible -i all-in-one prechecks
$ kolla-ansible -i all-in-one deploy
[.. fails, nova-compute not starting ..]
$ grep -v ^# /etc/kolla/
---
workaround_
kolla_base_distro: "debian"
kolla_internal_
network_interface: "ens3"
neutron_
enable_haproxy: "no"
nova_compute_
Inspection of the nova-compute container logs yields:
[..]
2023-02-02 16:15:53.886 7 ERROR oslo_service.
2023-02-02 16:15:53.886 7 ERROR oslo_service.
2023-02-02 16:15:53.897 7 INFO nova.virt.
Inspection of the nova-libvirt container logs yields:
[..]
2023-02-02 13:14:37.626+0000: 117058: info : libvirt version: 8.0.0, package: 1~bpo11+1 (Michael Tokarev <email address hidden> Thu, 27 Jan 2022 10:36:33 +0300)
2023-02-02 13:14:37.626+0000: 117058: info : hostname: arturo-
2023-02-02 13:14:37.626+0000: 117058: error : dnsmasqCapsRefr
2023-02-02 13:14:37.991+0000: 117058: error : virHostCPUGetCP
2023-02-02 13:14:42.531+0000: 117046: error : virNetSASLSessi
2023-02-02 13:14:42.531+0000: 117046: error : remoteDispatchA
2023-02-02 13:14:42.533+0000: 117019: error : virNetSocketRea
Find attached a file with full logs.
More information about the environment.
Container images being used: openstack. kolla/nova- compute: zed-debian- bullseye "dumb-init --single-…" 22 hours ago Restarting (0) 1 second ago nova_compute openstack. kolla/nova- libvirt: zed-debian- bullseye "dumb-init --single-…" 22 hours ago Up 22 hours (unhealthy) nova_libvirt
=== 8< ===
$ sudo docker ps | egrep compute\|libvirt
844ae175d7c3 quay.io/
9c4ae9872e2b quay.io/
=== 8< ===
Credentials: nova-compute/ auth.conf default] UtybmJHqSRWU884 TK65D3gMb7pmDIY p2D4yRSLoT
=== 8< ===
$ sudo cat /etc/kolla/
[credentials-
authname=nova
password=
[auth-libvirt- default]
credentials=default
=== 8< ===
Credentials: nova-libvirt/ auth.conf default] UtybmJHqSRWU884 TK65D3gMb7pmDIY p2D4yRSLoT
=== 8< ===
$ sudo cat /etc/kolla/
[credentials-
authname=nova
password=
[auth-libvirt- default]
credentials=default
=== 8< ===