Commit d685ec0
cinder: backend_host and volume_backend_name from 17.1
This change makes sure that
- makes sure that volume_backend_name has the same value
as the overall section, matching the value from 17.1;
- adds backend_host=hostgroup to the templates for the cinder
volume configuration which were missing it.
If these keys are not assigned the same value as in 17.1,
cinder won't be able to manage the volumes created before
the adoption, because they will be assigned a new value
for os-vol-host-attr:host, and the value for volume_backend_name
set so far did not match the old value.
Signed-off-by: Luigi Toscano <ltoscano@redhat.com>1 parent 15b007f commit d685ec0
3 files changed
Lines changed: 6 additions & 3 deletions
File tree
- tests/roles/cinder_adoption/templates
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments