Michael Polenchuk | df4fcb0 | 2017-06-29 12:22:42 +0400 | [diff] [blame] | 1 | classes: |
| 2 | - service.neutron.control.single |
| 3 | - system.neutron.control.openvswitch.single |
| 4 | parameters: |
| 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 Polenchuk | df4fcb0 | 2017-06-29 12:22:42 +0400 | [diff] [blame] | 18 | mechanism: |
| 19 | ovs: |
| 20 | driver: ${_param:opendaylight_driver} |