8e854d7eb8
Correct the version string in setup.cfg for Icehouse. Make ironic/version.py use PBR instead of the stale code that was there. Make ironic/common/config.py properly set the version string so that all CLI commands output it when "--version" is passed. Remove openstack.common.version module which is no longer present in oslo-incubator. Closes-bug: #1294389 Change-Id: I9a7bfe5fc1b79934cf2467d6f8a6c16f41205dbf
37 lines
641 B
Plaintext
37 lines
641 B
Plaintext
[DEFAULT]
|
|
module=cliutils
|
|
module=config
|
|
module=config.generator
|
|
module=context
|
|
module=db
|
|
module=db.sqlalchemy
|
|
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
|
|
module=log
|
|
module=log_handler
|
|
module=loopingcall
|
|
module=network_utils
|
|
module=notifier
|
|
module=periodic_task
|
|
module=policy
|
|
module=processutils
|
|
module=py3kcompat
|
|
module=rpc
|
|
module=service
|
|
module=setup
|
|
module=strutils
|
|
module=timeutils
|
|
module=test
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=ironic
|