diff options
author | Smokowski, Steve (ss835w) <ss835w@us.att.com> | 2019-05-02 09:42:55 -0400 |
---|---|---|
committer | Smokowski, Steve (ss835w) <ss835w@us.att.com> | 2019-05-02 12:15:48 -0400 |
commit | e153f0adfbed711ce1e215748594a4d04fd1edaf (patch) | |
tree | 15a1f4d7b8af126e2061633c1547881992cfbb6f /cinder-model/pom.xml | |
parent | f9b78e1d7ca2b64badd8529aa4600250387ddae7 (diff) |
Enhance Openstack Client
Update Openstack Client to support Cinder, and drop null query params
Issue-ID: SO-1844
Change-Id: If58717656e0468ec0ce5d53055c381fe7d1c03f5
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Diffstat (limited to 'cinder-model/pom.xml')
-rwxr-xr-x | cinder-model/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cinder-model/pom.xml b/cinder-model/pom.xml new file mode 100755 index 0000000..a739859 --- /dev/null +++ b/cinder-model/pom.xml @@ -0,0 +1,12 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.onap.so.libs</groupId> + <artifactId>openstack-java-sdk</artifactId> + <version>1.4.0-SNAPSHOT</version> + </parent> + <groupId>org.onap.so.libs.openstack-java-sdk</groupId> + <artifactId>cinder-model</artifactId> + <name>OpenStack Cinder Model</name> + <description>OpenStack Cinder Model</description> +</project>
\ No newline at end of file |