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:
parent
d4ce41baa2
commit
59aaec13f1
@ -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:
|
||||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user