Skip to content

Commit

Permalink
Update install_vm documentation with information about unr distros.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggbecker committed Jan 22, 2025
1 parent 6ca17c2 commit cfbdea1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/install_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,11 @@ def path_from_tests(path):
def parse_args():
import textwrap
osinfo_epilog = textwrap.dedent(r"""
--osinfo details: 'rhel8-unknown' is used by default when '--distro' has any of
the RHEL available selected. Run 'virt-install --osinfo list'
to get a list of available options
""")
--osinfo details: 'For unreleased distros, these are the following default data used as input
{}.
""".format(UNRELEASED_DISTROS_AND_OSINFO))
parser = argparse.ArgumentParser(
formatter_class=argparse.RawTextHelpFormatter,
# formatter_class=argparse.ArgumentDefaultsHelpFormatter,
epilog=osinfo_epilog,
)

Expand Down

0 comments on commit cfbdea1

Please sign in to comment.