Remove vfc-gvnfm-vnflcm openo labels
[vfc/gvnfm/vnflcm.git] / lcm / lcm / pub / vimapi / api.py
index 64f40ca..4ad4230 100644 (file)
@@ -17,7 +17,7 @@ import json
 from lcm.pub.utils.restcall import req_by_msb
 from .exceptions import VimException
 
-VIM_DRIVER_BASE_URL = "openoapi/multivim/v1"
+VIM_DRIVER_BASE_URL = "api/multivim/v1"
 
 def call(vim_id, tenant_id, res, method, data=''):
     if data and not isinstance(data, (str, unicode)):