blob: 297cfa0be3e693a5f04ebfc55828f15ccb2bdaa6 [file] [log] [blame]
Michael Polenchukdf4fcb02017-06-29 12:22:42 +04001classes:
2- service.neutron.control.single
3- system.neutron.control.openvswitch.single
4parameters:
5 _param:
6 opendaylight_router: odl-router_v2
7 opendaylight_driver: opendaylight_v2
8 neutron:
9 server:
10 backend:
11 opendaylight: true
12 host: ${_param:opendaylight_service_host}
13 rest_api_port: 8282
14 user: admin
15 password: admin
16 ovsdb_connection: tcp:127.0.0.1:6639
17 router: ${_param:opendaylight_router}
Michael Polenchukdf4fcb02017-06-29 12:22:42 +040018 mechanism:
19 ovs:
20 driver: ${_param:opendaylight_driver}