1
0
Fork 0
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:
Ohad Levy 2012-09-05 15:16:42 +03:00 committed by Ohad Levy
parent eaaf335870
commit b76adf700d

View file

@ -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