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

Unified Diff: appengine/gce-backend/catalog.py

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 | « appengine/gce-backend/app.yaml ('k') | appengine/gce-backend/handlers_cron.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/gce-backend/catalog.py
diff --git a/appengine/gce-backend/catalog.py b/appengine/gce-backend/catalog.py
index 3d705f98ffd35469f697b1fdac04b6c51c20a585..971afcb072c4655b02d6abec86b3495242be4758 100644
--- a/appengine/gce-backend/catalog.py
+++ b/appengine/gce-backend/catalog.py
@@ -19,7 +19,6 @@ import instances
import instance_group_managers
import metrics
import models
-import pubsub
def get_policies(key, service_account):
@@ -35,8 +34,6 @@ def get_policies(key, service_account):
'key': 'key',
'value': key.urlsafe(),
},
- 'backend_project': pubsub.get_machine_provider_topic_project(),
- 'backend_topic': pubsub.get_machine_provider_topic(),
ryanmartens 2016/11/04 14:02:52 We should probably update the comment in the Polic
ryanmartens 2016/11/04 14:02:52 Also, are you planning on pulling out the notifica
smut 2016/11/04 21:09:21 Everything there is technically true, MP will stil
smut 2016/11/04 21:09:21 Right now backend notification is optional, if bac
'machine_service_account': service_account,
'on_reclamation': 'DELETE',
}
« no previous file with comments | « appengine/gce-backend/app.yaml ('k') | appengine/gce-backend/handlers_cron.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698