mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[rackspace] removing debug puts
This commit is contained in:
parent
0197937ae0
commit
cd01508ecc
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ Shindo.tests('Fog::Compute::RackspaceV2 | server_tests', ['rackspace']) do
|
|||
|
||||
tests('#resize_server').succeeds do
|
||||
resize_flavor_id = Fog.mocking? ? flavor_id : service.flavors[1].id
|
||||
puts "****RESIZING FROM: #{flavor_id} TO: #{resize_flavor_id}"
|
||||
service.resize_server(server_id, resize_flavor_id)
|
||||
end
|
||||
wait_for_server_state(service, server_id, 'VERIFY_RESIZE', 'ACTIVE')
|
||||
|
|
Loading…
Add table
Reference in a new issue