1
0
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:
Dawid Deja
2016-02-03 18:24:07 +01:00
parent bcafa3f466
commit 44c00b9ca4
6 changed files with 79 additions and 76 deletions

View File

@@ -2,5 +2,8 @@
"search_opts": {
"host": "compute1"
},
"on_shared_storage": false
"on_shared_storage": false,
"flavor_extra_specs": {
"evacuation:evacuate": true
}
}