blob: acae309b532744eee90b873377f92c19388899b1 [file] [log] [blame]
Vasyl Saienko32f19622018-07-25 18:55:20 +03001parameters:
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