Răsfoiți Sursa

Fixed some minor GCP issues

Nuwan Goonasekera 7 ani în urmă
părinte
comite
64fe11b602

+ 1 - 1
README.rst

@@ -52,7 +52,7 @@ Build Status Tests
 +---------------------------+----------------+----------------+
 | **Amazon Web Services**   | |aws-py27|     | |aws-py36|     |
 +---------------------------+----------------+----------------+
-| **Google compute platform** | |gcp-py27|     | |gcp-py36|     |
+| **Google Cloud Platform** | |gcp-py27|     | |gcp-py36|     |
 +---------------------------+----------------+----------------+
 | **Microsoft Azure**       | |azure-py27|   | |azure-py36|   |
 +---------------------------+----------------+----------------+

+ 3 - 3
cloudbridge/cloud/providers/gcp/README.rst

@@ -1,6 +1,6 @@
 CloudBridge support for `Google Cloud Platform`_. Compute is provided by `Google
-Compute Engine`_ (GCP). Object storage is provided by `Google Cloud Storage`_
-(GCP).
+Compute Engine`_ (GCE). Object storage is provided by `Google Cloud Storage`_
+(GCS).
 
 Security Groups
 ~~~~~~~~~~~~~~~
@@ -27,7 +27,7 @@ list firewalls with one rule. This should be OK as long as all firewalls are
 created through the CloudBridge API.
 
 .. _`Google Cloud Platform`: https://cloud.google.com/
-.. _`Google compute platform`: https://cloud.google.com/compute/docs
+.. _`Google Compute Engine`: https://cloud.google.com/compute/docs
 .. _`Google Cloud Storage`: https://cloud.google.com/storage/docs
 .. _`tags`: https://cloud.google.com/compute/docs/reference/latest/instances/
    setTags

+ 2 - 2
docs/topics/procuring_credentials.rst

@@ -137,10 +137,10 @@ specific roles can also be assigned for more limited access.
 
 .. _google-creds:
 
-Google compute platform (GCP)
+Google Cloud Platform (GCP)
 ---------------------------
 
-For Google compute platform (GCP), create a service account followed by creating
+For Google Cloud Platform (GCP), create a service account followed by creating
 and downloading a key. Additional instructions are available at this link
 https://cloud.google.com/iam/docs/creating-managing-service-accounts#creating_a_service_account.