Minor typo in comment 76/1076/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 7 Feb 2017 14:52:04 +0000 (15:52 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 7 Feb 2017 14:52:04 +0000 (15:52 +0100)
Change-Id: I3729817b07b10c004bf4edd54b14a0d0cbfd7e0d
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
httpserver.py

index 65d7ede..cf7dfb6 100644 (file)
@@ -1188,7 +1188,7 @@ def http_get_instance_id(tenant_id, instance_id):
             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)