Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(549)

Unified Diff: appengine/gce-backend/README.md

Issue 2480653002: Remove unused pubsub stuff (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/gce-backend/app.yaml » ('j') | appengine/gce-backend/catalog.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/gce-backend/README.md
diff --git a/appengine/gce-backend/README.md b/appengine/gce-backend/README.md
index 6e18358bcfb64056ce6d2396ffc0d1b7bcc7fbc3..3090853c36386b493b0c23a080f62a7626bbfd9a 100644
--- a/appengine/gce-backend/README.md
+++ b/appengine/gce-backend/README.md
@@ -14,13 +14,7 @@ eventually consistent, converging on the desired state over multiple calls.
* Visit Google Cloud Console,
* IAM & Admin, click `Add Member` and add someone else so you can safely
be hit by a bus.
- * Pub/Sub, click `Enable API`.
* Compute Engine, to enable Compute Engine.
-* In Pub/Sub, create a topic with the same name as
- pubsub.get\_machine\_provider\_topic(), and a pull subscription with the
- same name as pubsub.get\_machine\_provider\_subscription(). On the topic,
- authorize the Machine Provider's default service account as a publisher,
- e.g. machine-provider@appspot.gserviceaccount.com.
* Upload the code with: `./tools/gae upl -x -A <appid>`
* Visit https://\<appid\>.appspot.com/auth/bootstrap and click `Proceed`.
* If you plan to use a [config service](../config_service),
« no previous file with comments | « no previous file | appengine/gce-backend/app.yaml » ('j') | appengine/gce-backend/catalog.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698