You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/10/17 23:59:08 UTC

[1/4] git commit: docs: fix underline.

Updated Branches:
  refs/heads/trunk 966c31eab -> 8a331e88d


docs: fix underline.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0b98660f
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/0b98660f
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/0b98660f

Branch: refs/heads/trunk
Commit: 0b98660f1b91a5334a92316cab875163f1898f6a
Parents: 966c31e
Author: Tomaz Muraus <to...@apache.org>
Authored: Thu Oct 17 23:51:52 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Thu Oct 17 23:51:52 2013 +0200

----------------------------------------------------------------------
 docs/supported_providers.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/0b98660f/docs/supported_providers.rst
----------------------------------------------------------------------
diff --git a/docs/supported_providers.rst b/docs/supported_providers.rst
index a1606be..68716af 100644
--- a/docs/supported_providers.rst
+++ b/docs/supported_providers.rst
@@ -17,7 +17,7 @@ Supported Methods (Main)
 .. include:: compute/_supported_methods_main.rst
 
 Supported Methods (Block Storage)
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 .. include:: compute/_supported_methods_block_storage.rst
 


[3/4] git commit: Don't include dummy providers in the provider table.

Posted by to...@apache.org.
Don't include dummy providers in the provider table.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/dce256ec
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/dce256ec
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/dce256ec

Branch: refs/heads/trunk
Commit: dce256ec1018935a3aa785b436bcc51b4824242f
Parents: 57f7736
Author: Tomaz Muraus <to...@apache.org>
Authored: Thu Oct 17 23:55:57 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Thu Oct 17 23:55:57 2013 +0200

----------------------------------------------------------------------
 contrib/generate_provider_feature_matrix_table.py | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/dce256ec/contrib/generate_provider_feature_matrix_table.py
----------------------------------------------------------------------
diff --git a/contrib/generate_provider_feature_matrix_table.py b/contrib/generate_provider_feature_matrix_table.py
index 0f674c6..db4d1f5 100755
--- a/contrib/generate_provider_feature_matrix_table.py
+++ b/contrib/generate_provider_feature_matrix_table.py
@@ -215,6 +215,9 @@ def generate_supported_methods_table(api, provider_matrix):
     data.append(['Provider'] + header)
 
     for provider, values in sorted(provider_matrix.items()):
+        if 'dummy' in provider.lower():
+            continue
+
         provider_name = '`%s`_' % (values['name'])
         row = [provider_name]
         for _, supported in values['methods'].items():
@@ -239,6 +242,8 @@ def generate_supported_providers_table(api, provider_matrix):
 
     data.append(header)
     for provider, values in sorted(provider_matrix.items()):
+        if 'dummy' in provider.lower():
+            continue
 
         name_str = '`%s`_' % (values['name'])
         module_str = ':mod:`%s`' % (values['module'])


[2/4] git commit: Re-apply previously reverted patch, regenerate documentation fixtures.

Posted by to...@apache.org.
Re-apply previously reverted patch, regenerate documentation fixtures.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/57f77365
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/57f77365
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/57f77365

Branch: refs/heads/trunk
Commit: 57f77365154a32bf842e652dd91a088a10159296
Parents: 0b98660
Author: Tomaz Muraus <to...@apache.org>
Authored: Thu Oct 17 23:54:11 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Thu Oct 17 23:54:11 2013 +0200

----------------------------------------------------------------------
 .../_supported_methods_block_storage.rst        | 32 ++++++++++----------
 docs/compute/_supported_methods_main.rst        | 32 ++++++++++----------
 docs/compute/_supported_providers.rst           | 32 ++++++++++----------
 libcloud/compute/drivers/elastichosts.py        |  8 +++++
 4 files changed, 56 insertions(+), 48 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/57f77365/docs/compute/_supported_methods_block_storage.rst
----------------------------------------------------------------------
diff --git a/docs/compute/_supported_methods_block_storage.rst b/docs/compute/_supported_methods_block_storage.rst
index b761fc8..d206864 100644
--- a/docs/compute/_supported_methods_block_storage.rst
+++ b/docs/compute/_supported_methods_block_storage.rst
@@ -22,14 +22,14 @@ Provider                              list volumes create volume destroy volume
 `Amazon EC2 (us-west-2)`_             yes          yes           yes            yes           yes           yes            yes            
 `Enomaly Elastic Computing Platform`_ no           no            no             no            no            no             no             
 `ElasticHosts`_                       no           no            no             no            no            no             no             
-`ElasticHosts`_                       no           no            no             no            no            no             no             
-`ElasticHosts`_                       no           no            no             no            no            no             no             
-`ElasticHosts`_                       no           no            no             no            no            no             no             
-`ElasticHosts`_                       no           no            no             no            no            no             no             
-`ElasticHosts`_                       no           no            no             no            no            no             no             
-`ElasticHosts`_                       no           no            no             no            no            no             no             
-`ElasticHosts`_                       no           no            no             no            no            no             no             
-`ElasticHosts`_                       no           no            no             no            no            no             no             
+`ElasticHosts (syd-y)`_               no           no            no             no            no            no             no             
+`ElasticHosts (tor-p)`_               no           no            no             no            no            no             no             
+`ElasticHosts (cn-1)`_                no           no            no             no            no            no             no             
+`ElasticHosts (lon-p)`_               no           no            no             no            no            no             no             
+`ElasticHosts (lon-b)`_               no           no            no             no            no            no             no             
+`ElasticHosts (sat-p)`_               no           no            no             no            no            no             no             
+`ElasticHosts (lax-p)`_               no           no            no             no            no            no             no             
+`ElasticHosts (sjc-c)`_               no           no            no             no            no            no             no             
 `Eucalyptus`_                         yes          yes           yes            yes           yes           yes            yes            
 `Gandi`_                              no           yes           yes            yes           yes           yes            no             
 `Google Compute Engine`_              no           yes           yes            yes           yes           yes            no             
@@ -81,14 +81,14 @@ Provider                              list volumes create volume destroy volume
 .. _`Amazon EC2 (us-west-2)`: http://aws.amazon.com/ec2/
 .. _`Enomaly Elastic Computing Platform`: http://www.enomaly.com/
 .. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
+.. _`ElasticHosts (syd-y)`: http://www.elastichosts.com/
+.. _`ElasticHosts (tor-p)`: http://www.elastichosts.com/
+.. _`ElasticHosts (cn-1)`: http://www.elastichosts.com/
+.. _`ElasticHosts (lon-p)`: http://www.elastichosts.com/
+.. _`ElasticHosts (lon-b)`: http://www.elastichosts.com/
+.. _`ElasticHosts (sat-p)`: http://www.elastichosts.com/
+.. _`ElasticHosts (lax-p)`: http://www.elastichosts.com/
+.. _`ElasticHosts (sjc-c)`: http://www.elastichosts.com/
 .. _`Eucalyptus`: http://www.eucalyptus.com/
 .. _`Gandi`: http://www.gandi.net/
 .. _`Google Compute Engine`: https://www.googleapis.com/

http://git-wip-us.apache.org/repos/asf/libcloud/blob/57f77365/docs/compute/_supported_methods_main.rst
----------------------------------------------------------------------
diff --git a/docs/compute/_supported_methods_main.rst b/docs/compute/_supported_methods_main.rst
index 587392f..d2a7310 100644
--- a/docs/compute/_supported_methods_main.rst
+++ b/docs/compute/_supported_methods_main.rst
@@ -22,14 +22,14 @@ Provider                              list nodes create node reboot node destroy
 `Amazon EC2 (us-west-2)`_             yes        yes         yes         yes          yes         yes        yes        
 `Enomaly Elastic Computing Platform`_ yes        yes         yes         yes          yes         yes        no         
 `ElasticHosts`_                       yes        yes         yes         yes          yes         yes        yes        
-`ElasticHosts`_                       yes        yes         yes         yes          yes         yes        yes        
-`ElasticHosts`_                       yes        yes         yes         yes          yes         yes        yes        
-`ElasticHosts`_                       yes        yes         yes         yes          yes         yes        yes        
-`ElasticHosts`_                       yes        yes         yes         yes          yes         yes        yes        
-`ElasticHosts`_                       yes        yes         yes         yes          yes         yes        yes        
-`ElasticHosts`_                       yes        yes         yes         yes          yes         yes        yes        
-`ElasticHosts`_                       yes        yes         yes         yes          yes         yes        yes        
-`ElasticHosts`_                       yes        yes         yes         yes          yes         yes        yes        
+`ElasticHosts (syd-y)`_               yes        yes         yes         yes          yes         yes        yes        
+`ElasticHosts (tor-p)`_               yes        yes         yes         yes          yes         yes        yes        
+`ElasticHosts (cn-1)`_                yes        yes         yes         yes          yes         yes        yes        
+`ElasticHosts (lon-p)`_               yes        yes         yes         yes          yes         yes        yes        
+`ElasticHosts (lon-b)`_               yes        yes         yes         yes          yes         yes        yes        
+`ElasticHosts (sat-p)`_               yes        yes         yes         yes          yes         yes        yes        
+`ElasticHosts (lax-p)`_               yes        yes         yes         yes          yes         yes        yes        
+`ElasticHosts (sjc-c)`_               yes        yes         yes         yes          yes         yes        yes        
 `Eucalyptus`_                         yes        yes         yes         yes          yes         yes        yes        
 `Gandi`_                              yes        yes         yes         yes          yes         yes        no         
 `Google Compute Engine`_              yes        yes         yes         yes          yes         yes        no         
@@ -81,14 +81,14 @@ Provider                              list nodes create node reboot node destroy
 .. _`Amazon EC2 (us-west-2)`: http://aws.amazon.com/ec2/
 .. _`Enomaly Elastic Computing Platform`: http://www.enomaly.com/
 .. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
+.. _`ElasticHosts (syd-y)`: http://www.elastichosts.com/
+.. _`ElasticHosts (tor-p)`: http://www.elastichosts.com/
+.. _`ElasticHosts (cn-1)`: http://www.elastichosts.com/
+.. _`ElasticHosts (lon-p)`: http://www.elastichosts.com/
+.. _`ElasticHosts (lon-b)`: http://www.elastichosts.com/
+.. _`ElasticHosts (sat-p)`: http://www.elastichosts.com/
+.. _`ElasticHosts (lax-p)`: http://www.elastichosts.com/
+.. _`ElasticHosts (sjc-c)`: http://www.elastichosts.com/
 .. _`Eucalyptus`: http://www.eucalyptus.com/
 .. _`Gandi`: http://www.gandi.net/
 .. _`Google Compute Engine`: https://www.googleapis.com/

http://git-wip-us.apache.org/repos/asf/libcloud/blob/57f77365/docs/compute/_supported_providers.rst
----------------------------------------------------------------------
diff --git a/docs/compute/_supported_providers.rst b/docs/compute/_supported_providers.rst
index bcc5e96..5bc5dfb 100644
--- a/docs/compute/_supported_providers.rst
+++ b/docs/compute/_supported_providers.rst
@@ -22,14 +22,14 @@ Provider                              Documentation
 `Amazon EC2 (us-west-2)`_                                                       EC2_US_WEST_OREGON  :mod:`libcloud.compute.drivers.ec2`            :class:`EC2USWestOregonNodeDriver`  
 `Enomaly Elastic Computing Platform`_                                           ECP                 :mod:`libcloud.compute.drivers.ecp`            :class:`ECPNodeDriver`              
 `ElasticHosts`_                                                                 ELASTICHOSTS        :mod:`libcloud.compute.drivers.elastichosts`   :class:`ElasticHostsNodeDriver`     
-`ElasticHosts`_                                                                 ELASTICHOSTS_AU1    :mod:`libcloud.compute.drivers.elastichosts`   :class:`ElasticHostsAU1NodeDriver`  
-`ElasticHosts`_                                                                 ELASTICHOSTS_CA1    :mod:`libcloud.compute.drivers.elastichosts`   :class:`ElasticHostsCA1NodeDriver`  
-`ElasticHosts`_                                                                 ELASTICHOSTS_CN1    :mod:`libcloud.compute.drivers.elastichosts`   :class:`ElasticHostsCN1NodeDriver`  
-`ElasticHosts`_                                                                 ELASTICHOSTS_UK1    :mod:`libcloud.compute.drivers.elastichosts`   :class:`ElasticHostsUK1NodeDriver`  
-`ElasticHosts`_                                                                 ELASTICHOSTS_UK2    :mod:`libcloud.compute.drivers.elastichosts`   :class:`ElasticHostsUK2NodeDriver`  
-`ElasticHosts`_                                                                 ELASTICHOSTS_US1    :mod:`libcloud.compute.drivers.elastichosts`   :class:`ElasticHostsUS1NodeDriver`  
-`ElasticHosts`_                                                                 ELASTICHOSTS_US2    :mod:`libcloud.compute.drivers.elastichosts`   :class:`ElasticHostsUS2NodeDriver`  
-`ElasticHosts`_                                                                 ELASTICHOSTS_US3    :mod:`libcloud.compute.drivers.elastichosts`   :class:`ElasticHostsUS3NodeDriver`  
+`ElasticHosts (syd-y)`_                                                         ELASTICHOSTS_AU1    :mod:`libcloud.compute.drivers.elastichosts`   :class:`ElasticHostsAU1NodeDriver`  
+`ElasticHosts (tor-p)`_                                                         ELASTICHOSTS_CA1    :mod:`libcloud.compute.drivers.elastichosts`   :class:`ElasticHostsCA1NodeDriver`  
+`ElasticHosts (cn-1)`_                                                          ELASTICHOSTS_CN1    :mod:`libcloud.compute.drivers.elastichosts`   :class:`ElasticHostsCN1NodeDriver`  
+`ElasticHosts (lon-p)`_                                                         ELASTICHOSTS_UK1    :mod:`libcloud.compute.drivers.elastichosts`   :class:`ElasticHostsUK1NodeDriver`  
+`ElasticHosts (lon-b)`_                                                         ELASTICHOSTS_UK2    :mod:`libcloud.compute.drivers.elastichosts`   :class:`ElasticHostsUK2NodeDriver`  
+`ElasticHosts (sat-p)`_                                                         ELASTICHOSTS_US1    :mod:`libcloud.compute.drivers.elastichosts`   :class:`ElasticHostsUS1NodeDriver`  
+`ElasticHosts (lax-p)`_                                                         ELASTICHOSTS_US2    :mod:`libcloud.compute.drivers.elastichosts`   :class:`ElasticHostsUS2NodeDriver`  
+`ElasticHosts (sjc-c)`_                                                         ELASTICHOSTS_US3    :mod:`libcloud.compute.drivers.elastichosts`   :class:`ElasticHostsUS3NodeDriver`  
 `Eucalyptus`_                                                                   EUCALYPTUS          :mod:`libcloud.compute.drivers.ec2`            :class:`EucNodeDriver`              
 `Gandi`_                                                                        GANDI               :mod:`libcloud.compute.drivers.gandi`          :class:`GandiNodeDriver`            
 `Google Compute Engine`_                                                        GCE                 :mod:`libcloud.compute.drivers.gce`            :class:`GCENodeDriver`              
@@ -81,14 +81,14 @@ Provider                              Documentation
 .. _`Amazon EC2 (us-west-2)`: http://aws.amazon.com/ec2/
 .. _`Enomaly Elastic Computing Platform`: http://www.enomaly.com/
 .. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
-.. _`ElasticHosts`: http://www.elastichosts.com/
+.. _`ElasticHosts (syd-y)`: http://www.elastichosts.com/
+.. _`ElasticHosts (tor-p)`: http://www.elastichosts.com/
+.. _`ElasticHosts (cn-1)`: http://www.elastichosts.com/
+.. _`ElasticHosts (lon-p)`: http://www.elastichosts.com/
+.. _`ElasticHosts (lon-b)`: http://www.elastichosts.com/
+.. _`ElasticHosts (sat-p)`: http://www.elastichosts.com/
+.. _`ElasticHosts (lax-p)`: http://www.elastichosts.com/
+.. _`ElasticHosts (sjc-c)`: http://www.elastichosts.com/
 .. _`Eucalyptus`: http://www.eucalyptus.com/
 .. _`Gandi`: http://www.gandi.net/
 .. _`Google Compute Engine`: https://www.googleapis.com/

http://git-wip-us.apache.org/repos/asf/libcloud/blob/57f77365/libcloud/compute/drivers/elastichosts.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/elastichosts.py b/libcloud/compute/drivers/elastichosts.py
index f9e18df..736ac7f 100644
--- a/libcloud/compute/drivers/elastichosts.py
+++ b/libcloud/compute/drivers/elastichosts.py
@@ -176,6 +176,7 @@ class ElasticHostsUK1NodeDriver(ElasticHostsNodeDriver):
     """
     ElasticHosts node driver for the London Peer 1 end-point
     """
+    name = 'ElasticHosts (lon-p)'
     _region = 'lon-p'
 
 
@@ -183,6 +184,7 @@ class ElasticHostsUK2NodeDriver(ElasticHostsNodeDriver):
     """
     ElasticHosts node driver for the London Bluesquare end-point
     """
+    name = 'ElasticHosts (lon-b)'
     _region = 'lon-b'
 
 
@@ -190,6 +192,7 @@ class ElasticHostsUS1NodeDriver(ElasticHostsNodeDriver):
     """
     ElasticHosts node driver for the San Antonio Peer 1 end-point
     """
+    name = 'ElasticHosts (sat-p)'
     _region = 'sat-p'
 
 
@@ -197,6 +200,7 @@ class ElasticHostsUS2NodeDriver(ElasticHostsNodeDriver):
     """
     ElasticHosts node driver for the Los Angeles Peer 1 end-point
     """
+    name = 'ElasticHosts (lax-p)'
     _region = 'lax-p'
 
 
@@ -204,6 +208,7 @@ class ElasticHostsUS3NodeDriver(ElasticHostsNodeDriver):
     """
     ElasticHosts node driver for the San Jose (Silicon Valley) end-point
     """
+    name = 'ElasticHosts (sjc-c)'
     _region = 'sjc-c'
 
 
@@ -211,6 +216,7 @@ class ElasticHostsCA1NodeDriver(ElasticHostsNodeDriver):
     """
     ElasticHosts node driver for the Toronto Peer 1 end-point
     """
+    name = 'ElasticHosts (tor-p)'
     _region = 'tor-p'
 
 
@@ -218,6 +224,7 @@ class ElasticHostsAU1NodeDriver(ElasticHostsNodeDriver):
     """
     ElasticHosts node driver for the Sydney end-point
     """
+    name = 'ElasticHosts (syd-y)'
     _region = 'syd-y'
 
 
@@ -225,4 +232,5 @@ class ElasticHostsCN1NodeDriver(ElasticHostsNodeDriver):
     """
     ElasticHosts node driver for the Hong Kong end-point
     """
+    name = 'ElasticHosts (cn-1)'
     _region = 'cn-1'


[4/4] git commit: docs: re-generate fixtures.

Posted by to...@apache.org.
docs: re-generate fixtures.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/8a331e88
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/8a331e88
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/8a331e88

Branch: refs/heads/trunk
Commit: 8a331e88dea2166a5aa1ec0b8beea751768adcac
Parents: dce256e
Author: Tomaz Muraus <to...@apache.org>
Authored: Thu Oct 17 23:56:18 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Thu Oct 17 23:56:18 2013 +0200

----------------------------------------------------------------------
 docs/compute/_supported_methods_block_storage.rst | 1 -
 docs/compute/_supported_methods_main.rst          | 1 -
 docs/compute/_supported_providers.rst             | 1 -
 docs/dns/_supported_methods.rst                   | 1 -
 docs/dns/_supported_providers.rst                 | 1 -
 docs/storage/_supported_methods_cdn.rst           | 1 -
 docs/storage/_supported_methods_main.rst          | 1 -
 docs/storage/_supported_providers.rst             | 1 -
 8 files changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/8a331e88/docs/compute/_supported_methods_block_storage.rst
----------------------------------------------------------------------
diff --git a/docs/compute/_supported_methods_block_storage.rst b/docs/compute/_supported_methods_block_storage.rst
index d206864..80f63de 100644
--- a/docs/compute/_supported_methods_block_storage.rst
+++ b/docs/compute/_supported_methods_block_storage.rst
@@ -9,7 +9,6 @@ Provider                              list volumes create volume destroy volume
 `CloudStack`_                         no           yes           yes            yes           yes           yes            no             
 `Digital Ocean`_                      no           no            no             no            no            no             no             
 `Dreamhost`_                          no           no            no             no            no            no             no             
-`Dummy Node Provider`_                no           no            no             no            no            no             no             
 `Amazon EC2`_                         yes          yes           yes            yes           yes           yes            yes            
 `Amazon EC2 (ap-northeast-1)`_        yes          yes           yes            yes           yes           yes            yes            
 `Amazon EC2 (ap-southeast-1)`_        yes          yes           yes            yes           yes           yes            yes            

http://git-wip-us.apache.org/repos/asf/libcloud/blob/8a331e88/docs/compute/_supported_methods_main.rst
----------------------------------------------------------------------
diff --git a/docs/compute/_supported_methods_main.rst b/docs/compute/_supported_methods_main.rst
index d2a7310..f92b57a 100644
--- a/docs/compute/_supported_methods_main.rst
+++ b/docs/compute/_supported_methods_main.rst
@@ -9,7 +9,6 @@ Provider                              list nodes create node reboot node destroy
 `CloudStack`_                         yes        yes         yes         yes          yes         yes        yes        
 `Digital Ocean`_                      yes        yes         yes         yes          yes         yes        no         
 `Dreamhost`_                          yes        yes         yes         yes          yes         yes        no         
-`Dummy Node Provider`_                yes        yes         yes         yes          yes         yes        no         
 `Amazon EC2`_                         yes        yes         yes         yes          yes         yes        yes        
 `Amazon EC2 (ap-northeast-1)`_        yes        yes         yes         yes          yes         yes        yes        
 `Amazon EC2 (ap-southeast-1)`_        yes        yes         yes         yes          yes         yes        yes        

http://git-wip-us.apache.org/repos/asf/libcloud/blob/8a331e88/docs/compute/_supported_providers.rst
----------------------------------------------------------------------
diff --git a/docs/compute/_supported_providers.rst b/docs/compute/_supported_providers.rst
index 5bc5dfb..adff3e5 100644
--- a/docs/compute/_supported_providers.rst
+++ b/docs/compute/_supported_providers.rst
@@ -9,7 +9,6 @@ Provider                              Documentation
 `CloudStack`_                                                                   CLOUDSTACK          :mod:`libcloud.compute.drivers.cloudstack`     :class:`CloudStackNodeDriver`       
 `Digital Ocean`_                                                                DIGITAL_OCEAN       :mod:`libcloud.compute.drivers.digitalocean`   :class:`DigitalOceanNodeDriver`     
 `Dreamhost`_                                                                    DREAMHOST           :mod:`libcloud.compute.drivers.dreamhost`      :class:`DreamhostNodeDriver`        
-`Dummy Node Provider`_                                                          DUMMY               :mod:`libcloud.compute.drivers.dummy`          :class:`DummyNodeDriver`            
 `Amazon EC2`_                         :doc:`Click </compute/drivers/ec2>`       EC2                 :mod:`libcloud.compute.drivers.ec2`            :class:`EC2NodeDriver`              
 `Amazon EC2 (ap-northeast-1)`_                                                  EC2_AP_NORTHEAST    :mod:`libcloud.compute.drivers.ec2`            :class:`EC2APNENodeDriver`          
 `Amazon EC2 (ap-southeast-1)`_                                                  EC2_AP_SOUTHEAST    :mod:`libcloud.compute.drivers.ec2`            :class:`EC2APSENodeDriver`          

http://git-wip-us.apache.org/repos/asf/libcloud/blob/8a331e88/docs/dns/_supported_methods.rst
----------------------------------------------------------------------
diff --git a/docs/dns/_supported_methods.rst b/docs/dns/_supported_methods.rst
index a80fdfc..345c2d6 100644
--- a/docs/dns/_supported_methods.rst
+++ b/docs/dns/_supported_methods.rst
@@ -1,7 +1,6 @@
 ===================== ========== ============ =========== =========== ============= ============= =========== =============
 Provider              list zones list records create zone update zone create record update record delete zone delete record
 ===================== ========== ============ =========== =========== ============= ============= =========== =============
-`Dummy DNS Provider`_ yes        yes          yes         no          no            yes           yes         yes          
 `Gandi DNS`_          yes        yes          yes         yes         yes           yes           yes         yes          
 `Host Virtual DNS`_   yes        yes          yes         yes         yes           yes           yes         yes          
 `Linode DNS`_         yes        yes          yes         yes         yes           yes           yes         yes          

http://git-wip-us.apache.org/repos/asf/libcloud/blob/8a331e88/docs/dns/_supported_providers.rst
----------------------------------------------------------------------
diff --git a/docs/dns/_supported_providers.rst b/docs/dns/_supported_providers.rst
index 19e5451..2cfe21a 100644
--- a/docs/dns/_supported_providers.rst
+++ b/docs/dns/_supported_providers.rst
@@ -1,7 +1,6 @@
 ===================== ============= ================= ======================================= =============================
 Provider              Documentation Provider constant Module                                  Class Name                   
 ===================== ============= ================= ======================================= =============================
-`Dummy DNS Provider`_               DUMMY             :mod:`libcloud.dns.drivers.dummy`       :class:`DummyDNSDriver`      
 `Gandi DNS`_                        GANDI             :mod:`libcloud.dns.drivers.gandi`       :class:`GandiDNSDriver`      
 `Host Virtual DNS`_                 HOSTVIRTUAL       :mod:`libcloud.dns.drivers.hostvirtual` :class:`HostVirtualDNSDriver`
 `Linode DNS`_                       LINODE            :mod:`libcloud.dns.drivers.linode`      :class:`LinodeDNSDriver`     

http://git-wip-us.apache.org/repos/asf/libcloud/blob/8a331e88/docs/storage/_supported_methods_cdn.rst
----------------------------------------------------------------------
diff --git a/docs/storage/_supported_methods_cdn.rst b/docs/storage/_supported_methods_cdn.rst
index 08687ba..7ee989e 100644
--- a/docs/storage/_supported_methods_cdn.rst
+++ b/docs/storage/_supported_methods_cdn.rst
@@ -6,7 +6,6 @@ Provider                      enable container cdn enable object cdn get contain
 `CloudFiles (SWIFT)`_         no                   yes               yes                   yes               
 `CloudFiles (UK)`_            no                   yes               yes                   yes               
 `CloudFiles (US)`_            no                   yes               yes                   yes               
-`Dummy Storage Provider`_     no                   no                yes                   yes               
 `Google Storage`_             no                   no                no                    no                
 `Local Storage`_              yes                  yes               yes                   yes               
 `Nimbus`_                     no                   no                no                    no                

http://git-wip-us.apache.org/repos/asf/libcloud/blob/8a331e88/docs/storage/_supported_methods_main.rst
----------------------------------------------------------------------
diff --git a/docs/storage/_supported_methods_main.rst b/docs/storage/_supported_methods_main.rst
index 0d17c0e..4ce814a 100644
--- a/docs/storage/_supported_methods_main.rst
+++ b/docs/storage/_supported_methods_main.rst
@@ -6,7 +6,6 @@ Provider                      list containers list objects create container dele
 `CloudFiles (SWIFT)`_         yes             no           yes              yes              yes           yes                     yes             yes                       yes          
 `CloudFiles (UK)`_            yes             no           yes              yes              yes           yes                     yes             yes                       yes          
 `CloudFiles (US)`_            yes             no           yes              yes              yes           yes                     yes             yes                       yes          
-`Dummy Storage Provider`_     yes             no           yes              yes              yes           yes                     yes             yes                       yes          
 `Google Storage`_             yes             no           yes              yes              yes           yes                     yes             yes                       yes          
 `Local Storage`_              yes             no           yes              yes              yes           yes                     yes             yes                       no           
 `Nimbus`_                     no              no           no               no               no            no                      yes             no                        no           

http://git-wip-us.apache.org/repos/asf/libcloud/blob/8a331e88/docs/storage/_supported_providers.rst
----------------------------------------------------------------------
diff --git a/docs/storage/_supported_providers.rst b/docs/storage/_supported_providers.rst
index 0a1213b..ac01c17 100644
--- a/docs/storage/_supported_providers.rst
+++ b/docs/storage/_supported_providers.rst
@@ -6,7 +6,6 @@ Provider                      Documentation                                  Pro
 `CloudFiles (SWIFT)`_                                                        CLOUDFILES_SWIFT  :mod:`libcloud.storage.drivers.cloudfiles`     :class:`CloudFilesSwiftStorageDriver`
 `CloudFiles (UK)`_                                                           CLOUDFILES_UK     :mod:`libcloud.storage.drivers.cloudfiles`     :class:`CloudFilesUKStorageDriver`   
 `CloudFiles (US)`_                                                           CLOUDFILES_US     :mod:`libcloud.storage.drivers.cloudfiles`     :class:`CloudFilesUSStorageDriver`   
-`Dummy Storage Provider`_                                                    DUMMY             :mod:`libcloud.storage.drivers.dummy`          :class:`DummyStorageDriver`          
 `Google Storage`_             :doc:`Click </storage/drivers/google_storage>` GOOGLE_STORAGE    :mod:`libcloud.storage.drivers.google_storage` :class:`GoogleStorageDriver`         
 `Local Storage`_                                                             LOCAL             :mod:`libcloud.storage.drivers.local`          :class:`LocalStorageDriver`          
 `Nimbus`_                                                                    NIMBUS            :mod:`libcloud.storage.drivers.nimbus`         :class:`NimbusStorageDriver`