a263da138f
Now someone can override individual endpoints like below in an environment: parameter_merge_strategies: EndpointMap: merge parameter_defaults: EndpointMap: AodhPublic: protocol: http port: 9999 host: 121.21.2.1 Closes-Bug: #1897592 Change-Id: Ibf2e0d183dd51421c4feb7467c3c01fb416d2965
15 lines
720 B
YAML
15 lines
720 B
YAML
# *******************************************************************
|
|
# This file was created automatically by the sample environment
|
|
# generator. Developers should use `tox -e genconfig` to update it.
|
|
# Users are recommended to make changes to a copy of the file instead
|
|
# of the original, if any customizations are needed.
|
|
# *******************************************************************
|
|
# title: Deploy All Endpoints without TLS and with IP addresses
|
|
# description: |
|
|
# Use this environment when deploying an overcloud where all the endpoints not
|
|
# using TLS and are using IP addresses.
|
|
parameter_defaults:
|
|
# Whether to enable TLS on the public interface or not.
|
|
# Type: boolean
|
|
EnablePublicTLS: False
|