- Remove aliyuncli python CI gating test

Resolves: RHEL-27929
  Resolves: RHEL-28097
This commit is contained in:
Oyvind Albrigtsen 2024-03-14 11:14:46 +01:00
parent 82c4672c2d
commit ecaaf1dca0
2 changed files with 2 additions and 3 deletions

View File

@ -59,7 +59,7 @@
Name: fence-agents
Summary: Set of unified programs capable of host isolation ("fencing")
Version: 4.10.0
Release: 65%{?alphatag:.%{alphatag}}%{?dist}
Release: 66%{?alphatag:.%{alphatag}}%{?dist}
License: GPLv2+ and LGPLv2+
URL: https://github.com/ClusterLabs/fence-agents
Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.gz
@ -1517,7 +1517,7 @@ are located on corosync cluster nodes.
%endif
%changelog
* Thu Mar 14 2024 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-65
* Thu Mar 14 2024 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-66
- Add missing licenses to spec-file
Resolves: RHEL-27929
- ha-cloud-support: fix aliyun-cli

View File

@ -13,7 +13,6 @@ declare -A libs=(
# aliyun
["aliyunsdkcore"]="sys.path.insert(0, '/usr/lib/fence-agents/support/aliyun');"
["aliyunsdkecs"]="sys.path.insert(0, '/usr/lib/fence-agents/support/aliyun');"
["aliyuncli"]="sys.path.insert(0, '/usr/lib/fence-agents/support/aliyun');"
# aws
["boto3"]="sys.path.insert(0, '/usr/lib/fence-agents/support/aws');"
# azure