mirror of https://github.com/apache/cloudstack.git
Changing the manager
This commit is contained in:
parent
001fc0f7ae
commit
c092b78c47
|
|
@ -34,7 +34,7 @@ import com.cloud.user.Account;
|
|||
import com.cloud.user.User;
|
||||
import com.cloud.utils.Pair;
|
||||
|
||||
@Implementation(method="updateUser", manager=Manager.UserVmManager)
|
||||
@Implementation(method="updateUser", manager=Manager.ManagementServer)
|
||||
public class UpdateUserCmd extends BaseCmd {
|
||||
public static final Logger s_logger = Logger.getLogger(UpdateUserCmd.class.getName());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue