tripleo-heat-templates/releasenotes/notes/move_glance_nfs_mount_task_to_common_place-d284378fb16f180a.yaml
Pranali Deore 2664ddd5b7 Moving glance mount nfs block to puppet glance-api template
Moving nfs mount task from Docker glance-api template to
host_prep_tasks of Puppet glance-api template which would be
common place for both containerized & baremetal case.

Since, all the nfs related puppet-tripleo parameters are no
longer needed after this cleanup, removing those too.

Change-Id: I232577643c26d7eb0162c09b3c394b7f3e161154
2018-06-26 10:03:49 +05:30

10 lines
259 B
YAML

---
other:
- |
Moved glance nfs mount task to puppet/services under
host_prep_tasks instead of having it seperately for puppet
& docker services.
This is just refactoring cleanup, so there will be no functional
change & upgrade impact.