blob: 48ca3720890130ce7c620d26a0372ef030abbc2a [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
2 keystone:
3 client:
4 server:
5 identity:
6 project:
7 service:
8 user:
9 neutron:
10 is_admin: true
11 password: ${_param:keystone_neutron_password}
12 email: ${_param:admin_email}
13 service:
14 neutron:
15 type: network
16 description: OpenStack Networking Service
17 endpoints:
18 - region: ${_param:openstack_region}
19 public_address: ${_param:neutron_service_host}
20 public_port: 9696
21 public_path: '/'
22 internal_address: ${_param:neutron_service_host}
23 internal_port: 9696
24 internal_path: '/'
25 admin_address: ${_param:neutron_service_host}
26 admin_port: 9696
27 admin_path: '/'