Become 1.0.22

Change-Id: I2a44e1e52317c1bf05aa76e07c7bd5283521e02e
This commit is contained in:
Ade Lee 2018-12-13 00:05:49 -05:00
parent 2c0091d23d
commit c75c4c05a1
2 changed files with 2 additions and 2 deletions

View File

@ -382,7 +382,7 @@ class VersionedNotificationEndpoint(NotificationEndpoint):
def main():
register_keystoneauth_opts(CONF)
CONF(sys.argv[1:], version='1.0.21',
CONF(sys.argv[1:], version='1.0.22',
default_config_files=config.find_config_files())
logging.setup(CONF, 'join')

View File

@ -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.21',
CONF(sys.argv[1:], version='1.0.22',
default_config_files=config.find_config_files())
log.setup(CONF, 'join')
launcher = process_launcher()