Skip to content

Commit

Permalink
Remove unused openstack.common modules
Browse files Browse the repository at this point in the history
They are not used in horizon code base and out-of-date for a long time.
It is time to remove them.
- notifier and rpc graduated oslo-incubator and are distirubted as a
  separate module (oslo.messaging).
- uuidutils is now deprecated in oslo and standard uuid module is
  recommended to use.
- For other modules, we can re-add them if they becomes needed.

Partial-Bug: #1296337
Change-Id: I7cb569954384fd39e9f91316f5e22ca63f4a00ee
  • Loading branch information
amotoki authored and openstack-gerrit committed Apr 2, 2014
1 parent f4282f7 commit b8b8bff
Show file tree
Hide file tree
Showing 32 changed files with 7 additions and 6,762 deletions.
13 changes: 7 additions & 6 deletions openstack-common.conf
@@ -1,13 +1,14 @@
[DEFAULT]
module=config
module=eventlet_backdoor
module=excutils
module=fileutils
module=gettextutils
module=importutils
module=jsonutils
module=install_venv
module=notifier
module=local
module=log
module=policy
module=rpc
module=service
module=threadgroup
module=timeutils
module=with_venv

base=openstack_dashboard
Empty file.
253 changes: 0 additions & 253 deletions openstack_dashboard/openstack/common/config/generator.py

This file was deleted.

82 changes: 0 additions & 82 deletions openstack_dashboard/openstack/common/context.py

This file was deleted.

0 comments on commit b8b8bff

Please sign in to comment.