1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-25 06:03:36 +03:00

feature #286: Missing declaration for xml-rpc method.

This commit is contained in:
Carlos Martín 2010-07-21 11:31:40 +02:00 committed by Ruben S. Montero
parent 1d1e0ea686
commit 841f6c416d

View File

@ -358,6 +358,7 @@ void RequestManager::register_xml_methods()
RequestManagerRegistry.addMethod("one.user.allocate", user_allocate);
RequestManagerRegistry.addMethod("one.user.delete", user_delete);
RequestManagerRegistry.addMethod("one.user.passwd", user_change_password);
RequestManagerRegistry.addMethod("one.userpool.info", userpool_info);