Merge "enable mcollective (restart)"

This commit is contained in:
Jenkins 2016-07-29 08:46:01 +00:00 committed by Gerrit Code Review
commit 04d1223717
1 changed files with 3 additions and 0 deletions

View File

@ -133,6 +133,9 @@ runcmd:
- if [ -x /bin/systemctl ]; then
- /bin/systemctl unmask mcollective
- /bin/systemctl enable mcollective
# TODO(dteselkin) rework start sequence when bug
# https://bugs.launchpad.net/fuel/+bug/1543063 is fixed
- /bin/systemctl start mcollective
- else
- rm -f /etc/init/mcollective.override
- fi