Yedidyah Bar David has uploaded a new change for review. Change subject: packaging: setup: Drop password and hostname from answerfile ......................................................................
packaging: setup: Drop password and hostname from answerfile Change Iffb05e4a520aa8f8f8a2d7f36e60aee556360302 added the admin password and the host name as displayed in the web application to the answer file, to allow more automation. This answer file is also used for additional hosts setup, where this information is undesired. This change reverts this part. Change-Id: Ica713fb19009875574f1c3f5f19a96b7027c952d Bug-Url: https://bugzilla.redhat.com/1101285 Signed-off-by: Yedidyah Bar David <[email protected]> (cherry picked from commit 144bc38bb1f1f6a185a5622ea26d90c2e39f1efe) --- M src/ovirt_hosted_engine_setup/constants.py 1 file changed, 1 insertion(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup refs/changes/13/35813/1 diff --git a/src/ovirt_hosted_engine_setup/constants.py b/src/ovirt_hosted_engine_setup/constants.py index 63c0946..39dd203 100644 --- a/src/ovirt_hosted_engine_setup/constants.py +++ b/src/ovirt_hosted_engine_setup/constants.py @@ -384,15 +384,10 @@ @ohostedattrsclass class EngineEnv(object): - @ohostedattrs( - answerfile=True, - ) - def ADMIN_PASSWORD(self): - return 'OVEHOSTED_ENGINE/adminPassword' + ADMIN_PASSWORD = 'OVEHOSTED_ENGINE/adminPassword' @ohostedattrs( summary=True, - answerfile=True, description=_('Host name for web application'), ) def APP_HOST_NAME(self): -- To view, visit http://gerrit.ovirt.org/35813 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ica713fb19009875574f1c3f5f19a96b7027c952d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: ovirt-hosted-engine-setup-1.2 Gerrit-Owner: Yedidyah Bar David <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
