Reviewed: https://review.openstack.org/597986 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ad1d9bd66e6a1c3538b426021962470599e480c5 Submitter: Zuul Branch: master
commit ad1d9bd66e6a1c3538b426021962470599e480c5 Author: Takashi NATSUME <[email protected]> Date: Thu Aug 30 13:46:22 2018 +0900 Fix a failure to format config sample A help string of 'enable_consoleauth' is missing in nova/conf/workarounds.py. So formatting sample for enable_consoleauth is failed. This patch fixes it. Change-Id: Iad799099028f15948733451556207e7a77c1517b Closes-Bug: #1789800 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1789800 Title: enable_consoleauth is missing a help string Status in OpenStack Compute (nova): Fix Released Status in OpenStack Compute (nova) rocky series: Confirmed Bug description: The 'enable_consoleauth' config option is missing a help string. nova master (commit 06e5a22bc6ab800f5fea6e676909d16cac7b79a3) stack@devstack-master:/tmp/nova$ tox -e genconfig genconfig create: /tmp/nova/.tox/shared genconfig installdeps: -r/tmp/nova/test-requirements.txt genconfig develop-inst: /tmp/nova (snipped...) genconfig runtests: commands[0] | oslo-config-generator --config-file=etc/nova/nova-config-generator.conf WARNING:oslo_config.generator:"enable_consoleauth" is missing a help string The sample generation is failed in etc/nova/nova.conf.sample. # Warning: Failed to format sample for enable_consoleauth # 'NoneType' object has no attribute 'startswith' To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1789800/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

