Use external volumes for OpenStack virtual machines
[integration.git] / deployment / noheat / infra-openstack / ansible / roles / openstack / create_devstack_hosts / tasks / create_host.yml
index 4c6759f..2a78e82 100644 (file)
@@ -10,3 +10,6 @@
     security_groups:
       - "{{ host.securitygroup }}"
     auto_ip: "{{ host.auto_ip | default(true) }}"
+    boot_from_volume: true
+    terminate_volume: true
+    volume_size: "{{ host.volume_size | default(10) }}"