You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/11/16 00:45:46 UTC

[2/3] libcloud git commit: added documentation updates Closes #946

added documentation updates
Closes #946


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

Branch: refs/heads/trunk
Commit: 51826935f6ea3a53a4444bd40a88a652734b22f2
Parents: 8140f82
Author: Matthew Harris <mh...@doublehorn.com>
Authored: Tue Nov 15 14:35:10 2016 -0600
Committer: Anthony Shaw <an...@apache.org>
Committed: Wed Nov 16 11:39:55 2016 +1100

----------------------------------------------------------------------
 docs/compute/_supported_providers.rst | 2 +-
 docs/compute/drivers/ec2.rst          | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/51826935/docs/compute/_supported_providers.rst
----------------------------------------------------------------------
diff --git a/docs/compute/_supported_providers.rst b/docs/compute/_supported_providers.rst
index b89eb6f..377a046 100644
--- a/docs/compute/_supported_providers.rst
+++ b/docs/compute/_supported_providers.rst
@@ -15,7 +15,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, ap-northeast-1, ap-southeast-1, ap-southeast-2, ap-south-1, eu-west-1, us-east-1, us-west-2, us-gov-west-1, us-west-1, eu-central-1, sa-east-1 :mod:`libcloud.compute.drivers.ec2`               :class:`EC2NodeDriver`              
+`Amazon EC2`_                         :doc:`Click </compute/drivers/ec2>`               EC2                 ap-northeast-2, ap-northeast-1, ap-southeast-1, ap-southeast-2, ap-south-1, eu-west-1, us-east-1, us-east-2, us-west-2, us-gov-west-1, us-west-1, eu-central-1, sa-east-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/51826935/docs/compute/drivers/ec2.rst
----------------------------------------------------------------------
diff --git a/docs/compute/drivers/ec2.rst b/docs/compute/drivers/ec2.rst
index 513228c..2e3a940 100644
--- a/docs/compute/drivers/ec2.rst
+++ b/docs/compute/drivers/ec2.rst
@@ -13,6 +13,7 @@ platform, Amazon Web Services (AWS).
 It allows users to rent virtual servers in more than 9 regions such as:
 
 * US East (Northern Virginia) Region
+* US East (Ohio) Region
 * US West (Oregon) Region
 * US West (Northern California) Region
 * EU West (Ireland) Region