[ClusterLabs] [ClusterLabs Developers] fence-agents v4.3.0

Valentin Vidic Valentin.Vidic at CARNet.hr
Tue Oct 9 04:48:26 EDT 2018


On Tue, Oct 02, 2018 at 03:13:51PM +0200, Oyvind Albrigtsen wrote:
> ClusterLabs is happy to announce fence-agents v4.3.0.
> 
> The source code is available at:
> https://github.com/ClusterLabs/fence-agents/releases/tag/v4.3.0
> 
> The most significant enhancements in this release are:
> - new fence agents:
>  - fence_aliyun
>  - fence_openstack

Could not get openstack to build without a patch.  Can you check
if this works for you:

--- 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")

-- 
Valentin



More information about the Users mailing list