1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge branch 'vcloud_enhancements' of http://github.com/chirag-jog/fog into vcloud_enhancements

Conflicts:
	lib/fog/vcloud/requests/compute/instantiate_vapp_template.rb
This commit is contained in:
Chirag Jog 2013-02-08 12:11:37 +05:30
commit a0a2ca31eb

View file

@ -71,7 +71,7 @@ module Fog
include Shared
def instantiate_vapp_template options = {}
validate_instantiate_vapp_template_options options
validate_instantiate_vapp_template_options optionsgi
request(
:body => generate_instantiate_vapp_template_request(options),
:expects => 201,