Merge "Update doc & comment about auth"

This commit is contained in:
Zuul 2023-06-30 18:10:40 +00:00 committed by Gerrit Code Review
commit aa59eb069a
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ file to ``true``, in order to obtain the correct nodes ip.
Local Setup
--------------------
Copy ``config.yaml.sample`` to ``config.yaml`` and provide the
hostnames you want, and password hash (not password), and sshkey for
hostnames you want, and password, and sshkey for
the stack user.
Then run vagrant up.

View File

@ -5,7 +5,7 @@ hostname_compute: compute.openstack.site
# The domain names and ips to add in the no_proxy variable (comma separated)
user_domains: .mycompany.com,10.20.30.40
# The passwort that should be used for the system user 'stack'.
# The password that should be used for the system user 'stack'.
stack_password: secretsecret
# The password that should be used for services like the database or queuing.
@ -14,7 +14,7 @@ service_password: secretsecret
# The password that should be used for the OpenStack admin user.
admin_password: secretsecret
# The public SSH key that should be used for the system user 'stack'.
# The public SSH key that should be used for the system user 'stack' (only the base64 encoded part).
stack_sshkey: the_ssh_public_key_you_want_for_your_stack_user
# Define the setup mode to install the environment.