diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-08-22 18:31:51 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-08-22 18:31:51 +0000 |
commit | 27652e96a889b0350ee8024d6d332d40ace3952e (patch) | |
tree | b1593ea50f67747f992e10e1b9b678e913bc3ea0 /puppet/services | |
parent | ce9007529d5d2cce1e519aa81f37e68c41afb52e (diff) | |
parent | 8cb4da7a1ed969bf8f44ebe39f5153141d5a3c5c (diff) |
Merge "Zaqar: Match service name with service-net-map"
Diffstat (limited to 'puppet/services')
-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] |