We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fbc2d commit ffe9c4bCopy full SHA for ffe9c4b
doc/source/configuration/vault.rst
@@ -229,6 +229,18 @@ Enable the required TLS variables in kayobe and kolla
229
230
kayobe overcloud service deploy
231
232
+ If VM provisioning fails with an error with this format:
233
+
234
+ .. code-block::
235
236
+ Unable to establish connection to http://<kolla internal vip/fqdn>:9696/v2.0/ports/some-sort-of-uuid: Connection aborted
237
238
+ Restart the nova-compute container on all hypervisors:
239
240
241
242
+ kayobe overcloud host command run --command "docker restart nova_compute" --become --show-output -l compute
243
244
Barbican integration
245
====================
246
0 commit comments