Public bug reported: Description =========== When i use `tox -egenconfig` to generate nova.conf, many configurations are not in nova.conf. Only include: # egrep -v "^#|^$" nova.conf.sample [DEFAULT] [oslo_concurrency] [profiler]
Steps to reproduce ================== * Git clong nova source code * tox -egenconfig * check etc/nova/nova.conf.sample Expected result =============== Got whole configurations in nova.conf Actual result ============= Only # egrep -v "^#|^$" nova.conf.sample [DEFAULT] [oslo_concurrency] [profiler] Environment =========== # git log commit a8e992b1057a3c0c56478baaf6f090aad87438d4 Merge: 8ef3d25 d6c1f6a Author: Zuul <[email protected]> Date: Fri Jan 4 23:28:29 2019 +0000 Merge "libvirt: Add workaround to cleanup instance dir when using rbd" ** Affects: nova Importance: Undecided Status: New -- 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/1810656 Title: Missing some configurations when genconfig Status in OpenStack Compute (nova): New Bug description: Description =========== When i use `tox -egenconfig` to generate nova.conf, many configurations are not in nova.conf. Only include: # egrep -v "^#|^$" nova.conf.sample [DEFAULT] [oslo_concurrency] [profiler] Steps to reproduce ================== * Git clong nova source code * tox -egenconfig * check etc/nova/nova.conf.sample Expected result =============== Got whole configurations in nova.conf Actual result ============= Only # egrep -v "^#|^$" nova.conf.sample [DEFAULT] [oslo_concurrency] [profiler] Environment =========== # git log commit a8e992b1057a3c0c56478baaf6f090aad87438d4 Merge: 8ef3d25 d6c1f6a Author: Zuul <[email protected]> Date: Fri Jan 4 23:28:29 2019 +0000 Merge "libvirt: Add workaround to cleanup instance dir when using rbd" To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1810656/+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

