deprecate zvm_user_default_password

zvm_user_default_password is not secure and we will use LBYONLY to
replace it and deprecate zvm_user_default_password.

part of blueprint:add_zvm_default_admin_userid

Change-Id: Ife905eb4499ccb7bbbdd8bbba75fc425e560606e
This commit is contained in:
jichenjc 2017-03-14 19:58:28 +08:00
parent 9a1ae9cbfd
commit 6e9210d7c1
1 changed files with 7 additions and 0 deletions

View File

@ -296,6 +296,13 @@ Possible values:
"""),
cfg.StrOpt('zvm_user_default_password',
default='dfltpass',
deprecated_for_removal=True,
deprecated_reason="""
zvm_user_default_password is not secure and has been replaced by
zvm_default_admin_userid from Pike release and will be removed in
the near future.
Already running instances are not affected.
""",
secret=True,
help="""
Default password for a new created z/VM user.