Merge "Alter default for --min-tmpfs"

This commit is contained in:
Zuul 2018-01-31 11:55:15 +00:00 committed by Gerrit Code Review
commit c1435c13bc
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ disk_images:
- python-heat-agent-json-file
- screen
options:
- "--min-tmpfs 5"
- "--min-tmpfs=7"
environment:
DIB_PYTHON_VERSION: '2'
DIB_MODPROBE_BLACKLIST: 'usb-storage cramfs freevxfs jffs2 hfs hfsplus squashfs udf vfat bluetooth'

View File

@ -30,7 +30,7 @@ disk_images:
- device-mapper-multipath
- openstack-heat-agents
options:
- "--min-tmpfs 5"
- "--min-tmpfs=7"
environment:
DIB_PYTHON_VERSION: '2'
-
@ -50,6 +50,6 @@ disk_images:
packages:
- python-hardware-detect
options:
- "--min-tmpfs=5"
- "--min-tmpfs=7"
environment:
DIB_PYTHON_VERSION: '2'

View File

@ -28,7 +28,7 @@ disk_images:
- device-mapper-multipath
- openstack-heat-agents
options:
- "--min-tmpfs 5"
- "--min-tmpfs=7"
environment:
DIB_PYTHON_VERSION: '2'
DIB_BAREMETAL_KERNEL_PATTERN: 'vmlinuz*.rt*'