From e2cbd241617b3eeaa62ab9f47ed4dff75f68b101 Mon Sep 17 00:00:00 2001 From: spisarski Date: Thu, 18 Jan 2018 08:09:59 -0700 Subject: [PATCH] Change exception message. Change-Id: I120faaa8695db5f83e39b521aaa6c1ab68e7fcc1 Signed-off-by: spisarski --- snaps/openstack/utils/launch_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] -- 2.16.6