Update importutils and openstack-common.conf format

THe patch updates the importutils module and uses a per-line module
specification instead of the old modules= options.

Change-Id: Ieb28780bb9034fd61942305ff1eec21b3637027a
This commit is contained in:
Flaper Fesp
2013-05-22 11:00:00 +02:00
parent 2a56a32edb
commit 9e515245a3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2011 OpenStack LLC.
# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@@ -1,7 +1,7 @@
[DEFAULT]
# The list of modules to copy from openstack-common
modules=importutils
module=importutils
# The base module to hold the copy of openstack.common
base=glanceclient