GitHub user kansal opened a pull request:
https://github.com/apache/cloudstack/pull/826
Fixed: Error given when creating VPN user in one network if VR for anâ¦
â¦other network is stopped.
Problem: Adding a VPN user to an IP on an isolated network fails with an
exception if the end-user has two isolated networks and one of them is not in
use (i.e. VR is stopped).
Fix: Presently in the code, all the VR which are not in Running state are
forced to throw error. Added a check for the Stopped and Stopping state
routers. Configurations will be applied to them when they get restarted.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kansal/cloudstack CLOUDSTACK-8853
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/826.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 #826
----
commit dfcb2e17dbd3cb41d21e3dabbcdc30b41233b422
Author: Kshitij Kansal <[email protected]>
Date: 2015-09-15T09:12:29Z
Fixed: Error given when creating VPN user in one network if VR for another
network is stopped
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---