Add support for clouds.yaml file in DevStack plugin
Change-Id: I03c26d3fc30ad7ce172c2c5e7cd2b316f81729dc
This commit is contained in:
parent
7c98e5da30
commit
e9a0120417
@ -97,6 +97,7 @@ function configure_tobiko_keystone {
|
|||||||
"${user_id}" \
|
"${user_id}" \
|
||||||
"${TOBIKO_KEYSTONE_USER_DOMAIN_NAME}")
|
"${TOBIKO_KEYSTONE_USER_DOMAIN_NAME}")
|
||||||
|
|
||||||
|
iniset "${tobiko_config}" keystone cloud_name "${TOBIKO_KEYSTONE_CLOUD_NAME}"
|
||||||
iniset "${tobiko_config}" keystone api_version "${api_version}"
|
iniset "${tobiko_config}" keystone api_version "${api_version}"
|
||||||
iniset "${tobiko_config}" keystone auth_url "${auth_url}"
|
iniset "${tobiko_config}" keystone auth_url "${auth_url}"
|
||||||
iniset "${tobiko_config}" keystone username "${TOBIKO_KEYSTONE_USERNAME}"
|
iniset "${tobiko_config}" keystone username "${TOBIKO_KEYSTONE_USERNAME}"
|
||||||
|
@ -25,6 +25,7 @@ TOBIKO_CIRROS_PASSWORD=${TOBIKO_CIRROS_PASSWORD:-}
|
|||||||
|
|
||||||
# --- Keystone settings ---
|
# --- Keystone settings ---
|
||||||
# See ``lib/keystone`` where these users and tenants are set up
|
# See ``lib/keystone`` where these users and tenants are set up
|
||||||
|
TOBIKO_KEYSTONE_CLOUD_NAME=${TOBIKO_KEYSTONE_CLOUD_NAME:-devstack-admin}
|
||||||
TOBIKO_KEYSTONE_USERNAME=${TOBIKO_KEYSTONE_USERNAME:-${ADMIN_USERNAME:-admin}}
|
TOBIKO_KEYSTONE_USERNAME=${TOBIKO_KEYSTONE_USERNAME:-${ADMIN_USERNAME:-admin}}
|
||||||
TOBIKO_KEYSTONE_PASSWORD=${TOBIKO_KEYSTONE_PASSWORD:-${ADMIN_PASSWORD:-secret}}
|
TOBIKO_KEYSTONE_PASSWORD=${TOBIKO_KEYSTONE_PASSWORD:-${ADMIN_PASSWORD:-secret}}
|
||||||
TOBIKO_KEYSTONE_PROJECT_NAME=${TOBIKO_KEYSTONE_PROJECT_NAME:-${ADMIN_TENANT_NAME:-admin}}
|
TOBIKO_KEYSTONE_PROJECT_NAME=${TOBIKO_KEYSTONE_PROJECT_NAME:-${ADMIN_TENANT_NAME:-admin}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user