Fix the issue call multicloud failed. 85/19285/1 1.0.0-Amsterdam v1.0.0
authorlizi <li.zi30@zte.com.cn>
Tue, 17 Oct 2017 13:19:57 +0000 (21:19 +0800)
committerlizi <li.zi30@zte.com.cn>
Tue, 17 Oct 2017 13:19:57 +0000 (21:19 +0800)
Change-Id: I37b94993967f67f71a29c5b8deaefea7be0db547
Issue-ID: AAI-436
Signed-off-by: lizi <li.zi30@zte.com.cn>
esr-mgr/src/main/java/org/onap/aai/esr/externalservice/cloud/IVimManage.java

index 0e5784e..6c7bb31 100644 (file)
@@ -27,7 +27,7 @@ import org.onap.aai.esr.exception.ExtsysException;
 @Path("/")
 public interface IVimManage {
   @POST
-  @Path("/cloud-region/{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,