From: spisarski Date: Thu, 18 Jan 2018 15:09:59 +0000 (-0700) Subject: Change exception message. X-Git-Tag: opnfv-6.0.0~39 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F77%2F50777%2F1;p=snaps.git Change exception message. Change-Id: I120faaa8695db5f83e39b521aaa6c1ab68e7fcc1 Signed-off-by: spisarski --- diff --git a/snaps/openstack/utils/launch_utils.py b/snaps/openstack/utils/launch_utils.py index 217a5c6..e10cf48 100644 --- a/snaps/openstack/utils/launch_utils.py +++ b/snaps/openstack/utils/launch_utils.py @@ -468,7 +468,7 @@ def __apply_ansible_playbook(ansible_config, os_creds, vm_dict, image_dict, if retval != 0: # Not a fatal type of event raise Exception( - 'Unable to apply playbook found at location - %s', + 'Error applying playbook found at location - %s', ansible_config.get('playbook_location')) elif ansible_config.get('post_processing'): post_proc_config = ansible_config['post_processing']