components/openstack/keystone/files/keystone-upgrade
branchs11u2-sru
changeset 4217 631d20122b9c
parent 4156 4b1def16fe9b
child 4314 96c1b7e2e45c
--- a/components/openstack/keystone/files/keystone-upgrade	Wed Apr 29 14:14:32 2015 -0600
+++ b/components/openstack/keystone/files/keystone-upgrade	Wed Apr 29 13:58:24 2015 -0700
@@ -175,6 +175,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)
@@ -205,6 +206,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")