Align update_policy section heading with HOT

Change-Id: I88f864b3a8624deafbf852c9cebe0cbf01f01821
This commit is contained in:
Steve Baker 2015-10-05 09:47:42 +13:00
parent 8e8b338f98
commit 80ac4e3b0a

View File

@ -314,7 +314,7 @@ resources:
def contribute_update_policy(self, parent):
if not self.update_policy_schemata:
return
section = self._section(parent, _('UpdatePolicy'), '%s-updpolicy')
section = self._section(parent, _('update_policy'), '%s-updpolicy')
for prop_key, prop in sorted(self.update_policy_schemata.items(),
self.cmp_prop):
self.contribute_property(section, prop_key, prop)