Description of problem: We should have the generic config class where we can set parameters for which there is no specific implementation, like for nova in: https://github.com/openstack/puppet-nova/blob/master/manifests/config.pp#L7 # [*nova_config*] # (optional) Allow configuration of arbitrary Nova configurations. # The value is an hash of nova_config resources. Example: # { 'DEFAULT/foo' => { value => 'fooValue'}, # 'DEFAULT/bar' => { value => 'barValue'} # } # In yaml format, Example: # nova_config: # DEFAULT/foo: # value: fooValue # DEFAULT/bar: # value: barValue Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:0283