mirror of https://github.com/apache/cloudstack.git
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#
```
|
||
|---|---|---|
| .. | ||
| CsAddress.py | ||
| CsApp.py | ||
| CsConfig.py | ||
| CsDatabag.py | ||
| CsDhcp.py | ||
| CsFile.py | ||
| CsGuestNetwork.py | ||
| CsHelper.py | ||
| CsLoadBalancer.py | ||
| CsMonitor.py | ||
| CsNetfilter.py | ||
| CsProcess.py | ||
| CsRedundant.py | ||
| CsRoute.py | ||
| CsRule.py | ||
| CsStaticRoutes.py | ||
| CsVpcGuestNetwork.py | ||
| __init__.py | ||