diff options
author | liangke <lokyse@163.com> | 2018-01-03 11:39:39 +0800 |
---|---|---|
committer | liangke <lokyse@163.com> | 2018-01-03 11:45:03 +0800 |
commit | 2b354ac832492da320f5e921041dafbee6c3f64b (patch) | |
tree | 3124c83a7b55803ba86713994a783f8b702e4d84 /vio/docker | |
parent | c88997385a2a0172ae01fd83a6d9fbce2e653266 (diff) |
Fix some issues
Modify groupId and artifactId that make sure
we use the correct properties.Also It need to
change the vio snapshots path in dockerfile.
Change-Id: Id4e5cde6e0225f56217a874cdfbfcbbd9408cc70
Issue-ID: MULTICLOUD-135
Signed-off-by: liangke <lokyse@163.com>
Diffstat (limited to 'vio/docker')
-rw-r--r-- | vio/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vio/docker/Dockerfile b/vio/docker/Dockerfile index 80fa427..3879b1c 100644 --- a/vio/docker/Dockerfile +++ b/vio/docker/Dockerfile @@ -17,7 +17,7 @@ RUN apt-get update && \ RUN cd /opt/ && \ - wget -q -O multicloud-vio.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack.vmware.vio&a=multicloud-vio-plugin&v=LATEST&e=zip' && \ + wget -q -O multicloud-vio.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack.vmware&a=multicloud-openstack-vmware&v=LATEST&e=zip' && \ unzip multicloud-vio.zip && \ rm -rf multicloud-vio.zip && \ pip install -r vio/requirements.txt |