Skip to content
Snippets Groups Projects
Commit 13b005fa authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Support copying nova_compute Kolla configuration"

parents 1d8a5d6c 59aaec13
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,10 @@ kolla_openstack_custom_config: ...@@ -178,7 +178,10 @@ kolla_openstack_custom_config:
dest: "{{ kolla_node_custom_config_path }}/nova" dest: "{{ kolla_node_custom_config_path }}/nova"
patterns: "*" patterns: "*"
enabled: "{{ kolla_enable_nova }}" 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 }}" - src: "{{ kolla_nova_libvirt_certificates_src }}"
dest: "{{ kolla_node_custom_config_path }}/nova/nova-libvirt" dest: "{{ kolla_node_custom_config_path }}/nova/nova-libvirt"
patterns: patterns:
......
---
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment