Description: Fix building for fence_openstack
Author: Valentin Vidic <vvidic@debian.org>
Last-Update: 2018-10-09
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/configure.ac
+++ b/configure.ac
@@ -246,8 +246,7 @@
 fi
 
 if echo "$AGENTS_LIST" | grep -q openstack; then
-        AC_PYTHON_MODULE(novaclient)
-        AC_PYTHON_MODULE(keystoneclient)
+        AC_PYTHON_MODULE(openstackclient)
         if test "x${HAVE_PYMOD_OPENSTACKCLIENT}" != xyes; then
                 AGENTS_LIST=$(echo "$AGENTS_LIST" | sed -E "s#openstack/fence_openstack.py( |$)##")
                 AC_MSG_WARN("Not building fence_openstack")
