File: clouds.yaml

package info (click to toggle)
python-openstacksdk 4.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,904 kB
  • sloc: python: 127,036; sh: 153; makefile: 23
file content (26 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
clouds:
  _test_cloud_:
    auth:
      auth_url: https://identity.example.com
      password: password
      project_name: admin
      username: admin
      user_domain_name: default
      project_domain_name: default
    region_name: RegionOne
  _test_cloud_v2_:
    auth:
      auth_url: https://identity.example.com
      password: password
      project_name: admin
      username: admin
    identity_api_version: '2.0'
    region_name: RegionOne
  _bogus_test_:
    auth_type: bogus
    auth:
      auth_url: https://identity.example.com/v2.0
      username: _test_user_
      password: _test_pass_
      project_name: _test_project_
    region_name: _test_region_