magnum/functional_creds.conf.sample
maliki 07f9e027d5 Add insecure option in functional tests for SSL endpoints
This patch fixes the issue when functional tests are run
against a deployment that has https based endpoints.
The insecure option is not being passed when initiating
magnumclient or keystoneclient as a result we get SSL
error.

Change-Id: I35525917b96b64e57c984924c72b3c696949f67f
Closes-Bug: #1640341
2016-11-09 21:49:11 -08:00

20 lines
389 B
Plaintext

# Credentials for functional testing
[auth]
auth_url = http://127.0.0.1:5000/v2.0
magnum_url = http://127.0.0.1:9511/v1
username = demo
tenant_name = demo
password = password
auth_version = v2
insecure=False
[admin]
user = admin
tenant = admin
pass = password
[magnum]
image_id = fedora-atomic-latest
nic_id = public
keypair_id = default
flavor_id = s1.magnum
master_flavor_id = m1.magnum