~1chb1n/charms/trusty/keystone/15.10-stable-flip-tests-helper-syncs

« back to all changes in this revision

Viewing changes to hooks/keystone_ssl.py

  • Committer: yolanda.robla at canonical
  • Date: 2014-03-31 08:35:19 UTC
  • mto: (52.2.19 keystone)
  • mto: This revision was merged to the branch mainline in revision 60.
  • Revision ID: yolanda.robla@canonical.com-20140331083519-gbof25ox5mqhcgyd
added postgresql support

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python
2
2
 
3
 
import base64
4
3
import os
5
4
import shutil
6
5
import subprocess
7
6
import tarfile
8
7
import tempfile
9
 
import zipfile
10
8
 
11
9
CA_EXPIRY = '365'
12
10
ORG_NAME = 'Ubuntu'