Michael Pasternak has uploaded a new change for review.

Change subject: cli: change NoCertificatesError message to ask only for ca_file
......................................................................

cli: change NoCertificatesError message to ask only for ca_file

Change-Id: I14b73f34328e748a71a0304797c39c3ca9c1089a
Signed-off-by: Michael Pasternak <[email protected]>
---
M src/cli/messages.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/89/7689/1

diff --git a/src/cli/messages.py b/src/cli/messages.py
index 0278b3b..9b78daa 100644
--- a/src/cli/messages.py
+++ b/src/cli/messages.py
@@ -30,7 +30,7 @@
         NO_CONSOLE_FOUND = '%s viewer was not found, please install %s first.'
         NOT_CONNECTED = OvirtCliSettings.PRODUCT.lower() + '-shell is not 
connected.'
         NO_SUCH_COLLECTION = 'no such collection "%s" or given arguments not 
valid.'
-        NO_CERTIFICATES = 'client/server certificate files must be specified 
for SSL secured connection.'
+        NO_CERTIFICATES = 'server CA certificate file must be specified for 
SSL secured connection.'
         CANNOT_CREATE = 'cannot create "%s" because %s collection is not 
available or given arguments not valid.'
         CANNOT_CONNECT_TO_VM_DUE_TO_INVALID_STATE = 'cannot connect to vm due 
to invalid state.'
         CANNOT_START_CONSOLE_CLIENT = '$DISPLAY not set, cannot start a %s 
client.'


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I14b73f34328e748a71a0304797c39c3ca9c1089a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-cli
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to