From 6e9210d7c15449cdbd66da5c71a40ba099cd0cb0 Mon Sep 17 00:00:00 2001 From: jichenjc Date: Tue, 14 Mar 2017 19:58:28 +0800 Subject: [PATCH] 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 --- nova_zvm/virt/zvm/conf.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nova_zvm/virt/zvm/conf.py b/nova_zvm/virt/zvm/conf.py index c1e05ed..4cfeb3d 100644 --- a/nova_zvm/virt/zvm/conf.py +++ b/nova_zvm/virt/zvm/conf.py @@ -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.