diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:19:56 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:19:56 +0000 |
commit | eaea7f91d9dcba6620f6c23a342b20d94434d0c1 (patch) | |
tree | 59f40f8d3835d3954a48242fe49c7195f9cb55c5 /ha-cloud-support-aws.patch | |
parent | d47ceb1805980901b5ed124f6f1459d58d67eff3 (diff) |
automatic import of fence-agentsopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'ha-cloud-support-aws.patch')
-rw-r--r-- | ha-cloud-support-aws.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ha-cloud-support-aws.patch b/ha-cloud-support-aws.patch new file mode 100644 index 0000000..f4939dd --- /dev/null +++ b/ha-cloud-support-aws.patch @@ -0,0 +1,10 @@ +--- a/agents/aws/fence_aws.py 2021-02-08 13:31:49.748362643 +0100 ++++ b/agents/aws/fence_aws.py 2021-02-08 13:31:46.836356513 +0100 +@@ -11,6 +11,7 @@ + from requests import HTTPError + + try: ++ sys.path.insert(0, '/usr/lib/fence-agents/support/aws') + import boto3 + from botocore.exceptions import ConnectionError, ClientError, EndpointConnectionError, NoRegionError + except ImportError: |