Change-Id: I15e53524da687da4a13995099567128aaa161eab
This commit is contained in:
Serg Melikyan 2013-11-08 11:49:00 +04:00
parent 2f861f6caa
commit c98656a328

View File

@ -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,