From eace6142afbdcac7ff03196b36152e703ff9f227 Mon Sep 17 00:00:00 2001 From: Ricardo Rocha Date: Fri, 2 Sep 2016 14:45:00 +0200 Subject: [PATCH] Fix mesos image dockerfile elements location. Update mesos image builder dockerfile with the proper mesos elements path. Change-Id: I884cb135a95ae3f7481d2f709bead5029f8c6b2d --- magnum/drivers/mesos_ubuntu_v1/image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magnum/drivers/mesos_ubuntu_v1/image/Dockerfile b/magnum/drivers/mesos_ubuntu_v1/image/Dockerfile index 55b5e06e2d..603952cc09 100644 --- a/magnum/drivers/mesos_ubuntu_v1/image/Dockerfile +++ b/magnum/drivers/mesos_ubuntu_v1/image/Dockerfile @@ -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