Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: setup: host id must not be saved in answer file ......................................................................
packaging: setup: host id must not be saved in answer file saving the host id in the answer file leads to having the same host id of the first host also on additional hosts. With this patch the host id is not saved anymore in the answer file. Bug-Url: https://bugzilla.redhat.com/1014004 Change-Id: Ia742cfe1fd2c3c3c140edb0fa290bdff7b9f4e38 Signed-off-by: Sandro Bonazzola <[email protected]> --- M src/ovirt_hosted_engine_setup/constants.py 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup refs/changes/88/19788/1 diff --git a/src/ovirt_hosted_engine_setup/constants.py b/src/ovirt_hosted_engine_setup/constants.py index 9124929..15d13c3 100644 --- a/src/ovirt_hosted_engine_setup/constants.py +++ b/src/ovirt_hosted_engine_setup/constants.py @@ -272,7 +272,6 @@ @ohostedattrsclass class StorageEnv(object): @ohostedattrs( - answerfile=True, summary=True, description=_('Host ID'), ) -- To view, visit http://gerrit.ovirt.org/19788 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia742cfe1fd2c3c3c140edb0fa290bdff7b9f4e38 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
