Skip to content

Commit d02319e

Browse files
authored
Merge pull request #901 from stackhpc/upstream/2026.1-2026-07-13
Synchronise 2026.1 with upstream
2 parents e63ecae + 469fbe0 commit d02319e

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

ansible/group_vars/all/neutron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ neutron_plugin_agent: "openvswitch"
2828
# Valid options are [ internal, infoblox ]
2929
neutron_ipam_driver: "internal"
3030

31-
eutron_external_interface: "eth1"
31+
neutron_external_interface: "eth1"
3232

3333
#######################
3434
# Neutron options

ansible/roles/heat/templates/heat-api-cfn.json.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"dest": "/etc/heat/certs/heat-key.pem",
3131
"owner": "heat",
3232
"perm": "0600"
33-
}
34-
{% endif %}{% if kolla_copy_ca_into_containers | bool %},
33+
}{% endif %}{% if kolla_copy_ca_into_containers | bool %},
3534
{
3635
"source": "{{ container_config_directory }}/ca-certificates",
3736
"dest": "/var/lib/kolla/share/ca-certificates",

ansible/roles/heat/templates/heat-api.json.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"dest": "/etc/heat/certs/heat-key.pem",
3131
"owner": "heat",
3232
"perm": "0600"
33-
}
34-
{% endif %}{% if kolla_copy_ca_into_containers | bool %},
33+
}{% endif %}{% if kolla_copy_ca_into_containers | bool %},
3534
{
3635
"source": "{{ container_config_directory }}/ca-certificates",
3736
"dest": "/var/lib/kolla/share/ca-certificates",

0 commit comments

Comments
 (0)