Unfudge tox -e genconfig wrt missing versionutils module

Commit 390fab8da43339e04dae511b5a8bf4a6235cb8ea changed how nova.conf is
generated via the tox genconfig target, however, it fails to load the
'versionutils' namespace entry from nova-config-generator.conf since
nova.openstack.common.versionutils does not exist. The versionutils
module is now in oslo.utils rather than oslo-incubator. That was removed
in commit 2233675941c075c77208ecf379fc439c87d6fc5b.

Closes-Bug: #1469197

Change-Id: Id182469c4072827f987728f4e72933f97c8f1112
This commit is contained in:
Matt Riedemann 2015-06-26 08:28:36 -07:00
parent edd5ad55a9
commit fe0d7e8e3a

View File

@ -13,7 +13,6 @@ namespace = nova.openstack.common.memorycache
namespace = nova.openstack.common.periodic_task
namespace = nova.openstack.common.policy
namespace = nova.openstack.common.sslutils
namespace = nova.openstack.common.versionutils
namespace = oslo.log
namespace = oslo.messaging
namespace = oslo.policy