Remove all of the rpc_release.link files

This removes the link files that are powering the basic pip config
thoughout the stack. The removal is to ensure that there are no
conflicting sources of truth when upgrading from Juno.

Closes-Bug: #1450580
Change-Id: I074f46c9b35793b35cf22ab49dd97f938df0cfac
This commit is contained in:
kevin 2015-06-26 16:00:56 -05:00
parent 1f7539f6bf
commit 0f4b5c9e6e

View File

@ -505,6 +505,9 @@ pushd playbooks
openstack-ansible haproxy-install.yml
fi
# Hunt for and remove any rpc_release link files from pip
ansible "hosts:all_containers" -m "shell" -a "rm /root/.pip/links.d/rpc_release.link"
# Run the fix adjustments play.
openstack-ansible /tmp/fix_minor_adjustments.yml
# Remove fix container adjustments play