glance/openstack-common.conf
Chang Bo Guo 127fc7505c Sync units module from olso
There are lots of numeric expressions across some projects, such as
1024*1024 , 1024**3, 1000, 1000000 etc. This patch adds binary and
decimal unit constants. Replacing nummeric experssions with these
constants makes code more readable.

Change-Id: I45fb5a10009f22b1eedb07b3e52f1ce40403b068
2013-11-03 06:25:50 -08:00

21 lines
365 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
module=fileutils
module=gettextutils
module=importutils
module=install_venv_common
module=jsonutils
module=local
module=lockutils
module=log
module=notifier
module=policy
module=strutils
module=timeutils
module=units
module=uuidutils
# The base module to hold the copy of openstack.common
base=glance