Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "overcloud/service_names: merge service_names & enabled_service…
Browse files Browse the repository at this point in the history
…s" into stable/train
  • Loading branch information
Zuul authored and openstack-gerrit committed Dec 11, 2019
2 parents 1111ed5 + e232686 commit 5ca908c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overcloud.j2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ resources:
type: comma_delimited_list
value:
yaql:
expression: let(root => $) -> $.data.extra_services.items().where($[0] in coalesce($root.data.enabled_services, [])).select($[1]).flatten() + coalesce($root.data.enabled_services, [])
expression: let(root => $) -> distinct($.data.extra_services.items().where($[0] in coalesce($root.data.enabled_services, [])).select($[1]).flatten() + coalesce($root.data.enabled_services, []))
data:
enabled_services: {get_attr: [{{role.name}}ServiceChainRoleData, value, service_names]}
extra_services:
Expand Down

0 comments on commit 5ca908c

Please sign in to comment.