01eb4e8393
This change adds a new 'openstack server evacuate' command to provide parity with the 'nova evacuate' command. The term "evacuate" is notoriously poor, in that it implies the instance is moved rather than recreated, but it is retained since people are familiar with it now. Change-Id: I1e32ca51036c501862d8e89b3144a9695d98a06f
7 lines
188 B
YAML
7 lines
188 B
YAML
---
|
|
features:
|
|
- |
|
|
Add ``server evacuate`` command. This command will recreate an instance
|
|
from scratch on a new host and is intended to be used when the original
|
|
host fails.
|