components/openstack/glance/files/glance-upgrade
changeset 4181 3ac4ce913bec
parent 4049 150852e281c4
child 4287 aba3ed31b37a
--- a/components/openstack/glance/files/glance-upgrade	Wed Apr 22 13:06:06 2015 -0700
+++ b/components/openstack/glance/files/glance-upgrade	Thu Apr 23 14:20:50 2015 -0600
@@ -172,6 +172,7 @@
         for key, value in section_items:
             # keep a copy of the old value
             oldvalue = value
+            oldsection = section
 
             if mapping is not None:
                 section, key = update_mapping(section, key, mapping)
@@ -202,6 +203,7 @@
             if not new.has_option(section, key) or \
                '%SERVICE' in new.get(section, key):
                 new.set(section, key, value)
+            section = oldsection
 
     # copy the old conf file to a backup
     today = datetime.now().strftime("%Y%m%d%H%M%S")