1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-29 18:50:08 +03:00

F #6239: Fix sg-attach (#2645)

This commit is contained in:
Pavel Czerný 2023-06-21 16:16:05 +02:00 committed by GitHub
parent 167e25077a
commit e398a9201a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,7 +215,7 @@ int VMActions::set_auth_ops(const string& ops_str,
ops_set.set(SCHED_UPDATE_ACTION);
ops_set.set(SCHED_DELETE_ACTION);
}
else if ( the_op == "security-group" )
else if ( the_op == "sg-attach" )
{
ops_set.set(SG_ATTACH_ACTION);
ops_set.set(SG_DETACH_ACTION);