diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-09-26 14:30:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-26 14:30:10 +0000 |
commit | c85e28ea54c73e66b264adc11c38ba638397984e (patch) | |
tree | c2658ac4d5cceb6b88dd9baebfa95cfbc623d940 /mcp/patches | |
parent | 7e3b3b75f09dbda98f0d65c1517c2188e7c3e5c5 (diff) | |
parent | 637e149c0af5ef96612846bf9f0b3482ce11fc5b (diff) |
Merge "[ovn] Enable metadata agent"
Diffstat (limited to 'mcp/patches')
-rw-r--r-- | mcp/patches/docker/0002-OPNFV-package-installation-Ubuntu-user.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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' \ |