a16d78711f
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
13 lines
455 B
YAML
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
|