~charmers/charms/precise/glance/trunk

« back to all changes in this revision

Viewing changes to hooks/glance_utils.py

  • Committer: Adam Gandelman
  • Date: 2013-11-06 04:29:05 UTC
  • mfrom: (37.2.6 glance-ceilometer)
  • Revision ID: adamg@canonical.com-20131106042905-kts4w1l4js2ocv30
[jamespage] Add support for rabbitmq use for ceilometer notifications

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    }),
69
69
    (GLANCE_API_CONF, {
70
70
        'hook_contexts': [context.SharedDBContext(),
 
71
                          context.AMQPContext(),
71
72
                          context.IdentityServiceContext(),
72
73
                          glance_contexts.CephGlanceContext(),
73
74
                          glance_contexts.ObjectStoreContext(),