1
0
mirror of https://github.com/gryf/mistral-evacuate.git synced 2026-02-07 08:45:48 +01:00

Add info about filtering into README

Signed-off-by: Dawid Deja <dawid.deja@intel.com>
This commit is contained in:
Dawid Deja
2016-02-08 15:02:46 +01:00
parent bcafa3f466
commit e550aef1b4

View File

@@ -2,7 +2,10 @@ Mistral evacuate plugin
=======================
This is a PoC for providing automatic evacuation for VMs in OpenStack cloud
using Mistral.
using Mistral. It uses flavor extra specs and VM metadata to tell if given
instance should be evacuated. Extra spec is 'evacuation:evacuate' and VM
metadata is 'evacuate'. If one of them is set to True, instance will be
evacuated.
Installation
------------