Merge "add strategy host_maintenance"

This commit is contained in:
Zuul
2018-05-23 09:18:24 +00:00
committed by Gerrit Code Review
7 changed files with 586 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
---
features:
- |
Added a strategy for one compute node maintenance,
without having the user's application been interrupted.
If given one backup node, the strategy will firstly
migrate all instances from the maintenance node to
the backup node. If the backup node is not provided,
it will migrate all instances, relying on nova-scheduler.