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

Oyvind Albrigtsen oalbrigt at redhat.com
Tue Oct 9 04:55:08 EDT 2018


On 09/10/18 10:48 +0200, Valentin Vidic wrote:
>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:
It seems like the if-line should be updated to check for those 2
libraries (from the imports in the agent).
>
>--- 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
>_______________________________________________
>Developers mailing list
>Developers at clusterlabs.org
>https://lists.clusterlabs.org/mailman/listinfo/developers



More information about the Users mailing list