Refactor cloud region registration logic
[aai/esr-server.git] / esr-mgr / src / main / java / org / onap / aai / esr / externalservice / cloud / IVimManage.java
index 8d5ead6..b4a51e3 100644 (file)
@@ -26,7 +26,7 @@ import org.onap.aai.esr.exception.ExtsysException;
 @Path("/")
 public interface IVimManage {
     @POST
-    @Path("/{cloud_owner}_{cloud_region_id}/registry")
+    @Path("/{cloud_owner}/{cloud_region_id}/registry")
     @Consumes(MediaType.APPLICATION_JSON)
     @Produces(MediaType.APPLICATION_JSON)
     public void updateVIM(@PathParam("cloud_owner") String cloud_owner,