diff options
-rw-r--r-- | newton/pom.xml | 2 | ||||
-rw-r--r-- | ocata/pom.xml | 2 | ||||
-rw-r--r-- | pike/pom.xml | 2 | ||||
-rw-r--r-- | share/newton_base/registration/registration.py | 2 | ||||
-rw-r--r-- | windriver/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/newton/pom.xml b/newton/pom.xml index ae53219a..690069c1 100644 --- a/newton/pom.xml +++ b/newton/pom.xml @@ -26,7 +26,7 @@ <artifactId>multicloud-openstack-newton</artifactId> <version>1.2.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>multicloud/openstack/newton</name> + <name>multicloud-openstack-newton</name> <description>multicloud for openstack newton</description> <properties> <encoding>UTF-8</encoding> diff --git a/ocata/pom.xml b/ocata/pom.xml index 2fde8fae..88052ebf 100644 --- a/ocata/pom.xml +++ b/ocata/pom.xml @@ -26,7 +26,7 @@ <artifactId>multicloud-openstack-ocata</artifactId> <version>1.2.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>multicloud/openstack/ocata</name> + <name>multicloud-openstack-ocata</name> <description>multicloud for openstack ocata</description> <properties> <encoding>UTF-8</encoding> diff --git a/pike/pom.xml b/pike/pom.xml index 3d95e09d..cd000381 100644 --- a/pike/pom.xml +++ b/pike/pom.xml @@ -26,7 +26,7 @@ <artifactId>multicloud-openstack-pike</artifactId> <version>1.2.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>multicloud/openstack/pike</name> + <name>multicloud-openstack-pike</name> <description>multicloud for openstack pike</description> <properties> <encoding>UTF-8</encoding> diff --git a/share/newton_base/registration/registration.py b/share/newton_base/registration/registration.py index 47f58511..46447c07 100644 --- a/share/newton_base/registration/registration.py +++ b/share/newton_base/registration/registration.py @@ -1099,7 +1099,7 @@ class Registry(APIView): restcall.req_to_aai(resource_url, "DELETE") #ret_code = VimDriverUtils.delete_vim_info(vimid) - return Response(status=status.HTTP_202_ACCEPTED if retcode==0 else status.HTTP_500_INTERNAL_SERVER_ERROR) + return Response(status=status.HTTP_204_NO_CONTENT if retcode==0 else status.HTTP_500_INTERNAL_SERVER_ERROR) except VimDriverNewtonException as e: return Response(data={'error': e.content}, status=e.status_code) except HttpError as e: diff --git a/windriver/pom.xml b/windriver/pom.xml index 09b6d880..9f7d5542 100644 --- a/windriver/pom.xml +++ b/windriver/pom.xml @@ -26,7 +26,7 @@ <artifactId>multicloud-openstack-windriver</artifactId> <version>1.2.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>multicloud/openstack/windriver</name> + <name>multicloud-openstack-windriver</name> <description>multicloud for openstack Wind River Titanium Cloud</description> <properties> <encoding>UTF-8</encoding> |