Fix mesos image dockerfile elements location.

Update mesos image builder dockerfile with the proper mesos elements
path.

Change-Id: I884cb135a95ae3f7481d2f709bead5029f8c6b2d
This commit is contained in:
Ricardo Rocha 2016-09-02 14:45:00 +02:00
parent 42abb07835
commit eace6142af
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RUN \
WORKDIR /build
ENV PATH="/build/dib-utils/bin:$PATH" ELEMENTS_PATH="magnum/magnum/templates/mesos/elements" DIB_RELEASE=trusty
ENV PATH="/build/dib-utils/bin:$PATH" ELEMENTS_PATH="magnum/magnum/drivers/mesos_ubuntu_v1/image" DIB_RELEASE=trusty
RUN git clone https://git.openstack.org/openstack/magnum
RUN git clone https://git.openstack.org/openstack/diskimage-builder.git