From 3dd3de7c381e870c6bc9b9b7a84d452b57594686 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Wed, 3 Mar 2021 14:40:07 -0600 Subject: integration_tests: add OpenStack as a platform (#804) --- tests/integration_tests/integration_settings.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/integration_tests/integration_settings.py') diff --git a/tests/integration_tests/integration_settings.py b/tests/integration_tests/integration_settings.py index 157d34ad..0703be58 100644 --- a/tests/integration_tests/integration_settings.py +++ b/tests/integration_tests/integration_settings.py @@ -21,6 +21,7 @@ RUN_UNSTABLE = False # ec2 # gce # oci +# openstack PLATFORM = 'lxd_container' # The cloud-specific instance type to run. E.g., a1.medium on AWS @@ -89,6 +90,13 @@ PUBLIC_SSH_KEY = None # for the keypair. (Defaults to pycloudlib's default behaviour.) KEYPAIR_NAME = None +################################################################## +# OPENSTACK SETTINGS +################################################################## +# Network to use for Openstack. Should be one of the names/ids found +# in `openstack network list` +OPENSTACK_NETWORK = None + ################################################################## # USER SETTINGS OVERRIDES ################################################################## -- cgit v1.2.3