Add logout msb process before registering msb
[vfc/nfvo/lcm.git] / lcm / pub / config / config.py
index 021b1b7..a02d4ba 100644 (file)
@@ -49,6 +49,8 @@ REG_TO_MSB_REG_PARAM = {
         "ttl": 0
     }]
 }
+MSB_SVC_URL = "/api/microservices/v1/services/nslcm/version/%s"
+
 
 # [aai config]
 AAI_BASE_URL = "http://10.0.14.1:80/aai/v11"