Skip to content
Snippets Groups Projects
Commit ea070e42 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove seed_hypervisor_libvirt_pool_capacity variable"

parents 15e2dce0 7b7d39eb
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,6 @@ seed_hypervisor_libvirt_pools:
seed_hypervisor_libvirt_pool:
name: "{{ seed_hypervisor_libvirt_pool_name }}"
type: dir
capacity: "{{ seed_hypervisor_libvirt_pool_capacity }}"
path: "{{ seed_hypervisor_libvirt_pool_path }}"
mode: "{{ seed_hypervisor_libvirt_pool_mode }}"
owner: "{{ seed_hypervisor_libvirt_pool_owner }}"
......@@ -89,9 +88,6 @@ seed_hypervisor_libvirt_pool:
# Name of the libvirt storage pool for the seed VM.
seed_hypervisor_libvirt_pool_name: "default"
# Capacity of the libvirt storage pool for the seed VM.
seed_hypervisor_libvirt_pool_capacity: "{{ 75 * 2**30 }}"
# Directory path of the libvirt storage pool for the seed VM.
seed_hypervisor_libvirt_pool_path: "/var/lib/libvirt/images"
......
......@@ -67,9 +67,6 @@
# Name of the libvirt storage pool for the seed VM.
#seed_hypervisor_libvirt_pool_name:
# Capacity of the libvirt storage pool for the seed VM.
#seed_hypervisor_libvirt_pool_capacity:
# Directory path of the libvirt storage pool for the seed VM.
#seed_hypervisor_libvirt_pool_path:
......
---
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.
......@@ -24,7 +24,7 @@
- src: stackhpc.grafana-conf
version: 1.1.0
- src: stackhpc.libvirt-host
version: v1.3.0
version: v1.3.1
- src: stackhpc.libvirt-vm
version: v1.10.0
- src: stackhpc.mellanox-switch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment