Add fix in deployment scripts

Change-Id: I8b0dcd12946b7810045238ec8dae2ca2b596e982
This commit is contained in:
Sergey Murashov
2014-01-22 16:01:04 +04:00
parent 070dde9ffe
commit 943f505a13

View File

@@ -50,6 +50,8 @@ expect "@murano"
send -- "chmod +x ./setupV2.sh ; ./setupV2.sh install > new.log\n"
expect "@murano"
send -- "chmod +x setup.sh ; ./setup.sh install > old.log\n"
expect "@murano"
send -- "sed -i \"s/\\\"BootFromVolume\\\": true,//\" /etc/murano-conductor/data/templates/cf/Linux.template\n"
expect "@murano"