fix: add single quotation markx for password
Some users forget to add single quotation marks for the password value which contains blanks or back slashes, which cause login failures. Adding signle quotation marks for password values in the example file as a remind. Change-Id: I0ab68d67f94a90b983b204ced76e85323eeaacdc
This commit is contained in:
parent
7a3287503f
commit
85a7f5fdac
@ -92,7 +92,7 @@ openstack:
|
||||
- system_reader
|
||||
system_user_domain: Default
|
||||
system_user_name: skyline
|
||||
system_user_password: password
|
||||
system_user_password: ''
|
||||
setting:
|
||||
base_settings:
|
||||
- flavor_families
|
||||
|
@ -60,7 +60,7 @@ system_user_password = Opt(
|
||||
name="system_user_password",
|
||||
description="Skyline system 's password",
|
||||
schema=StrictStr,
|
||||
default="password",
|
||||
default="",
|
||||
)
|
||||
|
||||
default_region = Opt(
|
||||
|
Loading…
Reference in New Issue
Block a user