Fix base service type inheriting gnocchi service templates

Change-Id: I5018e4cdb1e5df7c2d67a8c1248d7453941b725f
This commit is contained in:
Pradeep Kilambi 2016-08-25 14:39:41 -04:00
parent aae669aa17
commit a30d1745f9
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ parameters:
resources:
GnocchiServiceBase:
type: ../gnocchi-base.yaml
type: ../gnocchi-api.yaml
properties:
ServiceNetMap: {get_param: ServiceNetMap}
DefaultPasswords: {get_param: DefaultPasswords}

View File

@ -21,7 +21,7 @@ parameters:
resources:
GnocchiServiceBase:
type: ../gnocchi-base.yaml
type: ../gnocchi-metricd.yaml
properties:
ServiceNetMap: {get_param: ServiceNetMap}
DefaultPasswords: {get_param: DefaultPasswords}

View File

@ -21,7 +21,7 @@ parameters:
resources:
GnocchiServiceBase:
type: ../gnocchi-base.yaml
type: ../gnocchi-statsd.yaml
properties:
ServiceNetMap: {get_param: ServiceNetMap}
DefaultPasswords: {get_param: DefaultPasswords}