From cbe862603eaa7c08bc926208ba46d5ef927e2658 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 7 Apr 2013 18:24:27 -0400 Subject: Transition from openstack.common.setup to pbr. Declarative approach to packaging, obviates the need for copying files. Also, removes the need for setup.py to import files from the nova module. ./run_tests.sh now ensure's that nova.egg-info/entry_points.txt is up to date before running tests. Change-Id: I7b7a18e065a62491ade54fbed5d8400db1d4e6c7 --- openstack-common.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'openstack-common.conf') diff --git a/openstack-common.conf b/openstack-common.conf index 7a1d16f46..4412c09ac 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -25,7 +25,6 @@ module=policy module=processutils module=rootwrap module=rpc -module=setup module=timeutils module=uuidutils module=version -- cgit