Add a sample clouds.yaml
Since commit 22569f218e4ca461da4e50dfc686adae6a44d2ba functional testing credentials are managed by os-cloud-config. This change adds a sample config to help developers run functional tests locally. Change-Id: I16d1cb9a8bcaf18dda26af596652564b190cbe93
This commit is contained in:
parent
e492327431
commit
9231f939f9
7
novaclient/tests/functional/clouds.yaml.sample
Normal file
7
novaclient/tests/functional/clouds.yaml.sample
Normal file
@ -0,0 +1,7 @@
|
||||
clouds:
|
||||
devstack:
|
||||
auth:
|
||||
username: admin
|
||||
password: a
|
||||
project_name: admin
|
||||
auth_url: http://localhost:5000/v2.0
|
Loading…
x
Reference in New Issue
Block a user