diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-10-03 13:41:37 +0400 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-10-03 16:11:58 +0000 |
commit | c60e5913d2c563c77d1e69a87f900e9fbf47eba7 (patch) | |
tree | f8146c64da41eab0dce07de2d440bd0a22c993c1 /mcp/scripts | |
parent | c2b84a6b0b9df4a831ffa5f948afacd9fe1bb48a (diff) |
Apply neutron formula patch after formula update
Change-Id: I8dba3676adc8cc49731d91db7cc028a9c5b1627d
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit 952b5cc60febe14df428f92280448327572d5c24)
Diffstat (limited to 'mcp/scripts')
-rwxr-xr-x | mcp/scripts/salt.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mcp/scripts/salt.sh b/mcp/scripts/salt.sh index 1ea8f5b8e..b0a26873d 100755 --- a/mcp/scripts/salt.sh +++ b/mcp/scripts/salt.sh @@ -69,4 +69,5 @@ ssh ${SSH_OPTS} "${SSH_SALT}" bash -s << SALT_INSTALL_END # Temporary fixup for mismatch between neutron formula and reclass model salt-call pkg.install salt-formula-neutron allow_updates=False refresh=False \ version=2016.12.1+201709251458.f0607d9-1xenial1 + cd ${OPNFV_FUEL_DIR}/mcp/patches && ./patch.sh patches_neutron.list formulas SALT_INSTALL_END |