| Vasyl Saienko | 32f1962 | 2018-07-25 18:55:20 +0300 | [diff] [blame] | 1 | parameters: |
| 2 | nova: | ||||
| 3 | compute: | ||||
| 4 | pkgs: | ||||
| 5 | - nova-compute-vmware | ||||
| 6 | vmware: | ||||
| 7 | host_ip: ${_param:openstack_vcenter_host} | ||||
| 8 | host_username: ${_param:openstack_vcenter_host} | ||||
| 9 | host_username: ${_param:openstack_vcenter_username} | ||||
| 10 | host_password: ${_param:openstack_vcenter_password} | ||||
| 11 | cluster_name: ${_param:openstack_vcenter_cluster_name} | ||||
| 12 | insecure: true | ||||
| 13 | |||||