Fixed another Dockerfile 09/32109/1
authorIkram Ikramullah <ikram@research.att.com>
Mon, 19 Feb 2018 16:20:57 +0000 (11:20 -0500)
committerIkram Ikramullah <ikram@research.att.com>
Mon, 19 Feb 2018 16:21:11 +0000 (11:21 -0500)
data component docker file was pointing to wrong repo.
Fixed that to point to onap

Issue-ID: OPTFRA-123
Change-Id: Ia02c97ebb8f43da21aed897cfb00e14adf7bb54d
Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
conductor/docker/data/Dockerfile

index 207929c..d3836d9 100755 (executable)
@@ -19,7 +19,7 @@ FROM python:2.7
 RUN apt-get update
 RUN apt-get --assume-yes install python-setuptools
 RUN virtualenv ../venv
-RUN git clone https://fi241c@codecloud.web.att.com/scm/st_cloudqos/conductor.git
+RUN git clone https://gerrit.onap.org/r/optf/has
 WORKDIR ./conductor
 RUN pip install .
 RUN pwd