File: limestonenetworks.yaml

package info (click to toggle)
python-openstacksdk 4.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,904 kB
  • sloc: python: 127,036; sh: 153; makefile: 23
file content (36 lines) | stat: -rw-r--r-- 1,048 bytes parent folder | download | duplicates (5)
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
32
33
34
35
36
---

name: limestonenetworks
profile:
  auth:
    auth_url: https://auth.cloud.lstn.net:5000/v3
  regions:
    - name: us-dfw-1
      values:
        networks:
          - name: Public Internet
            routes_externally: true
            default_interface: true
            nat_source: true
          - name: DDoS Protected
            routes_externally: true
          - name: Private Network (10.0.0.0/8 only)
            routes_externally: false
          - name: Private Network (Floating Public)
            routes_externally: false
            nat_destination: true
    - name: us-slc
      values:
        networks:
          - name: Public Internet
            routes_externally: true
            default_interface: true
            nat_source: true
          - name: Private Network (10.0.0.0/8 only)
            routes_externally: false
          - name: Private Network (Floating Public)
            routes_externally: false
            nat_destination: true
  identity_api_version: '3'
  image_format: raw
  volume_api_version: '3'