diff options
Diffstat (limited to 'patches/fuel-agent/cross-bootstrap/0001-Use-qemu-debootstrap-for-image-creation.patch')
-rw-r--r-- | patches/fuel-agent/cross-bootstrap/0001-Use-qemu-debootstrap-for-image-creation.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/patches/fuel-agent/cross-bootstrap/0001-Use-qemu-debootstrap-for-image-creation.patch b/patches/fuel-agent/cross-bootstrap/0001-Use-qemu-debootstrap-for-image-creation.patch index 54e8027e..b68ca4e4 100644 --- a/patches/fuel-agent/cross-bootstrap/0001-Use-qemu-debootstrap-for-image-creation.patch +++ b/patches/fuel-agent/cross-bootstrap/0001-Use-qemu-debootstrap-for-image-creation.patch @@ -70,12 +70,11 @@ index df54f65..ba1ab78 100644 import tempfile from oslo_config import cfg + from oslo_log import log as logging +from oslo_config import types import six import yaml - -@@ -34,6 +35,8 @@ from fuel_agent.utils import md as mu - from fuel_agent.utils import partition as pu +@@ -34,5 +35,7 @@ from fuel_agent.utils import md as mu from fuel_agent.utils import utils +ArchType = types.String(choices=['amd64', 'arm64']) |