1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog
endzyme c3c56af09e Update lib/fog/vsphere/requests/compute/vm_clone.rb
Refactored resource_pool settings.
2012-10-19 11:02:51 -06:00
..
atmos Add generic support for EMC Atmos. 2012-09-04 10:45:39 -07:00
aws [AWS|cloud_watch]: fix list_metrics NextMarker should be NextToken 2012-10-17 15:46:01 -04:00
bare_metal_cloud - Updated "@host" variable to "noc.newservers.com" which is the current host for API calls 2012-08-24 00:17:43 -04:00
bin [openstack|network] Add support for OpenStack Quantum 2012-09-22 00:14:40 +02:00
bluebox correct the options checking in BlueBox create_block 2012-09-19 18:19:28 +03:00
brightbox [brightbox|compute] Helper to get default image from API 2012-08-15 15:48:23 +01:00
clodo Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04:00
cloudstack [Cloudstack] 1.8.7 compat: on 1.8.7 '123'[0] returns the byte value of '0' and not '1' 2012-09-02 12:51:17 +01:00
compute/models Add ssh_port to Fog::Compute::Server 2012-06-21 15:05:26 -07:00
core [openstack] Fix Failing Shindo Tests 2012-10-02 14:09:02 +08:00
dnsimple Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
dnsmadeeasy Fixed handling options[:persistent] in some cases 2012-06-21 14:56:46 +03:00
dynect [dynect|dns] Job polling should use original expected statuses. 2012-08-13 11:14:40 -03:00
ecloud fixed bad request names 2012-09-27 11:37:53 -04:00
glesys [glesys|compute] add reboot and compute test params 2012-06-12 14:54:07 +02:00
go_grid Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
google Added missing header 2012-10-16 11:00:55 +12:00
hp [HP|Storage] remove debug output 2012-09-26 13:27:01 -05:00
ibm [fix-ephemeral-naming] Typo in ephemeral naming 2012-07-06 14:05:33 -07:00
joyent Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
libvirt Revert 530122d 2012-08-03 22:12:05 -07:00
linode Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
local Ignore existing directory when creating on local storage 2012-10-07 17:42:51 -05:00
ninefold Merge pull request #1139 from ninefold/ninefold 2012-09-25 09:37:29 -07:00
openstack Merge pull request #1164 from frodenas/openstack-quantum 2012-10-04 19:54:17 -07:00
ovirt Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
rackspace Removed options attribute and used the already existing disk_config attribute instead. Passed in options hash to create_server method with disk_config attribute unless nil. 2012-10-09 09:24:08 -07:00
serverlove Auto generate VNC password randomly. 2012-07-24 16:27:28 +01:00
storm_on_demand Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
terremark Merge pull request #934 from chirag-jog/master 2012-08-12 10:51:02 -07:00
vcloud 1.Fix Catalog Listing for vCD 1.5 2012-08-05 21:00:45 +05:30
virtual_box Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
vmfusion Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
voxel Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
vsphere Update lib/fog/vsphere/requests/compute/vm_clone.rb 2012-10-19 11:02:51 -06:00
xenserver [xenserver] Added missing Server.tags attribute 2012-06-07 19:26:47 +02:00
zerigo Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
atmos.rb Add generic support for EMC Atmos. 2012-09-04 10:45:39 -07:00
aws.rb [AWS|Glacier] Bare glacier service 2012-09-01 23:19:07 +01:00
bare_metal_cloud.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
bin.rb Merge pull request #1116 from timuralp/atmos 2012-09-08 20:46:26 -07:00
bluebox.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
brightbox.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
cdn.rb Add new HP providers for Object Storage, Compute and CDN services. 2012-04-16 15:48:41 -04:00
clodo.rb
cloudstack.rb [cloudstack|compute] server abstraction and mocks 2012-05-16 10:01:19 -07:00
compute.rb [AWS|Compute] Add the ablity to pass :version and use newer AWS API 2012-09-07 17:57:08 -07:00
core.rb remove specs (likely from a bad merge) 2012-07-12 16:23:29 -05:00
dns.rb [slicehost] remove (now deprecated) slicehost support 2012-05-28 15:05:40 -05:00
dnsimple.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
dnsmadeeasy.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
dynect.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
ecloud.rb [compute|Ecloud] Ecloud should not show up as a valid provider when not providing credentials 2012-08-16 10:22:45 -04:00
glesys.rb
go_grid.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
google.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
hp.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
ibm.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
identity.rb [openstack|identity] Fix Authentication Implementation 2012-04-30 10:34:58 +08:00
image.rb [openstack|image] Added image service, model and request 2012-04-30 10:34:59 +08:00
joyent.rb
libvirt.rb this adds the dhcp_options object and associated operations 2012-06-04 16:03:34 -04:00
linode.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
local.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
network.rb [openstack|network] Add support for OpenStack Quantum 2012-09-22 00:14:40 +02:00
ninefold.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
openstack.rb [openstack] Ensure String Username for Authentication 2012-10-18 13:33:32 +08:00
ovirt.rb
providers.rb Merge pull request #1116 from timuralp/atmos 2012-09-08 20:46:26 -07:00
rackspace.rb [rackspace|blockstorage] Add snapshots to block storage. 2012-09-13 10:27:01 -04:00
serverlove.rb Add Serverlove directory. 2012-04-27 11:26:16 +01:00
storage.rb Add generic support for EMC Atmos. 2012-09-04 10:45:39 -07:00
storm_on_demand.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
terremark.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
vcloud.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
virtual_box.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
vmfusion.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
volume.rb [openstack|volume] Added volume service requests 2012-04-30 10:35:02 +08:00
voxel.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00
vsphere.rb
xenserver.rb [xenserver] Added missing Server.tags attribute 2012-06-07 19:26:47 +02:00
zerigo.rb Remove unnecessary full path usage with require 2012-05-26 11:27:22 -04:00