Unfudge tox -e genconfig wrt missing versionutils module
Commit390fab8da4changed 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 commit2233675941. Closes-Bug: #1469197 Change-Id: Id182469c4072827f987728f4e72933f97c8f1112
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user