Run gnocchi statsd and metrcd at step 5

Running these daemons at step 5 should avoid seeing error messages in
the gnocchi-statsd log files on startup which starts at step4.

Change-Id: Idb82f864a2e1c623dab7a2a87054443036670453
Closes-bug: #1713182
This commit is contained in:
Dan Prince 2017-08-25 22:08:25 -04:00 committed by Pradeep Kilambi
parent 5b968f58ae
commit 9d8e496f3e
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ outputs:
owner: gnocchi:gnocchi
recurse: true
docker_config:
step_4:
step_5:
gnocchi_metricd:
image: {get_param: DockerGnocchiMetricdImage}
net: host

View File

@ -90,7 +90,7 @@ outputs:
owner: gnocchi:gnocchi
recurse: true
docker_config:
step_4:
step_5:
gnocchi_statsd:
image: {get_param: DockerGnocchiStatsdImage}
net: host