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

16 commits

Author SHA1 Message Date
Simas Cepaitis
8ae4285f1b Add custom_fields to vapp, remove debug info 2014-06-19 09:49:25 +01:00
Paul Thornthwaite
2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Nick Osborn
7a1d4e5075 [vcloud_director] Raise provider-specific exceptions.
HEADS UP: This is a breaking change for anyone rescuing Excon errors.
2013-10-14 01:10:19 +01:00
Sneha Somwanshi
03f34941ed vm should return false if power action returns bad_request
Also logging error with fog_logger
2013-10-10 10:30:56 +01:00
Sneha Somwanshi
7b253d4fd3 vapp returns false if power action returns bad_request
Fixed issues - where fog models throw exception if it fails to execute
power action on vapp. This happens because the current state of vapp
does not let user execute the action.

e.g If vapp is in power_off state, it throw bad_request if user executes
power_off, suspend,reboot or shutdown action.

In such case, fog model should return false instead of throwing exception. Also
printing the error message.
2013-10-09 13:01:14 +01:00
Nick Osborn
095adbf380 [vcloud_director] Use post_undeploy_vapp. 2013-10-08 16:30:40 +01:00
Nick Osborn
85b6ea13a4 [vcloud_director] Use post_undeploy_vapp. 2013-10-08 16:10:56 +01:00
Nick Osborn
31f74ce8df [vcloud_director] fix vapp#suspend 2013-10-01 18:38:51 +01:00
Nick Osborn
36d2a851d2 [vcloud_director] Add remaining vApp/VM power actions. 2013-10-01 10:23:57 +01:00
Nick Osborn
dc2006769b [vcloud_director] Request method renaming.
This renames most request methods in line with page names in the vCloud
API documentation. Previous method names remain as deprecations.
2013-10-01 08:43:28 +01:00
rsalm
d612a03b34 [vcloud_director] Implement vapp.destroy and get rid off vdc.delete_vapp 2013-09-20 10:29:31 +03:00
rsalm
2f7b0c77bd [vcloud_director] Added power_on, power_off to vApp 2013-09-17 14:52:14 +03:00
Nick Osborn
bf38e751ac [vcloud_director] whitespace cleanup 2013-09-16 18:13:09 +01:00
Philip Potter
91522ace22 [vcloud_director] wait for undeploy to finish before returning 2013-09-16 16:50:14 +01:00
Philip Potter
31954efdaa [vcloud_director] Add ability to undeploy vApp 2013-09-16 15:38:38 +01:00
Rodrigo Estebanez
063678f840 Rename Vcloudng to VcloudDirector 2013-08-27 11:19:54 +02:00
Renamed from lib/fog/vcloudng/models/compute/vapp.rb (Browse further)