28d2535227
This commit removes some deprecated tempest multi-backend variables (tempest_volume_backend1_name, tempest_volume_backend2_name) and adds a new variable tempest_volume_backend_names. Change-Id: Ie62466940f81a96a9e42e237fc2609a98596f156
10 lines
374 B
YAML
10 lines
374 B
YAML
---
|
|
features:
|
|
- Added new variable ``tempest_volume_backend_names`` and updated
|
|
templates/tempest.conf.j2 to point ``backend_names`` at this variable
|
|
deprecations:
|
|
- Removed ``tempest_volume_backend1_name`` and
|
|
``tempest_volume_backend1_name`` since ``backend1_name`` and
|
|
``backend2_name`` were removed from tempest in commit 27905cc (merged
|
|
26/04/2016)
|