From b368b95dbcdc8ca678b511d6878bd9b94e401f6c Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 29 Mar 2017 10:46:08 -0400 Subject: [PATCH] Become 1.0.12 Change-Id: I0de5786758d4ccdb95539013e7beada5c924b03a --- 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 beb3855..3df60e2 100644 --- a/novajoin/notifications.py +++ b/novajoin/notifications.py @@ -229,7 +229,7 @@ class NotificationEndpoint(object): def main(): register_keystoneauth_opts(CONF) - CONF(sys.argv[1:], version='1.0.11', + CONF(sys.argv[1:], version='1.0.12', default_config_files=config.find_config_files()) logging.setup(CONF, 'join') diff --git a/novajoin/wsgi.py b/novajoin/wsgi.py index fdce869..50700f4 100644 --- a/novajoin/wsgi.py +++ b/novajoin/wsgi.py @@ -105,7 +105,7 @@ def process_launcher(): def main(): keystone_client.register_keystoneauth_opts(CONF) - CONF(sys.argv[1:], version='1.0.11', + CONF(sys.argv[1:], version='1.0.12', default_config_files=config.find_config_files()) log.setup(CONF, 'join') launcher = process_launcher()