Add missing dependent module gettextutils
gettextutils was used in novaclient, but wasn't recorded. This patch also let the modules in alphabetical order. Change-Id: I725c3e8be126b8acd5e42ccaca776f57235ecdc7
This commit is contained in:
@@ -1,15 +1,16 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
|
||||||
# The list of modules to copy from openstack-common
|
# The list of modules to copy from oslo-incubator
|
||||||
|
module=apiclient
|
||||||
|
module=cliutils
|
||||||
|
module=gettextutils
|
||||||
module=install_venv_common
|
module=install_venv_common
|
||||||
|
module=importutils
|
||||||
module=jsonutils
|
module=jsonutils
|
||||||
|
module=network_utils
|
||||||
module=strutils
|
module=strutils
|
||||||
module=timeutils
|
module=timeutils
|
||||||
module=uuidutils
|
module=uuidutils
|
||||||
module=apiclient
|
|
||||||
module=importutils
|
|
||||||
module=cliutils
|
|
||||||
module=network_utils
|
|
||||||
|
|
||||||
# The base module to hold the copy of openstack.common
|
# The base module to hold the copy of openstack.common
|
||||||
base=novaclient
|
base=novaclient
|
||||||
|
Reference in New Issue
Block a user