openstack-ansible/playbooks/roles/os_glance/handlers
Andy McCrae c19915251f Fix glance_nfs_client setting
glance_nfs_client adds 2 fstab entries, with then handler entry being
incorrectly ordered (src and name are the wrong way around).

This patch removes the redundant handler and moves the existing fstab
task to use the "mount" module which will add the entry to fstab and
ensure the filesystems are mounted.

Additionally this fixes a documentation bug where an incorrect variable
is referenced (glance_nfs_mounts).

Change-Id: I6e0f964d4279800d31119f380a239e2c4ae61cb5
Fixes-Bug: #1477081
2015-07-23 00:28:19 +00:00
..
main.yml Fix glance_nfs_client setting 2015-07-23 00:28:19 +00:00