Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
Fedora 15, 16
Deltacloud git commit : 61ac9fef965dd7d1af7c213357ea7d66630d88d7
Description
Using the Deltacloud Ruby client, executing instance.start! or instance.stop results in the following error (copied from test output):
instances performing actions on instances should allow actions that are valid
Failure/Error: instance.stop!
LocalJumpError:
no block given
- ./lib/deltacloud.rb:392:in `request'
- ./lib/deltacloud.rb:390:in `send'
- ./lib/deltacloud.rb:390:in `request'
- ./lib/base_object.rb:256:in `do_action'
- ./lib/base_object.rb:236:in `action_method_handler'
- ./lib/base_object.rb:317:in `method_handler'
- ./lib/base_object.rb:159:in `original_method_missing'
- ./lib/base_object.rb:248:in `method_missing'
- ./specs/instances_spec.rb:179
- ./lib/deltacloud.rb:82:in `initialize'
- ./lib/deltacloud.rb:41:in `new'
- ./lib/deltacloud.rb:41:in `new'
- ./specs/instances_spec.rb:173