Devstack installed on Virtualbox VM with Ubuntu 20.04
Succesfully created Cirros tiny VM. But after rebooting this 3 services are failed with similar errors: devstack@n-cond-cell1.service, devstack@n-sch.service, devstack@n-super-cond.service
stack@controller:~$ systemctl status devstack@n-cond-cell1.service --no-pager -l
● devstack@n-cond-cell1.service - Devstack devstack@n-cond-cell1.service
Loaded: loaded (/etc/systemd/system/devstack@n-cond-cell1.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2022-04-20 11:58:03 +04; 1h 19min ago
Process: 1075 ExecStart=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.con f (code=exited, status=1/FAILURE)
Main PID: 1075 (code=exited, status=1/FAILURE)
Apr 20 11:58:02 controller nova-conductor[1075]: ERROR nova File "/usr/local/lib/python3.8/dis t-packages/keystoneauth1/identity/base.py", line 271, in get_endpoint_data
Apr 20 11:58:02 controller nova-conductor[1075]: ERROR nova service_catalog = self.get_acces s(session).service_catalog
Apr 20 11:58:02 controller nova-conductor[1075]: ERROR nova File "/usr/local/lib/python3.8/dis t-packages/keystoneauth1/identity/base.py", line 134, in get_access
Apr 20 11:58:02 controller nova-conductor[1075]: ERROR nova self.auth_ref = self.get_auth_re f(session)
Apr 20 11:58:02 controller nova-conductor[1075]: ERROR nova File "/usr/local/lib/python3.8/dis t-packages/keystoneauth1/identity/generic/base.py", line 206, in get_auth_ref
Apr 20 11:58:02 controller nova-conductor[1075]: ERROR nova self._plugin = self._do_create_p lugin(session)
Apr 20 11:58:02 controller nova-conductor[1075]: ERROR nova File "/usr/local/lib/python3.8/dis t-packages/keystoneauth1/identity/generic/base.py", line 158, in _do_create_plugin
Apr 20 11:58:02 controller nova-conductor[1075]: ERROR nova raise exceptions.DiscoveryFailur e(
Apr 20 11:58:02 controller nova-conductor[1075]: ERROR nova keystoneauth1.exceptions.discovery.D iscoveryFailure: Could not find versioned identity endpoints when attempting to authenticate. Pl ease check that your auth_url is correct. Unable to establish connection to http://65.152.254.10 0/identity: HTTPConnectionPool(host='65.152.254.100', port=80): Max retries exceeded with url: / identity (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f458129d 7f0>: Failed to establish a new connection: [Errno 111] ECONNREFUSED'))
Apr 20 11:58:02 controller nova-conductor[1075]: ERROR nova
How to fix it?