Merge "Remove haproxy galera monitoring user"

This commit is contained in:
Jenkins 2015-07-10 21:39:12 +00:00 committed by Gerrit Code Review
commit f4ca1c4fd6

View File

@ -532,6 +532,9 @@ pushd playbooks
-m "file" \
-a "path=/root/.pip/links.d/rpc_release.link state=absent" || true
# The galera monitoring user now defaults to 'monitoring', cleaning up old 'haproxy' user.
ansible "galera_all[0]" -m "mysql_user" -a "name=haproxy host='%' password='' priv='*.*:USAGE' state=absent"
# Run the fix adjustments play.
openstack-ansible /tmp/fix_minor_adjustments.yml
# Remove fix container adjustments play