Closed aufi closed 5 years ago
Build succeeded.
Travis fail for Ruby 2.5 seems not related to me (other versions pass).
:+1:
Build succeeded.
Added Travis fix with bundler https://github.com/fog/fog-openstack/pull/498
Build succeeded.
Travis is :green_apple:
Thanks for merge :+1:
Could we have a new release with this change? @Ladas @gildub @geemus
Looks like @ladas pushed a release.
When OpenStack User's password was a Number, fog-core coerced it to Numeric type, which caused HTTP 400 failure leading to print request malformed error message including the password.
Value's coercing function from fog-core is a feature and it should not be changed propably, so adding String cast directly to OpenStack provider.
Related to https://bugzilla.redhat.com/show_bug.cgi?id=1723180