diff options
author | Ghe Rivero <ghe.rivero@hp.com> | 2014-04-28 11:06:11 +0200 |
---|---|---|
committer | Ghe Rivero <ghe.rivero@hp.com> | 2014-04-28 13:59:33 +0200 |
commit | 84c7fc5e808fae4edf50934ce5b34489b9f2e455 (patch) | |
tree | b6d9aab852d13aafd7b9ae17aef322869fed4e22 /openstack-common.conf | |
parent | 872aabbda5305cd0cec34b5f5eb72b2144ec0877 (diff) | |
download | ironic-84c7fc5e808fae4edf50934ce5b34489b9f2e455.tar.gz |
Clean oslo dependencies files
Modules py3kcompat, flakes, test and setup are no longer available
or needed.
The modules install_venv_common and config are now synced as scripts.
Change-Id: I2da06cb3599c6ba2ec736789d48679d38d4150c6
Diffstat (limited to 'openstack-common.conf')
-rw-r--r-- | openstack-common.conf | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/openstack-common.conf b/openstack-common.conf index 6a5b4de88..1f00ecb8d 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,6 +1,5 @@ [DEFAULT] module=cliutils -module=config module=config.generator module=context module=db @@ -9,10 +8,8 @@ module=db.sqlalchemy.migration_cli module=eventlet_backdoor module=excutils module=fileutils -module=flakes module=gettextutils module=importutils -module=install_venv_common module=jsonutils module=local module=lockutils @@ -22,12 +19,14 @@ module=network_utils module=periodic_task module=policy module=processutils -module=py3kcompat module=service -module=setup module=strutils module=timeutils -module=test + +# Tools +script=tools/install_venv_common.py +script=tools/config/generate_sample.sh +script=tools/config/check_uptodate.sh # The base module to hold the copy of openstack.common base=ironic |