From 637e149c0af5ef96612846bf9f0b3482ce11fc5b Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Wed, 26 Sep 2018 12:17:11 +0400 Subject: [ovn] Enable metadata agent Change-Id: I9ef3a1dd570abf90b222609af350565d385326c8 Signed-off-by: Michael Polenchuk --- mcp/patches/docker/0002-OPNFV-package-installation-Ubuntu-user.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcp/patches/docker/0002-OPNFV-package-installation-Ubuntu-user.patch') diff --git a/mcp/patches/docker/0002-OPNFV-package-installation-Ubuntu-user.patch b/mcp/patches/docker/0002-OPNFV-package-installation-Ubuntu-user.patch index a802bdcc8..07694c1ac 100644 --- a/mcp/patches/docker/0002-OPNFV-package-installation-Ubuntu-user.patch +++ b/mcp/patches/docker/0002-OPNFV-package-installation-Ubuntu-user.patch @@ -33,7 +33,7 @@ index 2c75586..d7d4c49 100644 ARG RECLASS_BASE="/srv/salt/reclass" ENV RECLASS_BASE $RECLASS_BASE - RUN echo "Layer python/salt module prerequisites, formulas" \ -+ RUN echo "Layer python/salt module prerequisites, formulas (25 Sep 2018)" \ ++ RUN echo "Layer python/salt module prerequisites, formulas (26 Sep 2018)" \ && mkdir -p /srv/salt \ && curl -sSqL https://raw.githubusercontent.com/salt-formulas/salt-formulas-scripts/master/formula-fetch.sh -o /srv/salt/formula-fetch.sh \ && bash -c 'source /srv/salt/formula-fetch.sh && setupPyEnv && fetchAll' \ -- cgit 1.2.3-korg