cloudstack/systemvm/debian/opt/cloud/bin/cs
Wei Zhou 1ca9a10912
VR: remove vpn user info when apply vpn users list (#9568)
Prior to this PR
```
root@r-663-VM:/var/cache/cloud# gzip -dk vpn_user_list.json.aae73e2c-32ba-44f3-bf47-426933a67bcb.gz
root@r-663-VM:/var/cache/cloud# /opt/cloud/bin/update_config.py vpn_user_list.json.aae73e2c-32ba-44f3-bf47-426933a67bcb
{'id': 'vpnuserlist', 'test': {'add': True, 'password': 'test', 'user': 'test'}}
{'vpn_users': [{'user': 'test', 'password': 'test', 'add': True}], 'type': 'vpnuserlist', 'delete_from_processed_cache': False}
 line = # Secrets for authentication using CHAP

 line = # client	server	secret			IP addresses

 line =

 line =

 line = test * test *
```

with this PR
```
root@r-663-VM:/var/cache/cloud# gzip -dk vpn_user_list.json.aae73e2c-32ba-44f3-bf47-426933a67bcb.gz
root@r-663-VM:/var/cache/cloud# /opt/cloud/bin/update_config.py vpn_user_list.json.aae73e2c-32ba-44f3-bf47-426933a67bcb
root@r-663-VM:/var/cache/cloud#
```
2024-09-04 11:57:28 +05:30
..
CsAddress.py VR: fix issue between VPC VMs and other Public IPs in the same subnet as additional Public IPs (#8599) 2024-02-13 11:03:40 +05:30
CsApp.py VR: remove apache2 config for removed VPC tiers (#7982) 2023-09-26 15:25:39 +02:00
CsConfig.py network: ipv6 static routes (#5786) 2022-04-25 22:51:32 -03:00
CsDatabag.py VR: fix issue between VPC VMs and other Public IPs in the same subnet as additional Public IPs (#8599) 2024-02-13 11:03:40 +05:30
CsDhcp.py VR: fix dnmasq misconfiguration if there are multiple IP ranges in a shared network (#8741) 2024-04-24 14:51:50 +02:00
CsFile.py VR: remove vpn user info when apply vpn users list (#9568) 2024-09-04 11:57:28 +05:30
CsGuestNetwork.py CLOUDSTACK-10013: SystemVM codebase refactorings and improvements 2017-12-23 09:22:44 +05:30
CsHelper.py prevent duplicate ip table rules in SSVM (#8530) 2024-06-14 09:01:15 +02:00
CsLoadBalancer.py vrouter: reload haproxy when cfg file is updated (#3726) 2020-01-29 16:01:19 +05:30
CsMonitor.py Health check feature for virtual router (#3575) 2020-01-30 12:39:03 +01:00
CsNetfilter.py network: fix event, acl, firewall for ipv6 nw (#6314) 2022-04-26 23:30:44 -03:00
CsProcess.py systemvm: fix proc.find in CsProcess.py (#4413) 2020-10-21 19:21:54 +02:00
CsRedundant.py router: do not restart conntrackd if no guest networks (issue 6702) (#7265) 2023-05-11 12:59:32 +05:30
CsRoute.py network: ipv6 static routes (#5786) 2022-04-25 22:51:32 -03:00
CsRule.py router: Fixes #2789 fix proper mark based packet routing across interfaces (#2791) 2018-08-08 12:05:42 +05:30
CsStaticRoutes.py CLOUDSTACK-10013: SystemVM codebase refactorings and improvements 2017-12-23 09:22:44 +05:30
CsVpcGuestNetwork.py network: ipv6 static routes (#5786) 2022-04-25 22:51:32 -03:00
__init__.py VR: fix logging is not working and logs are not appended to /var/log/cloud.log (#4466) 2020-11-20 10:40:02 +00:00