Code review comment for lp:~bac/charmworld/beaker-namespace

Revision history for this message
Brad Crittenden (bac) wrote :

Reviewers: mp+220321_code.launchpad.net,

Message:
Please take a look.

Description:
Remove mongo-beaker from setup.py.

This bit of configuration causes beaker to try to load the mongo backend
twice, generating confusing error messages in app-exception.log.

https://code.launchpad.net/~bac/charmworld/beaker-namespace/+merge/220321

(do not edit description out of merge proposal)

Please review this at https://codereview.appspot.com/95480044/

Affected files (+2, -2 lines):
   A [revision details]
   M setup.py

Index: [revision details]
=== added file '[revision details]'
--- [revision details] 2012-01-01 00:00:00 +0000
+++ [revision details] 2012-01-01 00:00:00 +0000
@@ -0,0 +1,2 @@
+Old revision: tarmac-20140520144639-2wypg2q2m2qwvjch
+New revision: <email address hidden>

Index: setup.py
=== modified file 'setup.py'
--- setup.py 2013-11-18 20:38:47 +0000
+++ setup.py 2014-05-20 18:42:14 +0000
@@ -42,8 +42,6 @@
        remove-start-time-entry = \
          charmworld.scripts.remove_server_start_time:entry_point
        remove-charm = charmworld.scripts.remove_charm:entry_point
- [beaker.backends]
- mongodb = mongodb_beaker:MongoDBNamespaceManager
        """,
        paster_plugins=['pyramid'],
        )

« Back to merge proposal