Lint tidy
This commit is contained in:
parent
128bddd53d
commit
33440cf21a
@ -61,7 +61,8 @@ class HeatSecurityContext(context.OSContextGenerator):
|
|||||||
# check if we have stored encryption key
|
# check if we have stored encryption key
|
||||||
encryption = get_encryption_key()
|
encryption = get_encryption_key()
|
||||||
ctxt['encryption_key'] = encryption
|
ctxt['encryption_key'] = encryption
|
||||||
ctxt['heat_domain_admin_passwd'] = leader_get('heat-domain-admin-passwd')
|
ctxt['heat_domain_admin_passwd'] = \
|
||||||
|
leader_get('heat-domain-admin-passwd')
|
||||||
return ctxt
|
return ctxt
|
||||||
|
|
||||||
|
|
||||||
|
@ -111,7 +111,8 @@ CONFIG_FILES = OrderedDict([
|
|||||||
'services': ['apache2'],
|
'services': ['apache2'],
|
||||||
}),
|
}),
|
||||||
(ADMIN_OPENRC, {
|
(ADMIN_OPENRC, {
|
||||||
'contexts': [HeatIdentityServiceContext(service=SVC, service_user=SVC)],
|
'contexts': [HeatIdentityServiceContext(service=SVC,
|
||||||
|
service_user=SVC)],
|
||||||
'services': []
|
'services': []
|
||||||
}),
|
}),
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user