~hopem/charms/trusty/heat/ssl

« back to all changes in this revision

Viewing changes to hooks/heat_utils.py

  • Committer: Edward Hope-Morley
  • Date: 2015-04-02 11:57:28 UTC
  • Revision ID: edward.hope-morley@canonical.com-20150402115728-p1dvlhk9xnz9zdtv
fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
        'contexts': [HeatIdentityServiceContext()],
76
76
    }),
77
77
    (HAPROXY_CONF, {
78
 
        'hook_contexts': [context.HAProxyContext(singlenode_mode=True),
79
 
                          HeatHAProxyContext()],
 
78
        'contexts': [context.HAProxyContext(singlenode_mode=True),
 
79
                     HeatHAProxyContext()],
80
80
        'services': ['haproxy'],
81
81
    }),
82
82
    (HTTPS_APACHE_CONF, {