diff options
| author | Sean Mooney <work@seanmooney.info> | 2019-03-15 13:03:10 +0000 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2020-11-02 17:08:17 +0000 |
| commit | 01eb4e839394fe433a92a06daf1499fb00f2fe69 (patch) | |
| tree | dd77dc8337d8b714a567241c977072c636031188 /releasenotes | |
| parent | 7fdbc6b8af681fc48bd3a78822ffab52c29329ac (diff) | |
| download | python-openstackclient-01eb4e839394fe433a92a06daf1499fb00f2fe69.tar.gz | |
Add 'openstack server evacuate' command
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
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/add-server-evacuate-8359246692cb642f.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-server-evacuate-8359246692cb642f.yaml b/releasenotes/notes/add-server-evacuate-8359246692cb642f.yaml new file mode 100644 index 00000000..41bbed73 --- /dev/null +++ b/releasenotes/notes/add-server-evacuate-8359246692cb642f.yaml @@ -0,0 +1,6 @@ +--- +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. |
