Remove legacy mount for NFS

Change-Id: I510af532a6fa3e17b46210d3773b725e8948b47f
This commit is contained in:
Mohammed Naser 2018-02-28 18:39:07 +00:00
parent cf2472c4b1
commit d5a6c06340

View File

@ -98,15 +98,6 @@
notify:
- Start glance mount(s)
# NOTE(cloudnull): This remove the legacy mount in /etc/fstab. This task should
# be removed in the R release.
- name: Glance mount nfs
lineinfile:
path: /etc/fstab
state: absent
regexp: '^{{ item.server }}:{{ item.remote_path }}.*'
with_items: "{{ glance_nfs_client }}"
- name: Create glance cache management cron jobs
cron:
name: "{{ item.name }}"