File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -4,35 +4,7 @@ SUSHY_EMULATOR_LISTEN_IP = u'192.168.222.1'
44# Bind to TCP port 8000
55SUSHY_EMULATOR_LISTEN_PORT = 8000
66
7- # Serve this SSL certificate to the clients
8- SUSHY_EMULATOR_SSL_CERT = None
9-
10- # If SSL certificate is being served, this is its RSA private key
11- SUSHY_EMULATOR_SSL_KEY = None
12-
13- # The OpenStack cloud ID to use. This option enables OpenStack driver.
14- SUSHY_EMULATOR_OS_CLOUD = None
157# The libvirt URI to use. This option enables libvirt driver.
168SUSHY_EMULATOR_LIBVIRT_URI = u'qemu:///system'
179
18- # Instruct the libvirt driver to ignore any instructions to
19- # set the boot device. Allowing the UEFI firmware to instead
20- # rely on the EFI Boot Manager
21- # Note: This sets the legacy boot element to dev="fd"
22- # and relies on the floppy not existing, it likely wont work
23- # your VM has a floppy drive.
24- SUSHY_EMULATOR_IGNORE_BOOT_DEVICE = False
25-
2610SUSHY_EMULATOR_STORAGE_POOL = 'baremetal-e2e'
27-
28- # The map of firmware loaders dependant on the boot mode and
29- # system architecture. Ideally the x86_64 loader will be capable
30- # of secure boot or not based on the chosen nvram.
31- SUSHY_EMULATOR_BOOT_LOADER_MAP = {
32- u'UEFI': {
33- u'x86_64': u'/usr/share/OVMF/OVMF_CODE.secboot.fd'
34- },
35- u'Legacy': {
36- u'x86_64': None
37- }
38- }
You can’t perform that action at this time.
0 commit comments