X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Flcm%2Fpub%2Fvimapi%2Fadaptor.py;fp=lcm%2Flcm%2Fpub%2Fvimapi%2Fadaptor.py;h=bc71aac794b05cae6650a8fbd740bf915f00f497;hb=f94ab19601a848929e467c1a64d0c4e3c7a3505a;hp=c84c4a7fa6afbaee0e2ae75ed6c8b89dbf494775;hpb=83fd23578ce2b5accee89a7cd6441c8e37b88f59;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/lcm/pub/vimapi/adaptor.py b/lcm/lcm/pub/vimapi/adaptor.py index c84c4a7f..bc71aac7 100644 --- a/lcm/lcm/pub/vimapi/adaptor.py +++ b/lcm/lcm/pub/vimapi/adaptor.py @@ -401,7 +401,7 @@ def create_vm(vim_cache, res_cache, data, vm, do_notify, res_type): while retry_count < max_retry_count: vm_info = api.get_vm(vim_id, tenant_id, vm_id) if vm_info["status"].upper() == "ACTIVE": - logger.debug("Vm(%s) is active", vim_id) + logger.debug("Vm(%s) is active", vm_id) return if vm_info["status"].upper() == "ERROR": opt_vm_status = vm_info["status"]