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