CI: increase the swift loopback disk size for the CentOS job

The default size for the swift backend disk is just 2G, we're very
close to running out of space there. Use 4G instead.

Change-Id: If3247aa1d207e0a918e0fcb745f8d78adbfb16e2
This commit is contained in:
Dmitry Tantsur 2020-04-02 10:35:35 +02:00
parent b6d551ca74
commit f689cfaf93
1 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,9 @@
timeout: 7200
pre-run: playbooks/integration/centos-image.yaml
vars:
devstack_localrc:
# NOTE(dtantsur): required to store the larger CentOS image
SWIFT_LOOPBACK_DISK_SIZE: '4G'
configure_instance_user: metalsmith
metalsmith_netboot: false
metalsmith_precreate_port: false