Merge "Fix an undefined variable bug for venus deployment"

This commit is contained in:
Zuul 2023-08-15 09:23:14 +00:00 committed by Gerrit Code Review
commit 01a911b27d
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ venus_manager_extra_volumes: "{{ venus_extra_volumes }}"
# OpenStack
####################
venus_internal_endpoint: "{{ venus_internal_fqdn | kolla_url(internal_protocol, venus_api_port) }}"
venus_public_endpoint: "{{ venus_external_fqdn | kolla_url(external_protocol, venus_api_port) }}"
venus_public_endpoint: "{{ venus_external_fqdn | kolla_url(public_protocol, venus_api_port) }}"
venus_logging_debug: "{{ openstack_logging_debug }}"