blob: c0415adc683deb313bf6721501ab2b1bd659527f [file] [log] [blame]
---
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
# .. Copyright (C) 2022 VEXXHOST, Inc.
# .. SPDX-License-Identifier: Apache-2.0
# Default variables
# =================
# .. contents:: Sections
# :local:
# .. envvar:: openstack_helm_nova_values [[[
#
# Overrides for Helm chart values
openstack_helm_nova_values: {}
# ]]]
# .. envvar:: openstack_helm_nova_ssh_key [[[
#
# Private SSH key used for cold & live migration
openstack_helm_nova_ssh_key: "{{ undef(hint='You must specifiy an SSH key for Nova.') }}"
# ]]]
# .. envvar:: openstack_helm_nova_flavors [[[
#
# List of flavors to provision inside Nova
openstack_helm_nova_flavors: []
# ]]]
# .. envvar:: openstack_helm_nova_ingress_annotations [[[
#
# Ingress annotations
openstack_helm_nova_ingress_annotations: {}
# ]]]