From e33277513b2f0b8add1dd767733c9447dc67cd91 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Thu, 17 Mar 2016 19:12:08 -0400 Subject: [PATCH] add more clients when checking for openstackclient command overlap both muranoclient and senlinclient are now openstackclient plugins, so we need to check those as well for a full list of plugins, refer to: https://github.com/openstack/python-openstackclient/blob/master/doc/source/plugins.rst Change-Id: Icdd03496b81139e08f867652a3a94f4e3531f1e4 --- jenkins/scripts/check-osc-plugins.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jenkins/scripts/check-osc-plugins.sh b/jenkins/scripts/check-osc-plugins.sh index f42cdfa6c2..a1b7356b96 100755 --- a/jenkins/scripts/check-osc-plugins.sh +++ b/jenkins/scripts/check-osc-plugins.sh @@ -43,8 +43,10 @@ install_from_source python-heatclient install_from_source python-ironicclient install_from_source python-ironic-inspector-client install_from_source python-mistralclient +install_from_source python-muranoclient install_from_source python-saharaclient install_from_source python-searchlightclient +install_from_source python-senlinclient install_from_source python-tripleoclient install_from_source python-zaqarclient