blob: 03d293cd65d1618d46d06298b0fadf73219e7a41 [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
Mohammed Naserab033e12022-03-13 21:07:28 -040019
20 # ]]]