mirror of https://github.com/apache/cloudstack.git
Merge release branch 4.9 to master
* 4.9: FIX issue on preshared key if we disable/enable remote access vpn
This commit is contained in:
commit
8e069ed132
|
|
@ -659,6 +659,7 @@ class CsRemoteAccessVpn(CsDataBag):
|
|||
|
||||
|
||||
secret = CsFile(vpnsecretfilte)
|
||||
secret.empty()
|
||||
secret.addeq(": PSK \"%s\"" %psk)
|
||||
secret.commit()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue