Merge "Make ceph-nfs configurable"

This commit is contained in:
Zuul 2018-01-27 07:53:17 +00:00 committed by Gerrit Code Review
commit 08eb5fd6bf

View File

@ -43,4 +43,5 @@
common_options: "{{ docker_common_options }}"
image: "{{ ceph_nfs_image_full }}"
when:
- enable_ceph_nfs | bool
- inventory_hostname in groups['ceph-nfs']