kayobe/releasenotes/notes/remove-libvirt-pool-capacity-e428b893ca5bdb88.yaml
Pierre Riteau 7b7d39ebbe Remove seed_hypervisor_libvirt_pool_capacity variable
This is ignored by Libvirt, so there is no need to pass it to the
libvirt-host role.

Note: omitting the capacity argument requires libvirt-host 1.3.1 or
later.

Change-Id: Id94e7b514ed36c8e042e56e8f1891d98f8371e5d
Story: 2007381
Task: 38957
2020-03-05 16:06:49 +01:00

9 lines
393 B
YAML

---
fixes:
- |
Removes the ``seed_hypervisor_libvirt_pool_capacity`` variable, which was
passed to Libvirt through the libvirt-host role when creating a storage
pool. This information is actually ignored by Libvirt, which gathers
capacity and other metadata from the storage backend. See `story 2007381
<https://storyboard.openstack.org/#!/story/2007381>`__ for details.