Merge "radosgw_frontend_port should be a number"
This commit is contained in:
commit
76cb99a2a7
@ -83,7 +83,11 @@ resources:
|
||||
list_join:
|
||||
- ','
|
||||
- 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:
|
||||
type: OS::Heat::Value
|
||||
|
Loading…
Reference in New Issue
Block a user