Repository: libcloud Updated Branches: refs/heads/trunk 1ae123fb7 -> b9ec01efd
Trim extra whitespace, indicate correct version. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a4977ea1 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a4977ea1 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a4977ea1 Branch: refs/heads/trunk Commit: a4977ea11afa99ff055b4b29f9a18b2833c816be Parents: 1ae123f Author: Tomaz Muraus <[email protected]> Authored: Sat Jan 23 15:58:38 2016 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sat Jan 23 15:58:38 2016 +0100 ---------------------------------------------------------------------- docs/backup/index.rst | 2 +- docs/container/index.rst | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/a4977ea1/docs/backup/index.rst ---------------------------------------------------------------------- diff --git a/docs/backup/index.rst b/docs/backup/index.rst index ab8873e..3b37219 100644 --- a/docs/backup/index.rst +++ b/docs/backup/index.rst @@ -3,7 +3,7 @@ Backup .. note:: - Backup API is available in Libcloud 0.21.0 and higher. + Backup API is available in Libcloud 1.0.0-pre1 and higher. .. note:: http://git-wip-us.apache.org/repos/asf/libcloud/blob/a4977ea1/docs/container/index.rst ---------------------------------------------------------------------- diff --git a/docs/container/index.rst b/docs/container/index.rst index f763e9d..27b6aa5 100644 --- a/docs/container/index.rst +++ b/docs/container/index.rst @@ -3,7 +3,7 @@ Container .. note:: - Container API is available in Libcloud 1.0.0RC and higher. + Container API is available in Libcloud 1.0.0-pre1 and higher. .. note:: @@ -16,10 +16,10 @@ on-premise installations of software like Docker as well as interfacing with Clo .. graphviz:: digraph G { - graph [ fontname = "Roboto Slab", - fontsize = 18, - label = "Using the driver to deploy containers with or without clusters" ]; - + graph [ fontname = "Roboto Slab", + fontsize = 18, + label = "Using the driver to deploy containers with or without clusters" ]; + subgraph noncluster { style=filled; color=lightgrey; @@ -27,7 +27,7 @@ on-premise installations of software like Docker as well as interfacing with Clo list_images -> install_image -> deploy_container; label = "Non-Cluster Container Driver"; } - + subgraph cluster { node [style=filled]; list_locations -> list_clusters -> create_cluster; @@ -38,11 +38,11 @@ on-premise installations of software like Docker as well as interfacing with Clo __init__ -> list_locations; create_cluster -> list_images; deploy_container -> end; - + __init__ [shape=square]; end [shape=squae]; } - + For a working example of the container driver with cluster support, see the example for Amazon's Elastic Container Service: .. literalinclude:: /examples/container/ecs/deploy_container.py @@ -101,7 +101,7 @@ Then using the Container driver, you can connect to that API and install images create_node -> deploy_node; label = "Compute API"; } - + subgraph container { node [style=filled]; __init__ -> install_image -> deploy_container; @@ -111,11 +111,11 @@ Then using the Container driver, you can connect to that API and install images start -> create_node; deploy_node -> __init__; deploy_container -> end; - + start [shape=Mdiamond]; end [shape=Msquare]; } - + Supported Providers ------------------- @@ -138,4 +138,4 @@ Utility Classes --------------- There are some utility classes for example, a Docker Hub API client for fetching images -and iterating through repositories see :doc:`this page </container/utilities>`. \ No newline at end of file +and iterating through repositories see :doc:`this page </container/utilities>`.
