Fix typo
Change-Id: I15e53524da687da4a13995099567128aaa161eab
This commit is contained in:
parent
2f861f6caa
commit
c98656a328
@ -59,7 +59,7 @@ def main():
|
||||
)
|
||||
if not os.path.exists(cfg.CONF.cache_dir):
|
||||
os.mkdir(cfg.CONF.cache_dir)
|
||||
log.debug('Cache is located at: {0}'.format(cfg.CONF.cache_dir))
|
||||
LOG.debug('Cache is located at: {0}'.format(cfg.CONF.cache_dir))
|
||||
|
||||
app = server.make_app({
|
||||
'auth_host': cfg.CONF.keystone.auth_host,
|
||||
|
Loading…
x
Reference in New Issue
Block a user