Hi,
I want to achieve something like below in nova.conf
scheduler_available_filters = nova.scheduler.filters.all_filters
scheduler_available_filters = myfilter.MyFilter
I have tried, `nova_config` and `ini_setting` resources, but both of them do not allow duplicates with different exception.
How to achieve the above with puppet in puppet way?
↧