
This allows users to configure the image property protections feature[1] using this module. [1] https://docs.openstack.org/glance/latest/admin/property-protections.html Closes-Bug: 2036732 Change-Id: I3b985b2b280e6d2b678078f4430db02dccca657c
9 lines
233 B
Ruby
9 lines
233 B
Ruby
Puppet::Type.type(:glance_property_protections_config).provide(
|
|
:ini_setting,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
|
|
) do
|
|
def self.file_path
|
|
'/etc/glance/property-protections.conf'
|
|
end
|
|
end
|