From 82d168cab5cbba13a2b09a95aead693b5ecfad82 Mon Sep 17 00:00:00 2001 From: Jerry Sun Date: Mon, 9 Jul 2018 15:49:43 -0400 Subject: [PATCH] Unable to use `openstack alarm list` command Added missing aodhclient to remotecli SDK package. The missing dependency caused the alarm list command to be missing from openstack client. Change-Id: I9a8794c1053e2773186b018174da05d34a63e392 Signed-off-by: David Sullivan Story: 2002989 Task: 23003 --- remote-clients/centos/remote-clients.spec | 2 +- remote-clients/remote-clients/remote-clients/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/remote-clients/centos/remote-clients.spec b/remote-clients/centos/remote-clients.spec index 04f6876..352ef8f 100644 --- a/remote-clients/centos/remote-clients.spec +++ b/remote-clients/centos/remote-clients.spec @@ -1,6 +1,6 @@ Summary: Remote-Clients Name: remote-clients -Version: 2.0.5 +Version: 2.0.6 Release: %{tis_patch_ver}%{?_tis_dist} License: Apache-2.0 Group: devel diff --git a/remote-clients/remote-clients/remote-clients/requirements.txt b/remote-clients/remote-clients/remote-clients/requirements.txt index c45b0cf..aed722d 100644 --- a/remote-clients/remote-clients/remote-clients/requirements.txt +++ b/remote-clients/remote-clients/remote-clients/requirements.txt @@ -13,3 +13,4 @@ python-ironicclient==1.7.1 pankoclient==0.3.0 bs4 osprofiler +aodhclient==0.9.0