Updated change providers. Mark backup as experimental.

Closes #629


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

Branch: refs/heads/trunk
Commit: 94c6b9143404b216382ea1b85934aa29a1c67e34
Parents: cb9b89c
Author: anthony-shaw <[email protected]>
Authored: Tue Jan 5 21:19:00 2016 +1100
Committer: anthony-shaw <[email protected]>
Committed: Tue Jan 5 21:19:00 2016 +1100

----------------------------------------------------------------------
 CHANGES.rst                          |  7 +++++++
 docs/backup/_supported_providers.rst | 14 +++++++-------
 docs/backup/index.rst                |  8 ++++++--
 3 files changed, 20 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/94c6b914/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 31de474..efa3f5c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,6 +4,13 @@ Changelog
 Changes with current version of Apache Libcloud
 -----------------------------------------------
 
+General
+~~~~~~~
+
+- Introduced a Backup API driver
+  (GITHUB-621)
+  [Anthony Shaw]
+
 Compute
 ~~~~~~~
 

http://git-wip-us.apache.org/repos/asf/libcloud/blob/94c6b914/docs/backup/_supported_providers.rst
----------------------------------------------------------------------
diff --git a/docs/backup/_supported_providers.rst 
b/docs/backup/_supported_providers.rst
index 1bcc948..b7bcd6a 100644
--- a/docs/backup/_supported_providers.rst
+++ b/docs/backup/_supported_providers.rst
@@ -1,12 +1,12 @@
 .. NOTE: This file has been generated automatically using 
generate_provider_feature_matrix_table.py script, don't manually edit it
 
-====================================== ============= ================= 
============================================ ==================================
-Provider                               Documentation Provider constant Module  
                                     Class Name                        
-====================================== ============= ================= 
============================================ ==================================
-`Dimension Data Backup`_                             DIMENSIONDATA     
:mod:`libcloud.backup.drivers.dimensiondata` :class:`DimensionDataBackupDriver`
-`Amazon EBS Backup Driver`_                          EBS               
:mod:`libcloud.backup.drivers.ebs`           :class:`EBSBackupDriver`          
-`Google Compute Engine Backup Driver`_               GCE               
:mod:`libcloud.backup.drivers.gce`           :class:`GCEBackupDriver`          
-====================================== ============= ================= 
============================================ ==================================
+====================================== 
============================================ ================= 
============================================ ==================================
+Provider                               Documentation                           
     Provider constant Module                                       Class Name  
                      
+====================================== 
============================================ ================= 
============================================ ==================================
+`Dimension Data Backup`_               :doc:`Click 
</backup/drivers/dimensiondata>` DIMENSIONDATA     
:mod:`libcloud.backup.drivers.dimensiondata` :class:`DimensionDataBackupDriver`
+`Amazon EBS Backup Driver`_                                                    
     EBS               :mod:`libcloud.backup.drivers.ebs`           
:class:`EBSBackupDriver`          
+`Google Compute Engine Backup Driver`_                                         
     GCE               :mod:`libcloud.backup.drivers.gce`           
:class:`GCEBackupDriver`          
+====================================== 
============================================ ================= 
============================================ ==================================
 
 .. _`Dimension Data Backup`: https://cloud.dimensiondata.com/
 .. _`Amazon EBS Backup Driver`: http://aws.amazon.com/ebs/

http://git-wip-us.apache.org/repos/asf/libcloud/blob/94c6b914/docs/backup/index.rst
----------------------------------------------------------------------
diff --git a/docs/backup/index.rst b/docs/backup/index.rst
index 5dd1da1..ab8873e 100644
--- a/docs/backup/index.rst
+++ b/docs/backup/index.rst
@@ -3,10 +3,14 @@ Backup
 
 .. note::
 
-    Backup API is available in Libcloud 0.20.0 and higher.
+    Backup API is available in Libcloud 0.21.0 and higher.
+
+.. note::
+
+    This driver is **experimental** - please use to test functionality and 
develop new driver instances, not for production use.
 
 Backup API allows you to manage Backup as A Service and services such as EBS 
Snaps,
-Azure VM Backup and others.
+GCE volume snap and dimension data backup.
 
 Terminology
 -----------

Reply via email to