Merge branch 'BANS-301' into 'dev_rc-5.2.6'
Exclude 'failed' setting in case when image not found in DecortController.virt_image_find method See merge request rudecs/dev/decort-ansible!44
This commit is contained in:
@@ -1448,7 +1448,6 @@ class DecortController(object):
|
|||||||
if full_match:
|
if full_match:
|
||||||
return image_record['id'], image_record
|
return image_record['id'], image_record
|
||||||
|
|
||||||
self.result['failed'] = True
|
|
||||||
self.result['msg'] = ("Failed to find virtual OS image by name '{}', SEP ID {}, pool '{}' for "
|
self.result['msg'] = ("Failed to find virtual OS image by name '{}', SEP ID {}, pool '{}' for "
|
||||||
"account ID '{}'.").format(virt_name,
|
"account ID '{}'.").format(virt_name,
|
||||||
sepid, pool,
|
sepid, pool,
|
||||||
|
|||||||
Reference in New Issue
Block a user