diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-08-22 12:06:30 +0000 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-08-22 15:36:25 +0300 |
commit | 8cb4da7a1ed969bf8f44ebe39f5153141d5a3c5c (patch) | |
tree | da9195c5eae9a10f07d4e377d61a1ed8e512bdcf /puppet | |
parent | 1d1ad7849b65e5ecbaf3e0f260b4ad1827dc6f22 (diff) |
Zaqar: Match service name with service-net-map
This is required for t-h-t to generate the appropriate hieradata.
Change-Id: I9b451eac4427a52ad8eec62ff89acc6c6d3ab799
Closes-Bug: #1712328
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/zaqar-api.yaml (renamed from puppet/services/zaqar.yaml) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/services/zaqar.yaml b/puppet/services/zaqar-api.yaml index 4a1ad179..82d105ef 100644 --- a/puppet/services/zaqar.yaml +++ b/puppet/services/zaqar-api.yaml @@ -87,9 +87,9 @@ resources: outputs: role_data: - description: Shared role data for the Heat services. + description: Shared role data for the Zaqar services. value: - service_name: zaqar + service_name: zaqar_api config_settings: map_merge: - get_attr: [ApacheServiceBase, role_data, config_settings] |