diff options
author | Steve Baker <sbaker@redhat.com> | 2017-03-30 11:23:01 +1300 |
---|---|---|
committer | Steve Baker <sbaker@redhat.com> | 2017-03-30 11:23:01 +1300 |
commit | b1c95b6de1eaea86bfc2535b5147fc33500126eb (patch) | |
tree | c98a2eea40abb2ccb629ed8383e54cef8bf53e00 /environments | |
parent | 0ae9d9b346f1c5d7e29b8f281474577eca260670 (diff) |
Do not install openstack-heat-agents
Installing openstack-heat-agents is unnecessary since it has the same
effect as installing python-heat-agent-* which happens on the next
line.
Installing openstack-heat-agents is causing issues when mixing ocata
and master repos, since there hasn't been a release on master since
ocata was branched.
Change-Id: I1a75e16810b6a89cf1dd9ff4f4b3b5dccfc0466e
Closes-Bug: #1677278
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 |