update docs

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

Branch: refs/heads/trunk
Commit: b46ecef6c8461fc869e5c532c0e2679b7e8c6f80
Parents: 68bf853
Author: Anthony Shaw <anthonys...@apache.org>
Authored: Wed Jan 4 14:45:38 2017 +1100
Committer: Anthony Shaw <anthonys...@apache.org>
Committed: Wed Jan 4 14:45:38 2017 +1100

----------------------------------------------------------------------
 contrib/generate_provider_feature_matrix_table.py | 3 ++-
 docs/compute/_supported_providers.rst             | 2 +-
 docs/loadbalancer/_supported_providers.rst        | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/b46ecef6/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 07404cc..08b3925 100755
--- a/contrib/generate_provider_feature_matrix_table.py
+++ b/contrib/generate_provider_feature_matrix_table.py
@@ -410,7 +410,8 @@ def generate_supported_providers_table(api, 
provider_matrix):
             docs_link = ''
 
         cls = values['cls']
-        supported_regions = cls.list_regions()
+        supported_regions = cls.list_regions() if hasattr(cls, 'list_regions') 
\
+            else None
 
         if supported_regions:
             supported_regions = ', '.join(supported_regions)

http://git-wip-us.apache.org/repos/asf/libcloud/blob/b46ecef6/docs/compute/_supported_providers.rst
----------------------------------------------------------------------
diff --git a/docs/compute/_supported_providers.rst 
b/docs/compute/_supported_providers.rst
index 481f511..14909fd 100644
--- a/docs/compute/_supported_providers.rst
+++ b/docs/compute/_supported_providers.rst
@@ -17,7 +17,7 @@ Provider                              Documentation
 `Cloudwatt`_                          :doc:`Click 
</compute/drivers/cloudwatt>`         CLOUDWATT           single region driver  
                                                                                
                                                                    
:mod:`libcloud.compute.drivers.cloudwatt`         :class:`CloudwattNodeDriver`  
      
 `DigitalOcean`_                       :doc:`Click 
</compute/drivers/digital_ocean>`     DIGITAL_OCEAN       single region driver  
                                                                                
                                                                    
:mod:`libcloud.compute.drivers.digitalocean`      
:class:`DigitalOceanNodeDriver`     
 `DimensionData`_                      :doc:`Click 
</compute/drivers/dimensiondata>`     DIMENSIONDATA       single region driver  
                                                                                
                                                                    
:mod:`libcloud.compute.drivers.dimensiondata`     
:class:`DimensionDataNodeDriver`    
-`Amazon EC2`_                         :doc:`Click </compute/drivers/ec2>`      
         EC2                 ap-northeast-2, us-east-2, ap-southeast-1, 
ap-southeast-2, ap-south-1, eu-west-1, sa-east-1, us-east-1, us-west-2, 
us-gov-west-1, us-west-1, eu-central-1, ap-northeast-1 
:mod:`libcloud.compute.drivers.ec2`               :class:`EC2NodeDriver`        
      
+`Amazon EC2`_                         :doc:`Click </compute/drivers/ec2>`      
         EC2                 eu-central-1, us-west-1, us-west-2, ap-south-1, 
ap-northeast-1, ap-northeast-2, sa-east-1, us-east-2, us-east-1, eu-west-1, 
us-gov-west-1, ap-southeast-2, ap-southeast-1 
:mod:`libcloud.compute.drivers.ec2`               :class:`EC2NodeDriver`        
      
 `Enomaly Elastic Computing Platform`_                                          
         ECP                 single region driver                               
                                                                                
                                       :mod:`libcloud.compute.drivers.ecp`      
         :class:`ECPNodeDriver`              
 `ElasticHosts`_                                                                
         ELASTICHOSTS        single region driver                               
                                                                                
                                       
:mod:`libcloud.compute.drivers.elastichosts`      
:class:`ElasticHostsNodeDriver`     
 `Eucalyptus`_                                                                  
         EUCALYPTUS          single region driver                               
                                                                                
                                       :mod:`libcloud.compute.drivers.ec2`      
         :class:`EucNodeDriver`              

http://git-wip-us.apache.org/repos/asf/libcloud/blob/b46ecef6/docs/loadbalancer/_supported_providers.rst
----------------------------------------------------------------------
diff --git a/docs/loadbalancer/_supported_providers.rst 
b/docs/loadbalancer/_supported_providers.rst
index c99cecb..22df336 100644
--- a/docs/loadbalancer/_supported_providers.rst
+++ b/docs/loadbalancer/_supported_providers.rst
@@ -12,7 +12,7 @@ Provider                               Documentation
 `Google Compute Engine Load Balancer`_ :doc:`Click 
</loadbalancer/drivers/gce>`           GCE               single region driver   
      :mod:`libcloud.loadbalancer.drivers.gce`           :class:`GCELBDriver`   
       
 `GoGrid LB`_                                                                   
           GOGRID            single region driver         
:mod:`libcloud.loadbalancer.drivers.gogrid`        :class:`GoGridLBDriver`      
 
 `Ninefold LB`_                                                                 
           NINEFOLD          single region driver         
:mod:`libcloud.loadbalancer.drivers.ninefold`      :class:`NinefoldLBDriver`    
 
-`Rackspace LB`_                                                                
           RACKSPACE         syd, iad, dfw, lon, ord, hkg 
:mod:`libcloud.loadbalancer.drivers.rackspace`     :class:`RackspaceLBDriver`   
 
+`Rackspace LB`_                                                                
           RACKSPACE         hkg, iad, dfw, syd, ord, lon 
:mod:`libcloud.loadbalancer.drivers.rackspace`     :class:`RackspaceLBDriver`   
 
 `Softlayer Load Balancing`_                                                    
           SOFTLAYER         single region driver         
:mod:`libcloud.loadbalancer.drivers.softlayer`     :class:`SoftlayerLBDriver`   
 
 ====================================== 
================================================== ================= 
============================ ================================================== 
==============================
 

Reply via email to