← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1716786] [NEW] "idle_timeout" is missing a help string

 

Public bug reported:

When executing 'tox -e genconfig', the following warning is emitted.

----------------------------------------------------------------------------------------
stack@devstack-master:/tmp/nova$ tox -e genconfig
genconfig create: /tmp/nova/.tox/genconfig
genconfig installdeps: -r/tmp/nova/test-requirements.txt
genconfig develop-inst: /tmp/nova
(snipped...)
genconfig runtests: PYTHONHASHSEED='582552523'
genconfig runtests: commands[0] | oslo-config-generator --config-file=etc/nova/nova-config-generator.conf
WARNING:oslo_config.generator:"idle_timeout" is missing a help string
----------------------------------------------------------------------------------------

In generated nova.conf.sample, there is not a help text for
'idle_timeout'.

----------------------------------------------------------------------------------------
(snipped...)
# The SQL mode to be used for MySQL sessions. This option, including the
# default, overrides any server-set SQL mode. To use whatever SQL mode is set by
# the server configuration, set this to no value. Example: mysql_sql_mode=
# (string value)
#mysql_sql_mode = TRADITIONAL

# (integer value)
#idle_timeout = 3600

# Maximum number of SQL connections to keep open in a pool. Setting a value of 0
# indicates no limit. (integer value)
#max_pool_size = <None>
(snipped...)
----------------------------------------------------------------------------------------

Environment:
OS Ubuntu 16.04.3 LTS
nova master(commit f01bda973a59a44f0443fb8ff9d23c3e8395873d)

** Affects: nova
     Importance: Undecided
     Assignee: Takashi NATSUME (natsume-takashi)
         Status: In Progress


** Tags: config

** Changed in: nova
       Status: New => In Progress

-- 
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/1716786

Title:
  "idle_timeout" is missing a help string

Status in OpenStack Compute (nova):
  In Progress

Bug description:
  When executing 'tox -e genconfig', the following warning is emitted.

  ----------------------------------------------------------------------------------------
  stack@devstack-master:/tmp/nova$ tox -e genconfig
  genconfig create: /tmp/nova/.tox/genconfig
  genconfig installdeps: -r/tmp/nova/test-requirements.txt
  genconfig develop-inst: /tmp/nova
  (snipped...)
  genconfig runtests: PYTHONHASHSEED='582552523'
  genconfig runtests: commands[0] | oslo-config-generator --config-file=etc/nova/nova-config-generator.conf
  WARNING:oslo_config.generator:"idle_timeout" is missing a help string
  ----------------------------------------------------------------------------------------

  In generated nova.conf.sample, there is not a help text for
  'idle_timeout'.

  ----------------------------------------------------------------------------------------
  (snipped...)
  # The SQL mode to be used for MySQL sessions. This option, including the
  # default, overrides any server-set SQL mode. To use whatever SQL mode is set by
  # the server configuration, set this to no value. Example: mysql_sql_mode=
  # (string value)
  #mysql_sql_mode = TRADITIONAL

  # (integer value)
  #idle_timeout = 3600

  # Maximum number of SQL connections to keep open in a pool. Setting a value of 0
  # indicates no limit. (integer value)
  #max_pool_size = <None>
  (snipped...)
  ----------------------------------------------------------------------------------------

  Environment:
  OS Ubuntu 16.04.3 LTS
  nova master(commit f01bda973a59a44f0443fb8ff9d23c3e8395873d)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1716786/+subscriptions


Follow ups