Updated Branches: refs/heads/trunk 11d120ecc -> 95db9a169
docs: Link to the deployment page from the compute index page. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/95db9a16 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/95db9a16 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/95db9a16 Branch: refs/heads/trunk Commit: 95db9a16908c93b1216baeb9e26f032757b12747 Parents: 11d120e Author: Tomaz Muraus <[email protected]> Authored: Wed Sep 11 13:29:55 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Wed Sep 11 13:29:55 2013 +0200 ---------------------------------------------------------------------- docs/compute/index.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/95db9a16/docs/compute/index.rst ---------------------------------------------------------------------- diff --git a/docs/compute/index.rst b/docs/compute/index.rst index 1c442ac..fd5dbf4 100644 --- a/docs/compute/index.rst +++ b/docs/compute/index.rst @@ -52,6 +52,16 @@ with a specific :class:`NodeSize`. For more information, please see the :doc:`pricing page </compute/pricing>`. +Deployment +---------- + +Libcloud provides deployment functionality which makes bootstrapping a server +easier. It allows you to create a server and runn shell commands on it once the +server has been created. + +For more information and exaples, please see the :doc:`deployment page +</compute/deployment>`. + Examples --------
