From 9e515245a30ea14f343ab54444f51dbf2d75d8a2 Mon Sep 17 00:00:00 2001 From: Flaper Fesp Date: Wed, 22 May 2013 11:00:00 +0200 Subject: [PATCH] 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 --- glanceclient/openstack/common/importutils.py | 2 +- openstack-common.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/glanceclient/openstack/common/importutils.py b/glanceclient/openstack/common/importutils.py index 9dec764f..3bd277f4 100644 --- a/glanceclient/openstack/common/importutils.py +++ b/glanceclient/openstack/common/importutils.py @@ -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 diff --git a/openstack-common.conf b/openstack-common.conf index f5107f5e..c0a8057c 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -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