Skip to content

Commit

Permalink
Merge pull request #683 from stackhpc/tls-docs
Browse files Browse the repository at this point in the history
Add debugging info to tls deployment docs
  • Loading branch information
markgoddard authored Oct 5, 2023
2 parents 0ae4734 + ffe9c4b commit b0fbc05
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/source/configuration/vault.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,18 @@ Enable the required TLS variables in kayobe and kolla
kayobe overcloud service deploy
If VM provisioning fails with an error with this format:

.. code-block::
Unable to establish connection to http://<kolla internal vip/fqdn>:9696/v2.0/ports/some-sort-of-uuid: Connection aborted
Restart the nova-compute container on all hypervisors:

.. code-block::
kayobe overcloud host command run --command "docker restart nova_compute" --become --show-output -l compute
Barbican integration
====================

Expand Down

0 comments on commit b0fbc05

Please sign in to comment.