e7f1bdb7e4
Update clouds.yaml.sample to: * Use v3 Keystone URL * Include user_domain_id and project_domain_id Those are necessary to run functional tests against a local devstack. This change also changes the password to 'change_me' to make it clearer that it needs to be changed. Change-Id: I060648ae63c57619351d6f23f25ae75320d08321
10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
clouds:
|
|
devstack:
|
|
auth:
|
|
username: admin
|
|
password: change_me
|
|
project_name: admin
|
|
auth_url: http://localhost:5000/v3
|
|
user_domain_id: default
|
|
project_domain_id: default
|