127fc7505c
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
21 lines
365 B
Plaintext
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
|