Sandro Bonazzola has uploaded a new change for review.

Change subject: packaging: setup: remind user to install agent inside VM
......................................................................

packaging: setup: remind user to install agent inside VM

Change-Id: Idf5d860407e74b99127db1814c3e2e9ee9376091
Bug-Url: https://bugzilla.redhat.com/1034646
Signed-off-by: Sandro Bonazzola <sbona...@redhat.com>
---
M src/plugins/ovirt-hosted-engine-setup/engine/health.py
1 file changed, 11 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup 
refs/changes/13/21713/1

diff --git a/src/plugins/ovirt-hosted-engine-setup/engine/health.py 
b/src/plugins/ovirt-hosted-engine-setup/engine/health.py
index 8efce73..9e63007 100644
--- a/src/plugins/ovirt-hosted-engine-setup/engine/health.py
+++ b/src/plugins/ovirt-hosted-engine-setup/engine/health.py
@@ -60,11 +60,20 @@
         ]
         live_checker = check_liveliness.LivelinessChecker()
         if not self.environment[ohostedcons.CoreEnv.IS_ADDITIONAL_HOST]:
+            self.dialog.note(
+                _('Please install the engine in the VM.')
+            )
+            self.dialog.note(
+                _(
+                    'You may also be interested in '
+                    'installing ovirt-guest-agent-common package '
+                    'in the VM.'
+                )
+            )
             self.dialog.queryString(
                 name='OVEHOSTED_ENGINE_UP',
                 note=_(
-                    'Please install the engine in the VM, '
-                    'hit enter when finished.'
+                    'Hit enter when finished.'
                 ),
                 prompt=True,
                 default='y'  # Allow enter without any value


-- 
To view, visit http://gerrit.ovirt.org/21713
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idf5d860407e74b99127db1814c3e2e9ee9376091
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-hosted-engine-setup
Gerrit-Branch: ovirt-hosted-engine-setup-1.0
Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to