870ec615d6
Co-Authored-By: Swapnil Kulkarni <me@coolsvap.net" Change-Id: I81e5e6bfde3323e6917e3d61e3db760e2fec2019 Implements: blueprint gnocchi-containers
9 lines
111 B
Bash
Executable File
9 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
. /opt/kolla/kolla-common.sh
|
|
. /opt/kolla/config-gnocchi.sh
|
|
|
|
exec /usr/bin/gnocchi-statsd
|