fog-openstack icon indicating copy to clipboard operation
fog-openstack copied to clipboard

Fix DEPRECATION in stack_tests.rb

Open ioggstream opened this issue 8 years ago • 0 comments
trafficstars

I expect

the test use the last interface

Instead I get

.[fog][DEPRECATION] #create_stack(stack_name, options) is deprecated, use #create_stack(options) instead (/code/test/requests/orchestration/stack_tests.rb:47:in `block (3 levels) in <top (required)>')
.[fog][DEPRECATION] #update_stack(stack_id, stack_name, options) is deprecated, use #update_stack(stack, options) instead (/code/test/requests/orchestration/stack_tests.rb:59:in `block (3 levels) in <top (required)>')
..[fog][DEPRECATION] #delete_stack(stack_name, stack_id) is deprecated, use #delete_stack(stack) instead (/code/test/requests/orchestration/stack_tests.rb:67:in `block (3 levels) in <top (required)>')

ioggstream avatar Oct 13 '17 07:10 ioggstream