Merge "Fix OpenSSL template"
This commit is contained in:
commit
b73b9eab26
@ -13,10 +13,8 @@ commonName = {{ kolla_external_fqdn }}
|
||||
subjectAltName = @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 %}
|
||||
DNS.1 = {{ kolla_external_fqdn }}
|
||||
{% else %}
|
||||
IP.1 = {{ kolla_external_fqdn }}
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user