]> review.fuel-infra Code Review - tools/sustaining.git/commit
Fix for murano-enabled environments update 57/6457/7
authorDenis V. Meltsaykin <dmeltsaykin@mirantis.com>
Wed, 6 May 2015 14:54:54 +0000 (17:54 +0300)
committerDenis V. Meltsaykin <dmeltsaykin@mirantis.com>
Fri, 22 May 2015 13:31:36 +0000 (16:31 +0300)
commit2b915dd3c8528f2c2b6871f1bf1ff9259f383fcf
treee6dc848e2dac8b8450f22f0cc70299fe5674eb57
parent8362b816a74ac167e9a399a427b38e77e03eb377
Fix for murano-enabled environments update

As murano uses config injection in settings.py we should
reinject murano settings after openstack-dashboard update.
This patch-set introduces murano check/fix section in update
script.

Small unrelated changes also have been made:

Now script on each node uses `logger` with tag mos_apply_mu to
log messages. This means that output of script from each node
will apear on master-node in

/var/log/remote/$nodename$/mos_apply_mu.log

Also amount of output was reduced. Messages became clearer.
Master IP is a mandatory option now.

Closes-Bug: #1457461

Change-Id: If42004c265e8943365a50a0fc2cb0cf6df82f4a8
scripts/mos_apply_mu.py