File: clouds_cache.yaml

package info (click to toggle)
python-shade 1.30.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,196 kB
  • sloc: python: 33,354; sh: 111; makefile: 15
file content (31 lines) | stat: -rw-r--r-- 749 bytes parent folder | download | duplicates (3)
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
27
28
29
30
31
cache:
  max_age: 90
  class: dogpile.cache.memory
  expiration:
    server: 1
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: http://identity.example.com/v2.0
      username: _test_user_
      password: _test_pass_
      project_name: _test_project_
    region_name: _test_region_