blob: 8c94a5283c4a8e0a6973d4527d923437b4f36eb6 [file] [log] [blame]
Mohammed Naserab033e12022-03-13 21:07:28 -04001---
2# .. vim: foldmarker=[[[,]]]:foldmethod=marker
Mohammed Naserb7b97d62022-03-12 16:30:00 -05003
Mohammed Naserab033e12022-03-13 21:07:28 -04004# .. Copyright (C) 2022 VEXXHOST, Inc.
5# .. SPDX-License-Identifier: Apache-2.0
6
7# Default variables
8# =================
9
10# .. contents:: Sections
11# :local:
12
13
14# .. envvar:: openstack_cli_packages [[[
15#
16# List of packages to install for OpenStack CLI
Mohammed Naserb7b97d62022-03-12 16:30:00 -050017openstack_cli_packages:
18 - python3-openstackclient
Michiel Piscaer5908fb82023-01-18 16:55:02 +010019 - python3-magnumclient
Mohammed Naserab033e12022-03-13 21:07:28 -040020
21 # ]]]