8000 Salt Cloud doc update. by techhat · Pull Request #8765 · saltstack/salt · GitHub
[go: up one dir, main page]

Skip to content

Salt Cloud doc update. #8765

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 23, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixing spelling errors in GCE doc
  • Loading branch information
techhat committed Nov 23, 2013
commit 401f9c7d15a05ff1f7f0b52a64abb45aca1f50e1
4 changes: 2 additions & 2 deletions doc/topics/cloud/gce.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Getting Started With Google Compute Engine
==========================================

Google Compute Engine (GCE) is Goolge-infrastructure as a service that lets you
Google Compute Engine (GCE) is Google-infrastructure as a service that lets you
run your large-scale computing workloads on virtual machines. This document
covers how to use Salt Cloud to provision and manage your virtual machines
hosted within Google's infrastructure.
Expand All @@ -14,7 +14,7 @@ at https://cloud.google.com.
Dependencies
============
* `Libcloud <http://libcloud.apache.org>`_ version 0.14.0-beta3 or greater
* A Google Cloud Platform account with Copmute Engine enabled
* A Google Cloud Platform account with Compute Engine enabled
* A registered Service Account for authorization
* Oh, and obviously you'll need `salt <https://github.com/saltstack/salt>`_

Expand Down
0