X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_ro%2Fnfvo.py;h=0a357816a62dfc467f42f5c3bb11e06345a0dfce;hb=56d877dad3d7ce6a36e233a77d1ee7dc8295e233;hp=a6d3ba3e646766a80dd434288266891a36963bce;hpb=ad6bdd4a680031211535bd2e5da7ada14ca28e91;p=osm%2FRO.git diff --git a/osm_ro/nfvo.py b/osm_ro/nfvo.py index a6d3ba3e..0a357816 100644 --- a/osm_ro/nfvo.py +++ b/osm_ro/nfvo.py @@ -3761,7 +3761,7 @@ def new_datacenter(mydb, datacenter_descriptor): except (IOError, ImportError): # if module_info and module_info[0]: # file.close(module_info[0]) - raise NfvoException("Incorrect datacenter type '{}'. Plugin '{}'.py not installed".format(datacenter_type, module), HTTP_Bad_Request) + raise NfvoException("Incorrect datacenter type '{}'. Plugin '{}.py' not installed".format(datacenter_type, module), HTTP_Bad_Request) datacenter_id = mydb.new_row("datacenters", datacenter_descriptor, add_uuid=True, confidential_data=True) return datacenter_id