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
Thomas Kadauke b00761705a Fix autoincrement when creating a flavor if private flavors exist.
Before, only public flavors were considered when finding the next free ID. That could lead to the case where the calculated ID was already taken which lead to a conflict. This happened whenever the user tried to create a private flavor via fog and then another (private OR public) flavor afterwards. Now, we also take private flavors into account, so the conflict cannot happen anymore.

As a side effect, it is now also possible to just return all private flavors, using the :is_public => false filter on the list_flavors_detail API call or the flavors collection.
2013-06-18 17:58:07 +02:00
..
atmos
aws Merge pull request #1831 from contentfree/master 2013-06-14 07:03:46 -07:00
bare_metal_cloud
bin [openvz|compute] Initial commit 2013-05-29 16:09:41 +02:00
bluebox Add TTL on save rather than initialize. 2013-05-14 16:45:42 -05:00
brightbox [Brightbox] Expose expires_in value for the access token 2013-06-10 15:34:21 +01:00
clodo
cloudsigma [cloudsigma] Fix excon HTTPStatusError#response not having []= and failing on assignment of json decoded body 2013-05-20 16:09:37 +03:00
cloudstack [cloudstack] fix broken mock test 2013-05-20 11:13:06 -05:00
compute/models
core turn verbose error responses on 2013-06-10 20:22:21 -05:00
digitalocean
dnsimple Add TTL on save rather than initialize. 2013-05-14 16:45:42 -05:00
dnsmadeeasy Add TTL on save rather than initialize. 2013-05-14 16:45:42 -05:00
dreamhost
dynect Add TTL on save rather than initialize. 2013-05-14 16:45:42 -05:00
ecloud
glesys
go_grid
google
hp
ibm
internet_archive fix broken test related to redacted excon error bodies 2013-05-20 11:04:16 -05:00
joyent GH-1853 "public" attribute for network 2013-06-02 17:50:49 +08:00
libvirt
linode Add TTL on save rather than initialize. 2013-05-14 16:45:42 -05:00
local Chdir in a block to dry up all method 2013-05-27 16:07:26 +01:00
ninefold
openstack Fix autoincrement when creating a flavor if private flavors exist. 2013-06-18 17:58:07 +02:00
openvz [openvz|compute] Initial commit 2013-05-29 16:09:41 +02:00
ovirt
rackspace [rackspace|lb] Pass through timeout option on LB creation (also, we know algorithm works) 2013-06-10 13:03:31 -04:00
riakcs
schema
serverlove This withstands naming/renaming issues. 2013-06-07 14:55:37 +01:00
storm_on_demand [stormondemand] fix some minor problems. Add a README.md file to describe how to use the storm on demand APIs 2013-05-25 22:48:24 +08:00
terremark
vcloud [vcloud|compute] better defaults for configuring vm content-type 2013-06-14 15:19:19 -05:00
vmfusion
voxel
vsphere quote data in regex 2013-05-29 14:48:09 +03:00
xenserver
zerigo Merge pull request #1807 from stormsilver/paginate_zerigo_zones 2013-05-14 15:13:59 -07:00
account.rb [stormondemand|account] Add Account service and token APIs 2013-05-25 15:16:42 +08:00
atmos.rb
aws.rb
bare_metal_cloud.rb
billing.rb [stormondemand|billing] Add Billing service and related APIs 2013-05-24 17:29:12 +08:00
bin.rb [core] Removes unused getting of Constant 2013-06-14 10:07:17 +01:00
bluebox.rb
brightbox.rb
cdn.rb
clodo.rb
cloudsigma.rb [cloudsigma] Add CloudSigma compute provider 2013-05-20 16:09:37 +03:00
cloudstack.rb
compute.rb
core.rb
digitalocean.rb
dns.rb [stormondemand|dns] Add DNS service and domain APIs 2013-05-23 11:07:13 +08:00
dnsimple.rb
dnsmadeeasy.rb
dreamhost.rb
dynect.rb
ecloud.rb
glesys.rb
go_grid.rb
google.rb
hp.rb
ibm.rb
identity.rb
image.rb
internet_archive.rb
joyent.rb
libvirt.rb
linode.rb
local.rb
monitoring.rb [stormondemand|monitoring] Add a new Monitoring service and add/move load/bandwidth/service APIs 2013-05-24 21:11:28 +08:00
network.rb [stormondemand|network] Add a new Network service and move all network code in Compute into Network 2013-05-25 17:29:10 +08:00
ninefold.rb
openstack.rb
openvz.rb [openvz|compute] Initial commit 2013-05-29 16:09:41 +02:00
ovirt.rb
rackspace.rb
riakcs.rb
serverlove.rb
storage.rb [stormondemand|storage] Add Storage service and cluster API 2013-05-23 07:35:02 +08:00
storm_on_demand.rb [stormondemand|network] Add a new Network service and move all network code in Compute into Network 2013-05-25 17:29:10 +08:00
support.rb [stormondemand|support] Add Support service and APIs for alert and support tickets 2013-05-25 11:44:34 +08:00
terremark.rb
vcloud.rb
version.rb Release 1.12.1 2013-06-10 20:26:50 -05:00
vmfusion.rb
volume.rb
voxel.rb
vpn.rb [stormondemand|vpn] Add new VPN service and APIs 2013-05-25 17:02:43 +08:00
vsphere.rb
xenserver.rb
zerigo.rb