Update clouds.yaml.sample

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
This commit is contained in:
Artom Lifshitz 2016-07-11 15:52:09 -04:00
parent 423239c975
commit e7f1bdb7e4
1 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@ clouds:
devstack:
auth:
username: admin
password: a
password: change_me
project_name: admin
auth_url: http://localhost:5000/v2.0
auth_url: http://localhost:5000/v3
user_domain_id: default
project_domain_id: default