~openstack-charmers/charms/trusty/cinder-0mq/trunk

« back to all changes in this revision

Viewing changes to hooks/cinder_utils.py

  • Committer: james.page at ubuntu
  • Date: 2014-09-08 12:51:30 UTC
  • Revision ID: james.page@ubuntu.com-20140908125130-preiz0gjblctj63r
Update templates for ZeroMQ usage

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
                              config_file=CINDER_CONF),
129
129
                          cinder_contexts.StorageBackendContext(),
130
130
                          cinder_contexts.LoggingConfigContext(),
131
 
                          context.IdentityServiceContext()],
 
131
                          context.IdentityServiceContext(),
 
132
                          cinder_contexts.ZeroMQContext()],
132
133
        'services': ['cinder-api', 'cinder-volume',
133
134
                     'cinder-scheduler', 'haproxy']
134
135
    }),