puppet-nova/releasenotes/notes/add-libvirtd-host_uuid-ff1ab95e4586d176.yaml
Jake Yip 6f8369ccfa Add parameter to specify host_uuid
Currently, the `override_uuid` parameter, if set, will generate a random
uuid to be set in libvirtd.conf. It might be desirable to set a specific
uuid instead of a random one, create a parameter to do so.

Change-Id: I981a80d9767b7eae0854a64df720c23f855ab1be
2020-11-17 09:04:56 +11:00

8 lines
262 B
YAML

---
features:
- |
Add a new paramter nova::migration::libvirt::host_uuid. Currently, the
host_uuid is autogenerated (if override_uuid = true). This means an
operator is unable to set a uuid if desired. Add a new parameter to specify
host_uuid.