$ snap list
Name Version Rev Tracking Publisher Notes
core22 20251125 2216 latest/stable canonical✓ base
core24 20251210 1267 latest/stable canonical✓ base
juju 3.6.13 33655 3.6/stable canonical✓ -
lxd 5.21.4-de343be 37395 5.21/stable canonical✓ -
openstack 2024.1 828 2024.1/candidate canonical✓ -
snapd 2.73 25935 latest/stable canonical✓ snapd
$ juju machines
Machine State Address Inst id Base AZ Message
0 pending manual:192.168.122.127 ubuntu@24.04 Manually provisioned machine
the log was long, but i grabbed the last failing part.
07:07:54,946 sunbeam.clusterd.service DEBUG [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/local/certpair/server, args={'allow_redirects': True}
07:07:54,947 urllib3.connectionpool DEBUG http://localhost:None "GET /local/certpair/server HTTP/1.1" 200 1177
07:07:54,948 sunbeam.clusterd.service DEBUG Response(<Response [200]>) = /* REDACTED */
07:07:54,948 sunbeam.clusterd.service DEBUG [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/ProxySettings, args={'allow_redirects': True}
07:07:54,950 urllib3.connectionpool DEBUG http://localhost:None "GET /1.0/config/ProxySettings HTTP/1.1" 200 148
07:07:54,950 sunbeam.clusterd.service DEBUG Response(<Response [200]>) = {"type":"sync","status":"Success","status_code":200,"operation":"","error_code":0,"error":"","metadata":"{\"proxy\": {\"proxy_required\": false}}"}
07:07:54,950 sunbeam.core.common DEBUG Starting step 'Add model openstack-machines'
07:07:54,951 jubilant INFO cli: juju models --controller localhost-localhost --format json --all
07:07:55,136 sunbeam.core.common DEBUG Skipping step Add model openstack-machines
07:07:55,138 sunbeam.core.common DEBUG Starting step 'Add machine'
07:07:55,139 sunbeam.core.juju DEBUG Running command /snap/openstack/828/juju/bin/juju machines -m admin/openstack-machines --format json
07:07:55,370 sunbeam.core.juju DEBUG Command finished. stdout={"model":"openstack-machines","machines":{"0":{"juju-status":{"current":"pending","since":"25 Jan 2026 20:59:54+01:00","life":"dying"},"instance-id":"manual:192.168.122.127","machine-status":{"current":"running","message":"Manually provisioned machine","since":"25 Jan 2026 20:59:54+01:00"},"modification-status":{"current":"idle","since":"25 Jan 2026 20:59:54+01:00"},"base":{"name":"ubuntu","channel":"24.04"},"hardware":"arch=amd64 cores=6 mem=15712M"}}}
, stderr=
07:07:55,370 sunbeam.steps.juju DEBUG Found machines: {'model': 'openstack-machines', 'machines': {'0': {'juju-status': {'current': 'pending', 'since': '25 Jan 2026 20:59:54+01:00', 'life': 'dying'}, 'instance-id': 'manual:192.168.122.127', 'machine-status': {'current': 'running', 'message': 'Manually provisioned machine', 'since': '25 Jan 2026 20:59:54+01:00'}, 'modification-status': {'current': 'idle', 'since': '25 Jan 2026 20:59:54+01:00'}, 'base': {'name': 'ubuntu', 'channel': '24.04'}, 'hardware': 'arch=amd64 cores=6 mem=15712M'}}}
07:07:55,370 sunbeam.core.common DEBUG Running step Add machine
07:08:04,926 sunbeam.steps.juju DEBUG Juju add-machine: expect got regex related to <class 'pexpect.exceptions.EOF'>
07:08:05,26 sunbeam.core.common DEBUG Finished running step 'Add machine'. Result: ResultType.FAILED