Merge "Support copying nova_compute Kolla configuration"

This commit is contained in:
Zuul 2022-12-08 18:50:41 +00:00 committed by Gerrit Code Review
commit 13b005fafa
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.