Add other openstack services to logdir upgrade check

Adds remaining Openstack services that could be on_metal to allow for
migration of the /var/log/${service} directory during upgrade.

Change-Id: I2fa50da59e6155b9b06dc8658b4d7f43b917c29c
This commit is contained in:
Matthew Thode 2015-09-14 10:15:03 -05:00
parent 375f4165d5
commit b40c4c286a
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 5 additions and 0 deletions

View File

@ -491,6 +491,11 @@ cat > /tmp/fix_host_things.yml <<EOF
changed_when: log_change.rc == 0
register: log_change
with_items:
- "cinder"
- "glance"
- "heat"
- "horizon"
- "keystone"
- "nova"
- "neutron"
- "swift"