Feature #4153

Add server resize support

Added by Stavros Sachtouris almost 11 years ago. Updated over 10 years ago.

Status:Closed Start date:07/22/2013
Priority:Medium Due date:07/22/2013
Assignee:Stavros Sachtouris % Done:

100%

Category:kamaki Spent time: 1.00 hour
Target version:v0.10 Estimated time:1.00 hour

Description

In Client, add this API call, as resize_server:

POST v2/servers/<server_id>/action
{
    "resize" : {
        "flavorRef" : <another flavor id>
    }
}

In CLI, add the server_resize command:

server resize <server-id> <flavor-id>

Associated revisions

Revision d07fddd9
Added by Stavros Sachtouris almost 11 years ago

Implement a resize_server @ clients.compute

Refs: #4153

Revision eb8208a5
Added by Stavros Sachtouris almost 11 years ago

Expose resize_server as server_resize

Refs: 4153

Revision fc7c3c4c
Added by Stavros Sachtouris almost 11 years ago

Update documentation for server resize

Refs: #4153

Revision 95b9863b
Added by Stavros Sachtouris almost 11 years ago

Update Changelog for server resize

Refs: #4153

Revision 8a8faf8c
Added by Stavros Sachtouris almost 11 years ago

Write functional test for resize_server

Refs: #4153

History

#1 Updated by Stavros Sachtouris almost 11 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

#2 Updated by Stavros Sachtouris over 10 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF