Change-Id: I3729817b07b10c004bf4edd54b14a0d0cbfd7e0d
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
nfvo.refresh_instance(mydb, tenant_id, instance_dict)
except (nfvo.NfvoException, db_base_Exception) as e:
logger.warn("nfvo.refresh_instance couldn't refresh the status of the instance: %s" % str(e))
- #obtain data with results upated
+ #obtain data with results udpated
instance = mydb.get_instance_scenario(instance_id, tenant_id)
convert_datetime2str(instance)
#print json.dumps(instance, indent=4)