Minor fixes

* Fixed broken link to juju/openstack
* Fixed VAULT_ADDR: you can't have HTTPS together with an IP address (HTTPS requires a certified (sub)domain)

Change-Id: Ic769c3c5679cee35fbbf8a1378adb043b9fe342d
This commit is contained in:
Aurelien Lourot 2019-12-01 20:30:53 +01:00
parent 1273a329ec
commit fedc32ad66
2 changed files with 2 additions and 2 deletions

View File

@ -978,7 +978,7 @@ minimum number of unseal keys (three here):
.. code::
export VAULT_ADDR="https://<IP of vault unit>:8200"
export VAULT_ADDR="http://<IP of vault unit>:8200"
vault operator unseal <key>
vault operator unseal <key>
vault operator unseal <key>

View File

@ -54,7 +54,7 @@ Install the vault snap and configure the VAULT_ADDR environment variable:
.. code:: bash
sudo snap install vault
export VAULT_ADDR="https://<IP of vault unit>:8200"
export VAULT_ADDR="http://<IP of vault unit>:8200"
and then initialize the vault deployment: