From d6984c26b3b40636e4b1aa66ad1a79e012706f61 Mon Sep 17 00:00:00 2001 From: Angie Wang Date: Wed, 27 Feb 2019 11:20:09 -0500 Subject: [PATCH] Ceilometer chart: replace the obsolete ceilometer upgrade command The current ceilometer upgrade command "ceilometer-dbsync" was deprecated since newton and was removed since ocata. The commit updates to use the replaced command. Story: 2005019 Task: 29727 Change-Id: I06afb2cc99726991d6941aabb039379dc78c5d66 Signed-off-by: Angie Wang --- ceilometer/templates/bin/_db-sync.sh.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceilometer/templates/bin/_db-sync.sh.tpl b/ceilometer/templates/bin/_db-sync.sh.tpl index 02f6f5d46b..d649654bef 100644 --- a/ceilometer/templates/bin/_db-sync.sh.tpl +++ b/ceilometer/templates/bin/_db-sync.sh.tpl @@ -18,4 +18,4 @@ limitations under the License. set -ex -exec ceilometer-dbsync +exec ceilometer-upgrade