Skip to content

Commit

Permalink
fix: removed volumes again
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Aug 10, 2023
1 parent e61f0ca commit a48b879
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
auto_floating_ip: yes
network: "{{ openstack.vm.network | default('') }}"
security_groups: "{{ openstack_security_group }}"
volumes: "{% if openstack.vm.volumes is defined and (openstack.vm.volumes | length > 0) %}{{ openstack.vm.volumes | map(attribute='name') }}{% else %}[]{% endif %}"
#volumes: "{% if openstack.vm.volumes is defined and (openstack.vm.volumes | length > 0) %}{{ openstack.vm.volumes | map(attribute='name') }}{% else %}[]{% endif %}"
boot_from_volume: "{{ openstack.vm.boot_from_volume | default(false) }}"
userdata: |
#cloud-config
Expand Down

0 comments on commit a48b879

Please sign in to comment.