blob: 2f224033af2f9e60b0cd59b613a12abccb559fbc [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
14 password: admin
15 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}