senlin/senlin/tests/drivers/os_test
Satish Patel e04d0b87f6 Add flavor_id property to Load-Balancing Policy
This commit will add flavor_id property to Load-Balancing Policy
to allow specify octavia loadbalancer flavor.
https://docs.openstack.org/octavia/latest/admin/flavors.html

Example:
flavor_id: '2532888e-c436-434b-a12b-c45de6436768'

Change-Id: I74cc6c8ff6f6cfc3375d2c7f4094a235a353085f
2021-01-07 18:11:51 +00:00
..
README.rst Move test driver to the tests folder 2019-12-15 14:11:29 -08:00
__init__.py Move test driver to the tests folder 2019-12-15 14:11:29 -08:00
cinder_v2.py Move test driver to the tests folder 2019-12-15 14:11:29 -08:00
glance_v2.py Move test driver to the tests folder 2019-12-15 14:11:29 -08:00
heat_v1.py Move test driver to the tests folder 2019-12-15 14:11:29 -08:00
keystone_v3.py Add options to choose endpoints and SSL verification 2020-10-12 22:07:04 +00:00
lbaas.py Add flavor_id property to Load-Balancing Policy 2021-01-07 18:11:51 +00:00
mistral_v2.py Move test driver to the tests folder 2019-12-15 14:11:29 -08:00
neutron_v2.py Move test driver to the tests folder 2019-12-15 14:11:29 -08:00
nova_v2.py Shutdown VM before destructive update action 2020-11-18 04:31:44 +00:00
octavia_v2.py Allow LB creation with VIP_NETWORK *or* VIP_SUBNET 2020-03-16 12:43:30 -07:00
zaqar_v2.py Move test driver to the tests folder 2019-12-15 14:11:29 -08:00

README.rst

OpenStack Test Driver

This is a fake driver for Senlin test. All interactions between Senlin and backend OpenStack services, like Nova, Heat are simulated using this driver. With it, Senlin API and engine workflow can be easily tested without setting up backend services.

Configure the following option in senlin.conf to enable this driver:

cloud_backend = openstack_test