From f5fc4a1e4dadeb34635160ba9e887d7ff2015d8e Mon Sep 17 00:00:00 2001 From: Angie Wang Date: Wed, 13 Jun 2018 01:21:21 -0400 Subject: [PATCH] Replace ceilometer client with gnocchi in remote-clients package Replace python-ceilometerclient-sdk with python-gnocchiclient-sdk in remote-clients package. Story: 2002825 Task: 22871 Depends-On: https://review.openstack.org/587279 Change-Id: I9a341113943cef8e0735b5f6a099ffc19c538519 Signed-off-by: Don Penney Signed-off-by: Jack Ding --- remote-clients/centos/remote-clients.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote-clients/centos/remote-clients.spec b/remote-clients/centos/remote-clients.spec index 5d5f37f..04f6876 100644 --- a/remote-clients/centos/remote-clients.spec +++ b/remote-clients/centos/remote-clients.spec @@ -10,8 +10,8 @@ URL: unknown Source0: %{name}-%{version}.tar.gz -BuildRequires: python-ceilometerclient-sdk BuildRequires: python-cinderclient-sdk +BuildRequires: python-gnocchiclient-sdk BuildRequires: python-glanceclient-sdk BuildRequires: python-heatclient-sdk BuildRequires: python-keystoneclient-sdk