fog / fog-core

fog's core, shared behaviors without API and provider specifics
MIT License
45 stars 95 forks source link

Auto coerce name key in config into string #254

Closed nicolasleger closed 4 years ago

nicolasleger commented 4 years ago

Currently if the name of the project is like a number like 123 for example, passing "123" as openstack_project_name option will not return an error from the remote OpenStack server. Because it is auto coerced into integer and not string.

This patch forces openstack_project_name and alike params to be string.