| Michael Polenchuk | 87d2b74 | 2017-06-29 12:05:25 +0400 | [diff] [blame] | 1 | parameters: |
| 2 | _param: | ||||
| 3 | provider_mappings: physnet1:br-floating | ||||
| 4 | opendaylight_service_host: 127.0.0.1 | ||||
| 5 | neutron: | ||||
| 6 | compute: | ||||
| 7 | opendaylight: | ||||
| 8 | ovsdb_server_iface: ptcp:6639:127.0.0.1 | ||||
| 9 | ovsdb_odl_iface: tcp:${_param:opendaylight_service_host}:6640 | ||||
| 10 | tunnel_ip: ${_param:tenant_address} | ||||
| 11 | provider_mappings: ${_param:provider_mappings} | ||||