Skip to content

Commit 187044f

Browse files
committed
Add debugging info to tls deployment docs
1 parent b0fbc2d commit 187044f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/source/configuration/vault.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,16 @@ Enable the required TLS variables in kayobe and kolla
229229
230230
kayobe overcloud service deploy
231231
232+
If VM provisioning fails with an error with this format: ``Unable to
233+
establish connection to
234+
http://<kolla internal vip/fqdn>:9696/v2.0/ports/some-sort-of-uuid:
235+
'Connection aborted``
236+
Restart the nova-compute container on all hypervisors:
237+
238+
.. code-block::
239+
240+
kayobe overcloud host command run --command "docker restart nova_compute" --become --show-output -l compute
241+
232242
Barbican integration
233243
====================
234244

0 commit comments

Comments
 (0)