diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-30 14:06:13 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-30 14:06:13 +0000 |
commit | f197455ab7169f22567ce9b10ba2e91afade2f86 (patch) | |
tree | 47995169f0c9e7c6bc756ff97838651929bd5098 /environments | |
parent | 151a4c909d42618c42e06a9e61d0ef7d62a24031 (diff) | |
parent | b1c95b6de1eaea86bfc2535b5147fc33500126eb (diff) |
Merge "Do not install openstack-heat-agents"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/major-upgrade-composable-steps.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/environments/major-upgrade-composable-steps.yaml b/environments/major-upgrade-composable-steps.yaml index 3bc9faa2..8b1617f9 100644 --- a/environments/major-upgrade-composable-steps.yaml +++ b/environments/major-upgrade-composable-steps.yaml @@ -8,7 +8,6 @@ parameter_defaults: # Newton to Ocata, we need to remove old hiera hook data and # install ansible heat agents and ansible-pacemaker set -eu - yum install -y openstack-heat-agents yum install -y python-heat-agent-* yum install -y ansible-pacemaker rm -f /usr/libexec/os-apply-config/templates/etc/puppet/hiera.yaml |