kolla-ansible/releasenotes/notes/config-nova-release-97e6fc526a94740e.yaml
Paul Bourke a16d78711f Allow operators to customise Nova vendor info
Nova allows customisation of various metadata passed through to VMs via
a 'release' file[0]. Allow operators to make use of this.

[0] https://github.com/openstack/nova/blob/master/etc/nova/release.sample

Change-Id: I71569314c8e64320f8ffad79b9273f4d6d903bb6
2018-11-30 09:48:28 +00:00

13 lines
455 B
YAML

---
features:
- |
You can customise vendor info that is used through out Nova via the
'release' file. To do this place a file called 'release' in one of the
following locations:
/etc/kolla/config/nova/release
/etc/kolla/config/nova_compute/release
/etc/kolla/config/nova_compute/{{ inventory_hostname }}/release
An example of the file can be seen at
https://github.com/openstack/nova/blob/master/etc/nova/release.sample