Files
puppet-nova/lib/puppet/provider/novajoin_config/ini_setting.rb
Ade Lee 57e3f661ff Add novajoin class
In this commit, we add the puppet module for a new
nova metadata micro-service (novajoin) that allows nova
instances to be registered to a FreeIPA server as IPA clients.

Implements: blueprint novajoin
Change-Id: I5ffa45bdc400e123079c79e15776ebacdcb24de9
2017-01-06 12:12:16 -05:00

11 lines
198 B
Ruby

Puppet::Type.type(:novajoin_config).provide(
:ini_setting,
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
) do
def self.file_path
'/etc/nova/join.conf'
end
end