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
Wesley Beary 803d46791f Merge pull request #3650 from d063130/openstack_auth_alignment
[openstack] move common things among services into core
2015-08-13 10:10:20 -05:00
..
aws
bare_metal_cloud
bin
bluebox
clodo
cloudsigma
cloudstack
core
digitalocean
dnsimple
dnsmadeeasy
dreamhost
fogdocker
glesys
go_grid
hp
ibm
internet_archive
joyent
linode
ninefold
opennebula
openstack
openvz
ovirt
rackspace
rage4
vcloud
vcloud_director
vsphere
xenserver Fix the 'redirect to master' functionality. When authenticating towards a slave host, the error HOST_IS_SLAVE is returned by the slave host together with the IP address of the master host. Previously this resulted in an InvalidLogin exception which was hiding the actual cause. Now it results in an HostIsSlave exception which is then used to redirect the connection to the master host in case :xenserver_redirect_to_master is true. 2015-04-14 12:39:41 +04:00
zerigo
bare_metal_cloud.rb
bin.rb
bluebox.rb
clodo.rb
cloudsigma.rb
cloudstack.rb
digitalocean.rb
dnsimple.rb
dnsmadeeasy.rb
dreamhost.rb
fogdocker.rb
glesys.rb
go_grid.rb
hp.rb
ibm.rb
internet_archive.rb
joyent.rb
linode.rb
ninefold.rb
opennebula.rb
openstack.rb Add missing require of identitty v3 2015-08-12 13:36:12 +02:00
openvz.rb
ovirt.rb
rackspace.rb
rage4.rb
vcloud.rb
vcloud_director.rb
version.rb Release 1.33.0 2015-08-12 13:36:00 -05:00
vsphere.rb
xenserver.rb
zerigo.rb