| Vasyl Saienko | 32f1962 | 2018-07-25 18:55:20 +0300 | [diff] [blame] | 1 | parameters: |
| 2 | neutron: | ||||
| 3 | server: | ||||
| 4 | backend: | ||||
| 5 | engine: 'vmware' | ||||
| 6 | core_plugin: vmware_dvs | ||||
| 7 | vmware: | ||||
| 8 | dvs: | ||||
| 9 | host_ip: ${_param:openstack_vcenter_host} | ||||
| 10 | host_username: ${_param:openstack_vcenter_username} | ||||
| 11 | host_password: ${_param:openstack_vcenter_password} | ||||
| 12 | dvs_name: ${_param:openstack_vcenter_dvs_name} | ||||
| 13 | insecure: true | ||||