Searched refs:new_key (Results 1 - 1 of 1) sorted by relevance
| /solaris-userland/components/openstack/common/files/ |
| H A D | openstack_common.py | 158 new_section, new_key = update_mapping(old_section, old_key, 160 if new_section is None and new_key is None: 166 new_section, new_key = old_section, old_key 170 if (new_section, new_key) in exception_list: 175 (new_section, new_key, value) 176 new.set(new_section, new_key, value) 185 new_value = new.get(new_section, new_key) 197 if not new.has_option(new_section, new_key) or \ 198 '%SERVICE' in new.get(new_section, new_key): 199 new.set(new_section, new_key, valu [all...] |
Completed in 35 milliseconds