1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

Bug #1733: Change onehost update method rights to ADMIN

This commit is contained in:
Carlos Martín 2013-01-17 15:52:02 +01:00
parent 3bfae38f5a
commit c3bbc983ca

View File

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