From 0b12f89cc04f81bb7659085e2ace4020cc0c3491 Mon Sep 17 00:00:00 2001 From: Jerry Sun Date: Mon, 11 Jun 2018 14:51:11 -0400 Subject: [PATCH] Add pankoclient to remote-clients package Missing this dependency could cause the event list command to be missing from openstack client. Story: 2002854 Task: 22803 Depends-On: https://review.openstack.org/587279 Change-Id: I5786902cd08085593ae82a86f275f40b93e259d6 Signed-off-by: Jack Ding --- 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 bac4ec1..5d5f37f 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.4 +Version: 2.0.5 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 13f25b5..c45b0cf 100644 --- a/remote-clients/remote-clients/remote-clients/requirements.txt +++ b/remote-clients/remote-clients/remote-clients/requirements.txt @@ -10,5 +10,6 @@ python-swiftclient==3.1.0 python-muranoclient==0.11.0 python-magnumclient==2.3.1 python-ironicclient==1.7.1 +pankoclient==0.3.0 bs4 osprofiler