Merge "Fix OpenSSL template"
This commit is contained in:
@@ -13,10 +13,8 @@ commonName = {{ kolla_external_fqdn }}
|
|||||||
subjectAltName = @alt_names
|
subjectAltName = @alt_names
|
||||||
|
|
||||||
[alt_names]
|
[alt_names]
|
||||||
IP.1 = {{ kolla_external_vip_address }}
|
|
||||||
# NOTE(Xing Zhang): Add IPv6 external VIP address to IP.2 when
|
|
||||||
# ipv6-control-plane is implemented.
|
|
||||||
#IP.2 =
|
|
||||||
{% if kolla_external_fqdn != kolla_external_vip_address %}
|
{% if kolla_external_fqdn != kolla_external_vip_address %}
|
||||||
DNS.1 = {{ kolla_external_fqdn }}
|
DNS.1 = {{ kolla_external_fqdn }}
|
||||||
|
{% else %}
|
||||||
|
IP.1 = {{ kolla_external_fqdn }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user