gophercloud / utils

Apache License 2.0
20 stars 55 forks source link

Allow Custom YAML Loading #93

Closed jtopjian closed 5 years ago

jtopjian commented 5 years ago

It's currently not possible to customize the way YAML files are loaded. We should provide this capability through an interface to allow devs/users to be able to extend/modify the way the files are loaded.

jtopjian commented 5 years ago

Implemented in #94