瀏覽代碼

Fixing two significant bugs in the HEAT deployment (#13)

Eric Sauer 8 年之前
父節點
當前提交
3bf8df1a87
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      roles/openstack-stack/tasks/main.yml

+ 3 - 0
roles/openstack-stack/tasks/main.yml

@@ -29,3 +29,6 @@
       node_flavor: "{{ node_flavor }}"
       infra_flavor: "{{ infra_flavor }}"
       dns_flavor: "{{ dns_flavor }}"
+      master_volume_size: "{{ master_volume_size }}"
+      app_volume_size: "{{ app_volume_size }}"
+      infra_volume_size: "{{ infra_volume_size }}"