GitHub user kansal opened a pull request: https://github.com/apache/cloudstack/pull/941
CLOUDSTACK-8961: Changes related to the UI of VPN Users management. The current VPN uses are added in the VPN tab inside the public IP after the VPN is enabled. For each network(for which VPN is supported and enabled), the VPN users are shared. As the Cloudstack doc says â The account owner can create and manage users for their VPN. CloudStack does not use its account database for this purpose but uses a separate table. The VPN user database is shared across all the VPNs created by the account owner. All VPN users get access to all VPNs created by the account owner.â The current implementation of going inside each network and adding VPN users give a first feel as if the users are network based. To fix this, Shifted the VPN users to networks tab views. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kansal/cloudstack CLOUDSTACK-8961 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/941.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #941 ---- commit b89fe3b61b6f47756120979ed1b78e5fe69963a2 Author: Kshitij Kansal <kansa...@gmail.com> Date: 2015-10-13T07:26:24Z CLOUDSTACK-8961: Changes related to the UI of VPN Users management. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---