Tidyup formating
This commit is contained in:
parent
d36a55f4ac
commit
ed09c1b5a9
@ -85,5 +85,5 @@ def config_changed():
|
||||
|
||||
@reactive.when('identity-service.available')
|
||||
def configure_ssl(keystone):
|
||||
'''Configure SSL access to Barbican if requested'''
|
||||
"""Configure SSL access to Barbican if requested"""
|
||||
barbican.configure_ssl(keystone)
|
||||
|
@ -21,7 +21,7 @@ sys.path.append('src/lib')
|
||||
# Mock out charmhelpers so that we can test without it.
|
||||
# also stops sideeffects from occuring.
|
||||
charmhelpers = mock.MagicMock()
|
||||
apt_pkg = mock.MagicMock()
|
||||
apt_pkg = mock.MagicMock()
|
||||
sys.modules['apt_pkg'] = apt_pkg
|
||||
sys.modules['charmhelpers'] = charmhelpers
|
||||
sys.modules['charmhelpers.core'] = charmhelpers.core
|
||||
|
Loading…
Reference in New Issue
Block a user