Skip to content

Commit

Permalink
fix: allow glance to use 10G images
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Nov 4, 2022
1 parent 7b58739 commit f222cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SERVICE_PASSWORD=secrete123
ADMIN_PASSWORD=secrete123
LIBVIRT_TYPE=kvm
VOLUME_BACKING_FILE_SIZE=50G
GLANCE_LIMIT_IMAGE_SIZE_TOTAL=5000
GLANCE_LIMIT_IMAGE_SIZE_TOTAL=10000
enable_plugin barbican https://opendev.org/openstack/barbican
enable_plugin heat https://opendev.org/openstack/heat
enable_plugin neutron https://opendev.org/openstack/neutron
Expand Down

0 comments on commit f222cb1

Please sign in to comment.