
The way the patch was sent, it always want to change the magnum uwsgi file on each run. This fixes it. Change-Id: I1f2910686216d3ce3cf6dab41d3bdc7a52606f87
11 lines
219 B
Ruby
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
|