[Python-modules-commits] r28525 - in packages/libcloud/trunk/debian (control)

eighthave at users.alioth.debian.org eighthave at users.alioth.debian.org
Tue Apr 15 01:09:04 UTC 2014


    Date: Tuesday, April 15, 2014 @ 01:09:03
  Author: eighthave
Revision: 28525

add cloud services supported to description

Modified:
  packages/libcloud/trunk/debian/control

Modified: packages/libcloud/trunk/debian/control
===================================================================
--- packages/libcloud/trunk/debian/control	2014-04-15 01:00:22 UTC (rev 28524)
+++ packages/libcloud/trunk/debian/control	2014-04-15 01:09:03 UTC (rev 28525)
@@ -25,6 +25,15 @@
   * Four main APIs: Compute, Storage, Load Balancers, DNS
   * Supports Python 2.5, Python 2.6, Python 2.7, PyPy and Python 3
  .
+ Resource you can manage with Libcloud are divided in the following categories:
+ .
+  * Cloud Servers and Block Storage - services such as Amazon EC2 and
+    Rackspace Cloud Servers (libcloud.compute.*)
+  * Cloud Object Storage and CDN - services such as Amazon S3 and
+    Rackspace CloudFiles (libcloud.storage.*)
+  * Load Balancers as a Service, LBaaS (libcloud.loadbalancer.*)
+  * DNS as a Service, DNSaaS (libcloud.dns.*)
+ .
  libcloud was originally created by the folks over at Cloudkick, but has
  since grown into an independent free software project licensed under
  the Apache License (2.0).




More information about the Python-modules-commits mailing list