~1chb1n/charms/trusty/nova-cloud-controller/stable-flip-tests-helper-syncs

« back to all changes in this revision

Viewing changes to hooks/nova_cc_utils.py

  • Committer: Edward Hope-Morley
  • Date: 2015-03-13 13:01:00 UTC
  • mfrom: (140.2.4 nova-cloud-controller.pki)
  • Revision ID: edward.hope-morley@canonical.com-20150313130100-m0iokw9obkp41eeu
[hopem,r=gnuoy]

Implement PKI token signing.

Closes-Bug: 1309667

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
                     context.SyslogContext(),
125
125
                     context.LogLevelContext(),
126
126
                     nova_cc_context.HAProxyContext(),
127
 
                     nova_cc_context.IdentityServiceContext(),
 
127
                     nova_cc_context.IdentityServiceContext(
 
128
                         service='nova',
 
129
                         service_user='nova'),
128
130
                     nova_cc_context.VolumeServiceContext(),
129
131
                     nova_cc_context.NovaIPv6Context(),
130
132
                     nova_cc_context.NeutronCCContext(),
145
147
                         ssl_dir=QUANTUM_CONF_DIR),
146
148
                     nova_cc_context.NeutronPostgresqlDBContext(),
147
149
                     nova_cc_context.HAProxyContext(),
148
 
                     nova_cc_context.IdentityServiceContext(),
 
150
                     nova_cc_context.IdentityServiceContext(
 
151
                         service='neutron',
 
152
                         service_user='neutron'),
149
153
                     nova_cc_context.NeutronCCContext(),
150
154
                     context.SyslogContext()],
151
155
    }),
166
170
                         relation_prefix='neutron',
167
171
                         ssl_dir=NEUTRON_CONF_DIR),
168
172
                     nova_cc_context.NeutronPostgresqlDBContext(),
169
 
                     nova_cc_context.IdentityServiceContext(),
 
173
                     nova_cc_context.IdentityServiceContext(
 
174
                         service='neutron',
 
175
                         service_user='neutron'),
170
176
                     nova_cc_context.NeutronCCContext(),
171
177
                     nova_cc_context.HAProxyContext(),
172
178
                     context.SyslogContext(),