0e86a2f0a5
We put configdrive with is9660 filesystem to a partition on a hard disk. New hard disks may have 4K sectors, but blocksize of iso9660 fs is 2K so it will not work. To fix this bug we should use another filesystem (ext2) and another config drive format (files, directory structure), because NoCloud format, which is currently used support only vfat and iso9660 filesystems. Conflicts: bareon/drivers/deploy/nailgun.py fuel_agent/tests/test_manager.py Change-Id: Ia0f244f19bab3dfaceef8a092ad03667675a5557 Closes-Bug: #1544818
5 lines
74 B
Django/Jinja
5 lines
74 B
Django/Jinja
{
|
|
"hostname": "{{ common.hostname }}",
|
|
"uuid": "some-unused-id"
|
|
}
|