Support copying nova_compute Kolla configuration

This folder can be used to store a Nova release file [1] specific to
nova_compute containers.

[1] https://opendev.org/openstack/nova/src/branch/master/etc/nova/release.sample

Change-Id: I2f4f02dbd6834ffd0fa5189b818bdc91a5c168a2
This commit is contained in:
Pierre Riteau 2022-11-15 13:21:36 +01:00
parent d4ce41baa2
commit 59aaec13f1
2 changed files with 11 additions and 1 deletions

View File

@ -178,7 +178,10 @@ kolla_openstack_custom_config:
dest: "{{ kolla_node_custom_config_path }}/nova"
patterns: "*"
enabled: "{{ kolla_enable_nova }}"
# Nova.
- src: "{{ kolla_extra_config_path }}/nova_compute"
dest: "{{ kolla_node_custom_config_path }}/nova_compute"
patterns: "*"
enabled: "{{ kolla_enable_nova }}"
- src: "{{ kolla_nova_libvirt_certificates_src }}"
dest: "{{ kolla_node_custom_config_path }}/nova/nova-libvirt"
patterns:

View File

@ -0,0 +1,7 @@
---
features:
- |
Adds support for copying ``$KAYOBE_CONFIG_PATH/kolla/config/nova_compute``
to Kolla configuration. This folder can contain a `Nova release file
<https://opendev.org/openstack/nova/src/branch/master/etc/nova/release.sample>`__
which can configure the ``vendor`` or ``product`` strings used by Nova.