Merge "Alter default for --min-tmpfs"
This commit is contained in:
commit
c1435c13bc
@ -37,7 +37,7 @@ disk_images:
|
|||||||
- python-heat-agent-json-file
|
- python-heat-agent-json-file
|
||||||
- screen
|
- screen
|
||||||
options:
|
options:
|
||||||
- "--min-tmpfs 5"
|
- "--min-tmpfs=7"
|
||||||
environment:
|
environment:
|
||||||
DIB_PYTHON_VERSION: '2'
|
DIB_PYTHON_VERSION: '2'
|
||||||
DIB_MODPROBE_BLACKLIST: 'usb-storage cramfs freevxfs jffs2 hfs hfsplus squashfs udf vfat bluetooth'
|
DIB_MODPROBE_BLACKLIST: 'usb-storage cramfs freevxfs jffs2 hfs hfsplus squashfs udf vfat bluetooth'
|
||||||
|
@ -30,7 +30,7 @@ disk_images:
|
|||||||
- device-mapper-multipath
|
- device-mapper-multipath
|
||||||
- openstack-heat-agents
|
- openstack-heat-agents
|
||||||
options:
|
options:
|
||||||
- "--min-tmpfs 5"
|
- "--min-tmpfs=7"
|
||||||
environment:
|
environment:
|
||||||
DIB_PYTHON_VERSION: '2'
|
DIB_PYTHON_VERSION: '2'
|
||||||
-
|
-
|
||||||
@ -50,6 +50,6 @@ disk_images:
|
|||||||
packages:
|
packages:
|
||||||
- python-hardware-detect
|
- python-hardware-detect
|
||||||
options:
|
options:
|
||||||
- "--min-tmpfs=5"
|
- "--min-tmpfs=7"
|
||||||
environment:
|
environment:
|
||||||
DIB_PYTHON_VERSION: '2'
|
DIB_PYTHON_VERSION: '2'
|
||||||
|
@ -28,7 +28,7 @@ disk_images:
|
|||||||
- device-mapper-multipath
|
- device-mapper-multipath
|
||||||
- openstack-heat-agents
|
- openstack-heat-agents
|
||||||
options:
|
options:
|
||||||
- "--min-tmpfs 5"
|
- "--min-tmpfs=7"
|
||||||
environment:
|
environment:
|
||||||
DIB_PYTHON_VERSION: '2'
|
DIB_PYTHON_VERSION: '2'
|
||||||
DIB_BAREMETAL_KERNEL_PATTERN: 'vmlinuz*.rt*'
|
DIB_BAREMETAL_KERNEL_PATTERN: 'vmlinuz*.rt*'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user