Merge "Mark stack_domain_admin_password as a secret option"
This commit is contained in:
commit
66d136bc45
@ -36,6 +36,7 @@ opts = [
|
|||||||
help="Keystone username with roles sufficient to manage users"
|
help="Keystone username with roles sufficient to manage users"
|
||||||
" and projects in the stack-user-domain"),
|
" and projects in the stack-user-domain"),
|
||||||
cfg.StrOpt('stack-domain-admin-password',
|
cfg.StrOpt('stack-domain-admin-password',
|
||||||
|
secret=True,
|
||||||
help="Password to set for stack-domain-admin"),
|
help="Password to set for stack-domain-admin"),
|
||||||
cfg.BoolOpt('insecure',
|
cfg.BoolOpt('insecure',
|
||||||
default=False,
|
default=False,
|
||||||
|
@ -71,6 +71,7 @@ service_opts = [
|
|||||||
help=_('Keystone username, a user with roles sufficient to '
|
help=_('Keystone username, a user with roles sufficient to '
|
||||||
'manage users and projects in the stack_user_domain.')),
|
'manage users and projects in the stack_user_domain.')),
|
||||||
cfg.StrOpt('stack_domain_admin_password',
|
cfg.StrOpt('stack_domain_admin_password',
|
||||||
|
secret=True,
|
||||||
help=_('Keystone password for stack_domain_admin user.')),
|
help=_('Keystone password for stack_domain_admin user.')),
|
||||||
cfg.IntOpt('max_template_size',
|
cfg.IntOpt('max_template_size',
|
||||||
default=524288,
|
default=524288,
|
||||||
|
Loading…
Reference in New Issue
Block a user