You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
387 B
11 lines
387 B
2 years ago
|
--- 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:
|