~zulcss/+junk/nova-compute-test

« back to all changes in this revision

Viewing changes to hooks/proxy/amqp.py

  • Committer: Chuck Short
  • Date: 2014-05-30 19:28:26 UTC
  • Revision ID: zulcss@ubuntu.com-20140530192826-j66qco6jtxz38vbb
fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
                                                         rid=rid, unit=unit)
68
68
                ctxt.update({
69
69
                    'rabbitmq_user': username,
70
 
                    'rabbitmq_password': relation_get('password', rid=rid,
71
 
                                                      unit=unit),
 
70
                    'rabbitmq_password': relation_get('password', rid=rid, unit=unit),
72
71
                    'rabbitmq_virtual_host': vhost,
73
72
                })
74
73
 
111
110
        else:
112
111
            return ctxt
113
112
 
 
113