mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[openstack] Ensure password sent is of type string
Signed-off-by: Nelvin Driz <nelvindriz@live.com>
This commit is contained in:
parent
8fdf7a8385
commit
9e3716026c
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ module Fog
|
|||
'auth' => {
|
||||
'passwordCredentials' => {
|
||||
'username' => @openstack_username,
|
||||
'password' => @openstack_api_key
|
||||
'password' => @openstack_api_key.to_s
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue