mirror of
https://github.com/gryf/mistral-evacuate.git
synced 2026-02-15 05:25:47 +01:00
Separate geting flavors and filtering into separe tasks
Also minimalize numbers of calls to nova API Signed-off-by: Dawid Deja <dawid.deja@intel.com>
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
"search_opts": {
|
||||
"host": "compute1"
|
||||
},
|
||||
"on_shared_storage": false
|
||||
"on_shared_storage": false,
|
||||
"flavor_extra_specs": {
|
||||
"evacuation:evacuate": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user