Skip to content

Commit

Permalink
Update list of supported vm_type values in conf.Options.vm_type
Browse files Browse the repository at this point in the history
  • Loading branch information
dmach committed Sep 27, 2023
1 parent fd893f7 commit 9bce61c
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions osc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -976,11 +976,21 @@ def apiurl_aliases(self):
"""
Type of the build environment passed the build tool as the ``--vm-type`` option:
- <empty>: chroot build
- kvm: KVM VM build (needs build-device, build-swap, build-memory)
- xen: XEN VM build (needs build-device, build-swap, build-memory)
- qemu: [EXPERIMENTAL] QEMU VM build
- lxc: [EXPERIMENTAL] LXC build
- <empty> chroot build
- kvm KVM VM build (rootless, needs build-device, build-swap, build-memory)
- xen XEN VM build (needs build-device, build-swap, build-memory)
- qemu [EXPERIMENTAL] QEMU VM build
- lxc [EXPERIMENTAL] LXC build
- uml
- zvm
- openstack
- ec2
- docker
- podman (rootless)
- pvm
- nspawn
See ``build --help`` for more details about supported options.
"""
),
ini_key="build-type",
Expand Down

0 comments on commit 9bce61c

Please sign in to comment.