summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/tests/conf/os_env.yaml.template
blob: da6b942fab949a9fe1d46e9032399a6b35b5e77b (plain)
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
37
38
39
# Keystone v2.0
#username: admin
#password: admin
#os_auth_url: http://<host>:<port>/v2.0/
#project_name: admin
#ext_net: <external network name>
#http_proxy: <host>:<port>
#ssh_proxy_cmd: '/usr/local/bin/corkscrew <host> <port> %h %p'
#ssh_proxy_cmd: 'ssh <host> nc %h %p'

# Keystone v2.0
#username: admin
#password: admin
#os_auth_url: http://<host>:<port>/v3
#project_name: admin
#identity_api_version: 3
#ext_net: <external network name>



#username: admin
#password: cable123
#os_auth_url: http://192.168.67.10:5000/v2.0/
#project_name: admin
#ext_net: external
#http_proxy: 10.197.123.27:3128
#ssh_proxy_cmd: '/usr/local/bin/corkscrew 10.197.123.27 3128 %h %p'




username: admin
password: admin
os_auth_url: http://192.168.0.2:5000/v3
project_name: admin
identity_api_version: 3
ext_net: admin_floating_net
http_proxy: 10.197.123.27:3128
ssh_proxy_cmd: '/usr/local/bin/corkscrew localhost 3128 %h %p'