Skip to content

Commit 182c5d2

Browse files
committed
adding libcloud to iaas resources
1 parent 0ba4668 commit 182c5d2

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-02-07T10:08:17Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-02-07T10:33:13Z</updated></feed>

servers.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ <h2>Infrastructure-as-a-service</h2>
158158
IaaS platform.</p>
159159
<div class="section" id="infrastructure-as-a-service-resources">
160160
<h3>Infrastructure-as-a-service Resources</h3>
161+
<p><a class="reference external" href="http://libcloud.apache.org/">Apache Libcloud</a> is a Python library that
162+
provides a unified API for many cloud service providers</p>
161163
<p><a class="reference external" href="http://aws.amazon.com/python/">Amazon Web Services official documentation for Python</a></p>
162164
<p><a class="reference external" href="https://github.com/boto/boto">boto</a> is an amazing Python library for
163165
working with Amazon Web Services</p>

source/content/pages/servers.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ IaaS platform.
108108

109109
Infrastructure-as-a-service Resources
110110
=====================================
111+
`Apache Libcloud <http://libcloud.apache.org/>`_ is a Python library that
112+
provides a unified API for many cloud service providers
113+
111114
`Amazon Web Services official documentation for Python <http://aws.amazon.com/python/>`_
112115

113116
`boto <https://github.com/boto/boto>`_ is an amazing Python library for

0 commit comments

Comments
 (0)