Fix the undefined error for vmtp_vm_availability_zone

Change-Id: I39a96f6474e0efd061d9eb121427e013d5266e51
Closes-Bug: #1659558
This commit is contained in:
caoyuan 2017-01-26 22:18:17 +08:00
parent 7ee53a563a
commit a3dbe5d4f0

View File

@ -11,6 +11,7 @@ vmtp_image_full: "{{ vmtp_image }}:{{ vmtp_tag }}"
#########################
# VMTP Specific resources
#########################
vmtp_vm_availability_zone: "nova"
vmtp_vm_image_name: "Ubuntu Server 16.04"
vmtp_vm_ssh_username: "ubuntu"
vmtp_vm_flavor_type: "m1.small"