~ivoks/charms/precise/keystone/rewrite

« back to all changes in this revision

Viewing changes to hooks/keystone_context.py

  • Committer: Ante Karamatic
  • Date: 2014-02-24 23:14:43 UTC
  • Revision ID: ivoks@ubuntu.com-20140224231443-srrj1fpcyg4zuhe9
Almost done. QA ready.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from charmhelpers.core.hookenv import (
2
 
    config, relation_ids, relation_set, log, unit_private_ip, ERROR)
 
2
    config, unit_private_ip)
3
3
 
4
4
from charmhelpers.contrib.openstack import context
5
5
 
17
17
 
18
18
CA_CERT_PATH = '/usr/local/share/ca-certificates/keystone_juju_ca_cert.crt'
19
19
 
20
 
 
21
20
class ApacheSSLContext(context.ApacheSSLContext):
22
21
 
23
22
    interfaces = ['https']