
1. add database drop script 2. fix uuidgen config 3. fix logic to reset rangeragent version to 1.0 4. rename ranger services in start_services.sh script Change-Id: Ib9bddaa0385295c3bdea0b3eed942d6b0f71cb59
11 lines
368 B
Python
Executable File
11 lines
368 B
Python
Executable File
# these values are used by ormcli to retrieve auth_token which is sent,
|
|
# along with region, with each cms and fms api request
|
|
import orm.base_config as config
|
|
|
|
tenant_name = config.token_auth_tenant
|
|
username = config.token_auth_user
|
|
password = config.token_auth_pass
|
|
auth_region = config.token_auth_version
|
|
orm_base_url = config.ranger_url
|
|
verify = config.ssl_verify
|