From fe0d7e8e3ac2a8723e4eb6040b21c986c8dcbd9c Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 26 Jun 2015 08:28:36 -0700 Subject: [PATCH] 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 --- etc/nova/nova-config-generator.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/nova/nova-config-generator.conf b/etc/nova/nova-config-generator.conf index 698a671eea..9e2a54104f 100644 --- a/etc/nova/nova-config-generator.conf +++ b/etc/nova/nova-config-generator.conf @@ -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