Closed arnaudmorin closed 8 years ago
I really like this idea! Could you update the README to expose this feature? In particular, I'm wondering if the custom config file replaces the 3 previously loaded files or if it overloads them and hence can still be used to provide defaults
I'll do that
done
LGTM! I'll let you squash + sign. Then Go!
done
This patch provide a way to read custom config file that can be provided on runtime. E.G.: client = ovh.Client(config_file="ovh.custom.conf")
This is useful when you have to switch from multiple config file. At least, this is useful to me :p
Signed-off-by: Arnaud Morin arnaud.morin@corp.ovh.com