S2S VPN: Add privilege for normal users on list commands

This commit is contained in:
Sheng Yang 2012-07-10 18:57:18 -07:00
parent b407b3beaa
commit 37ab2dd49b
1 changed files with 3 additions and 3 deletions

View File

@ -381,6 +381,6 @@ deleteVpnGateway=com.cloud.api.commands.DeleteVpnGatewayCmd;1
deleteVpnConnection=com.cloud.api.commands.DeleteVpnConnectionCmd;1
updateVpnCustomerGateway=com.cloud.api.commands.UpdateVpnCustomerGatewayCmd;1
resetVpnConnection=com.cloud.api.commands.ResetVpnConnectionCmd;1
listVpnCustomerGateways=com.cloud.api.commands.ListVpnCustomerGatewaysCmd;1
listVpnGateways=com.cloud.api.commands.ListVpnGatewaysCmd;1
listVpnConnections=com.cloud.api.commands.ListVpnConnectionsCmd;1
listVpnCustomerGateways=com.cloud.api.commands.ListVpnCustomerGatewaysCmd;15
listVpnGateways=com.cloud.api.commands.ListVpnGatewaysCmd;15
listVpnConnections=com.cloud.api.commands.ListVpnConnectionsCmd;15