Update doc & comment about auth

Change-Id: I12e2ca5c550e82d880b0a4ccd8491bc57b6ae70d
This commit is contained in:
Xingjian Zhang 2023-02-27 09:47:51 +00:00
parent 8b300b8c44
commit 0d166a8a32
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.