1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-06 12:58:18 +03:00

bug #2492: Host rename requires ADMIN rights

This commit is contained in:
Ruben S. Montero 2013-11-23 18:56:41 +01:00
parent 682f24bafd
commit 9eba97912c

View File

@ -264,6 +264,8 @@ public:
Nebula& nd = Nebula::instance();
pool = nd.get_hpool();
auth_object = PoolObjectSQL::HOST;
auth_op = AuthRequest::ADMIN;
};
~HostRename(){};