Files
Thomas Goirand b8fba23ef3 uwsgi_config: Use init_setting, not openstacksetting
The way the patch was sent, it always want to change the magnum uwsgi
file on each run. This fixes it.

Change-Id: I1f2910686216d3ce3cf6dab41d3bdc7a52606f87
2021-07-12 10:03:22 +02:00

11 lines
219 B
Ruby

Puppet::Type.type(:magnum_api_uwsgi_config).provide(
:ini_setting,
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
) do
def self.file_path
'/etc/magnum/magnum-api-uwsgi.ini'
end
end