Ubuntu Pastebin

Paste from terje at Wed, 13 Apr 2016 18:12:42 +0000

Download as text
 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
charm: epdg
service: epdg
settings:
  keystone_admin_token:
    default: true
    description: Admin token
    type: string
    value: b396cbe2-ed6c-431a-bfac-c2b5c2261051
  os_auth_url:
    default: true
    description: Auth URL
    type: string
    value: "http://172.29.55.5:35357/v2.0/"
  os_password:
    default: true
    description: pw
    type: string
    value: asdfasdf1
  os_tenant_name:
    default: true
    description: Tenant Name
    type: string
    value: admin
  os_username:
    default: true
    description: OS Username
    type: string
    value: admin
  public_network:
    default: true
    description: Floating Network UUID
    type: string
    value: b396cbe2-ed6c-431a-bfac-c2b5c2261051
Download as text