mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[OpenStack] fixes wrong method name
This commit is contained in:
parent
eaaf335870
commit
b76adf700d
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ module Fog
|
||||||
|
|
||||||
def change_password(admin_password)
|
def change_password(admin_password)
|
||||||
requires :id
|
requires :id
|
||||||
connection.change_password_server(id, admin_password)
|
connection.change_server_password(id, admin_password)
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue