Override security suite for Debian image builds

Diskimage-builder defaults to a assuming the Debian security
archive's suite name will be something like stretch/updates or
buster/updates but ours are just stretch and buster without any
second subcomponent, so override this to an empty string instead.

Depends-On: https://review.opendev.org/688816
Change-Id: I34488e55c1b9bfe4c253c4d51346966fa69f1170
This commit is contained in:
Jeremy Stanley 2019-10-15 21:26:21 +00:00
parent f4cd62eec3
commit 19b8d6ea96
1 changed files with 2 additions and 0 deletions

View File

@ -197,6 +197,7 @@ diskimages:
DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/debian'
DIB_DEBIAN_SECURITY_MIRROR:
'http://mirror.dfw.rax.openstack.org/debian-security'
DIB_DEBIAN_SECURITY_SUBPATH: ''
DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg'
DIB_GRUB_TIMEOUT: '0'
GIT_HTTP_LOW_SPEED_TIME: '300'
@ -223,6 +224,7 @@ diskimages:
DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/debian'
DIB_DEBIAN_SECURITY_MIRROR:
'http://mirror.dfw.rax.openstack.org/debian-security'
DIB_DEBIAN_SECURITY_SUBPATH: ''
DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg'
DIB_GRUB_TIMEOUT: '0'
GIT_HTTP_LOW_SPEED_TIME: '300'