Merge "radosgw_frontend_port should be a number"

This commit is contained in:
Zuul 2021-04-01 19:34:39 +00:00 committed by Gerrit Code Review
commit 76cb99a2a7
1 changed files with 5 additions and 1 deletions

View File

@ -83,7 +83,11 @@ resources:
list_join: list_join:
- ',' - ','
- get_param: [ServiceData, net_cidr_map, {get_param: [ServiceNetMap, CephRgwNetwork]}] - get_param: [ServiceData, net_cidr_map, {get_param: [ServiceNetMap, CephRgwNetwork]}]
radosgw_frontend_port: {get_param: [EndpointMap, CephRgwInternal, port]} radosgw_frontend_port:
yaql:
data: {get_param: [EndpointMap, CephRgwInternal]}
expression: int($.data.port)
CephRgwConfigOverrides: CephRgwConfigOverrides:
type: OS::Heat::Value type: OS::Heat::Value