blob: 91ed8091626071ea0c8e46ef4e4bd183e497ddd2 [file] [log] [blame]
Michael Polenchukdf4fcb02017-06-29 12:22:42 +04001classes:
Michael Polenchukdf4fcb02017-06-29 12:22:42 +04002- system.neutron.control.openvswitch.cluster
3parameters:
4 _param:
5 opendaylight_router: odl-router_v2
6 opendaylight_driver: opendaylight_v2
7 neutron:
8 server:
9 backend:
10 opendaylight: true
11 host: ${_param:opendaylight_service_host}
12 rest_api_port: 8282
13 user: admin
azvyagintsev609d32f2019-01-17 13:47:01 +020014# password: admin
Michael Polenchukdf4fcb02017-06-29 12:22:42 +040015 ovsdb_connection: tcp:127.0.0.1:6639
16 router: ${_param:opendaylight_router}
Michael Polenchukdf4fcb02017-06-29 12:22:42 +040017 mechanism:
18 ovs:
19 driver: ${_param:opendaylight_driver}