Addition of the "Migrating" value for Compute API

Adds MIGRATING to server status list in the response to 
GET /v2.1/{tenant_id}/servers

Closes-Bug: 1519491

Change-Id: I3665de737ffb4a41d5bc47a531aac6ca9417de12
This commit is contained in:
Deepak Mohan 2015-11-24 14:52:59 -06:00 committed by Anne Gentle
parent 4b240fe80c
commit faeae96d66

View File

@ -213,6 +213,11 @@
server, plugging it back in, and rebooting it.
</para>
</listitem>
<listitem>
<para>
<code>MIGRATING</code>. The server is being migrated to a new host.
</para>
</listitem>
<listitem>
<para>
<code>PASSWORD</code>. The password is being reset on the server.