Author: arkurth
Date: Thu Apr 26 14:32:47 2012
New Revision: 1330872
URL: http://svn.apache.org/viewvc?rev=1330872&view=rev
Log:
VCL-463
Updated DataStructure.pm server_allow_list subroutine mapping to not overwrite
the user unityid value.
Modified:
incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm
Modified: incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm?rev=1330872&r1=1330871&r2=1330872&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm Thu Apr 26
14:32:47 2012
@@ -397,7 +397,7 @@ $SUBROUTINE_MAPPINGS{server_request_fixe
$SUBROUTINE_MAPPINGS{server_request_admingroupid} =
'$self->request_data->{reservation}{RESERVATION_ID}{serverrequest}{admingroupid}';
$SUBROUTINE_MAPPINGS{server_request_logingroupid} =
'$self->request_data->{reservation}{RESERVATION_ID}{serverrequest}{logingroupid}';
$SUBROUTINE_MAPPINGS{server_request_monitored} =
'$self->request_data->{reservation}{RESERVATION_ID}{serverrequest}{monitored}';
-$SUBROUTINE_MAPPINGS{server_allow_users} =
'$self->request_data->{user}{unityid}';
+$SUBROUTINE_MAPPINGS{server_allow_users} =
'$self->request_data->{reservation}{RESERVATION_ID}{serverrequest}{ALLOW_USERS}';
$SUBROUTINE_MAPPINGS{imagerevision_comments} =
'$self->request_data->{reservation}{RESERVATION_ID}{imagerevision}{comments}';
$SUBROUTINE_MAPPINGS{imagerevision_date_created} =
'$self->request_data->{reservation}{RESERVATION_ID}{imagerevision}{datecreated}';