From 3d585116646b2d7d9c9efc8d4c50c5c5ab6a44f8 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Fri, 24 Aug 2018 13:39:43 -0400 Subject: [PATCH] Become 1.0.19 Change-Id: If4c572071d6e6337146316d31ec95e0c80e4f92b --- novajoin/notifications.py | 2 +- novajoin/wsgi.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/novajoin/notifications.py b/novajoin/notifications.py index daa240f..f4a58d7 100644 --- a/novajoin/notifications.py +++ b/novajoin/notifications.py @@ -266,7 +266,7 @@ class NotificationEndpoint(object): def main(): register_keystoneauth_opts(CONF) - CONF(sys.argv[1:], version='1.0.18', + CONF(sys.argv[1:], version='1.0.19', default_config_files=config.find_config_files()) logging.setup(CONF, 'join') diff --git a/novajoin/wsgi.py b/novajoin/wsgi.py index 375313e..b2683aa 100644 --- a/novajoin/wsgi.py +++ b/novajoin/wsgi.py @@ -108,7 +108,7 @@ def main(): os.environ['NSS_STRICT_NOFORK'] = 'DISABLED' keystone_client.register_keystoneauth_opts(CONF) - CONF(sys.argv[1:], version='1.0.18', + CONF(sys.argv[1:], version='1.0.19', default_config_files=config.find_config_files()) log.setup(CONF, 'join') launcher = process_launcher()