How to display nova (or any other service) configuration
Hi everybody,
I would like to list all the configuration options that a service has. If I take a look at the configuration file of any service, for example /etc/nova/nova.conf, it has just a few lines, but there are a lot of configuration options, that maybe they have a default value.
Is there something like "--print-all-config" ? Or how can I dump all this options and their values.
Thanks.