fog / fog-openstack

Fog for OpenStack Platform
MIT License
68 stars 130 forks source link

Wrap OpenStack API credentials to string #488

Closed vadimstroganov closed 5 years ago

vadimstroganov commented 5 years ago

Fix it. https://github.com/fog/fog-openstack/issues/487

theopenlab-ci[bot] commented 5 years ago

Build succeeded.

gildub commented 5 years ago

@vadimstroganov,

Thanks for looking into this. I think we could benefit from it across the board by using it at the super level: https://github.com/fog/fog-openstack/blob/master/lib/fog/openstack/core.rb#L42

gildub commented 5 years ago

@vadimstroganov, I looked at this but I don't think this is the right answer for it. We cannot change the options on the fly without having a risk of side effects. If there is an issue with Fog::JSON then we should address it there.