Align update_policy section heading with HOT
Change-Id: I88f864b3a8624deafbf852c9cebe0cbf01f01821
This commit is contained in:
parent
8e8b338f98
commit
80ac4e3b0a
@ -314,7 +314,7 @@ resources:
|
|||||||
def contribute_update_policy(self, parent):
|
def contribute_update_policy(self, parent):
|
||||||
if not self.update_policy_schemata:
|
if not self.update_policy_schemata:
|
||||||
return
|
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(),
|
for prop_key, prop in sorted(self.update_policy_schemata.items(),
|
||||||
self.cmp_prop):
|
self.cmp_prop):
|
||||||
self.contribute_property(section, prop_key, prop)
|
self.contribute_property(section, prop_key, prop)
|
||||||
|
Loading…
Reference in New Issue
Block a user