
This patch adds a scenario test instances with cinder volumes launches on all available compute nodes, up to CONF.compute.min_compute_nodes. Also 1 additional configuration is added: volume_types_for_data_volume. Also function for create and add security group to server is moved to tempest/scenario/manager.py to avoid code duplication. Change-Id: I346a9505bc942e66aedad2029215617d0918a885
9 lines
338 B
YAML
9 lines
338 B
YAML
---
|
|
features:
|
|
- |
|
|
A new config option in the ``volume_feature_enabled`` section,
|
|
``volume_types_for_data_volume``, is added to allow the user to specify
|
|
which volume types can be used for data volumes in a new test
|
|
``test_instances_with_cinder_volumes_on_all_compute_nodes``. By default,
|
|
this option is set to None.
|