openstack-ansible-openstack.../releasenotes/notes/remove-lvm-config-from-openstack-hosts-efb7d0b3a22d49df.yaml
Major Hayden 9e4d02665f Remove LVM config from openstack_hosts
The LVM configuration tasks/template are no longer needed in the
openstack_hosts role since they're already in the os_cinder role.
This patch removes the tasks and the lvm.conf template.

Partial-bug: 1615325
Change-Id: I09b2cd9a1eee9f8310783b7d6468963b21fee322
2016-08-24 15:41:59 -05:00

7 lines
246 B
YAML

---
upgrade:
- |
The LVM configuration tasks and ``lvm.conf`` template have been removed
from the ``openstack_hosts`` role since they are no longer needed. All of
the LVM configuration is properly handled in the ``os_cinder`` role.