mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[vcloud_director] Properly rename undeploy -> post_undeploy_vapp
This commit is contained in:
parent
89f404305c
commit
06902464ab
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,7 @@ module Fog
|
|||
# @see http://pubs.vmware.com/vcd-51/topic/com.vmware.vcloud.api.reference.doc_51/doc/operations/POST-UndeployVApp.html
|
||||
# vCloud API Documentation
|
||||
# @since vCloud API version 0.9
|
||||
# @todo Rename as #post_undeploy_vapp
|
||||
def undeploy(vapp_id, options={})
|
||||
def post_undeploy_vapp(vapp_id, options={})
|
||||
body = <<-END
|
||||
<UndeployVAppParams xmlns="http://www.vmware.com/vcloud/v1.5">
|
||||
<UndeployPowerAction>#{options[:UndeployPowerAction]||''}</UndeployPowerAction>
|
||||
|
|
Loading…
Add table
Reference in a new issue