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 /docker/services | |
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 'docker/services')
-rw-r--r-- | docker/services/zaqar.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/services/zaqar.yaml b/docker/services/zaqar.yaml index 072c6759..b6fb4001 100644 --- a/docker/services/zaqar.yaml +++ b/docker/services/zaqar.yaml @@ -57,7 +57,7 @@ resources: type: ../../puppet/services/database/mysql-client.yaml ZaqarBase: - type: ../../puppet/services/zaqar.yaml + type: ../../puppet/services/zaqar-api.yaml properties: EndpointMap: {get_param: EndpointMap} ServiceData: {get_param: ServiceData} |