monitorstack/tests/files/test-openstack.ini

48 lines
1.4 KiB
INI

# Store the authentication credentials needed to query a given OpenStack Service.
# All sections are overrides for the defaults. If you only need to connect to a
# single cloud simply store the credentials needd in the DEFAULT section and
# override whatever is needed within the local sections.
[DEFAULT]
insecure = false
auth_url = https://localhost:5000/v3
# NOTE(cloudnull):
# When using keystone V3 you will need the .*domain_name configuration options.
user_domain_name = default # This is required when Keystone V3 is being used
project_domain_name = default # This is required when Keystone V3 is being used
# If you're using keystone V2 you will need the tenant_name option.
tenant_name = admin # This is required when Keystone V2 is being used
# NEVER Mix and match the options tenant name and domain_name options.
# You are be required to run either V2 or V3 as it pertains to this config.
# If you provide both tenant_name and .*domain_name options at the same time
# the plugins will fail API version negotiation.
username = admin
password = Secrete
# The verify option is for SSL. If your SSL certificate is not
# valid set this option to false else omit it or set it true.
verify = false
[keystone]
[glance]
[nova]
project_name = nova
[neutron]
[heat]
[cinder]
[ironic]
auth_url = https://localhost:5000/v3
project_name = ironic
user_domain_name = users
project_domain_name = projects
password = SuperSecrete