This commit is contained in:
2025-07-20 18:55:22 +03:00
committed by Emin Arslan
parent b2d68e37ac
commit 9821a2498b
2 changed files with 4 additions and 9 deletions

View File

@@ -14,7 +14,6 @@ import base64
import copy
import hashlib
import io
import os
import socket
import uuid
from pkg_resources import resource_filename
@@ -71,10 +70,10 @@ log.setup(CONF, 'api',
# Initialize Swift driver
Swift = get_driver(Provider.OPENSTACK_SWIFT)
driver = Swift(
os.getenv("APPCRED_ID"),
os.getenv("APPCRED_SECRET"),
'CloudComp2',
'demo',
ex_force_auth_url='https://10.32.4.29:5000/',
ex_force_auth_version='3.x_appcred',
ex_force_auth_version='3.x_password',
ex_tenant_name='CloudComp2',
ex_domain_name='default',
)