cloudstack/systemvm/debian
Wei Zhou 81ac9f90ab
vr: fix python exception when configure VRs (#4489)
before
```
root@r-27-VM:/var/cache/cloud# /opt/cloud/bin/configure.py monitor_service.json
ERROR:root:Command 'ip link show eth0 | grep 'state DOWN'' returned non-zero exit status 1
```

with this change
```
root@r-27-VM:/var/cache/cloud# /opt/cloud/bin/configure.py monitor_service.json
root@r-27-VM:/var/cache/cloud#
```
2020-11-23 14:09:40 +05:30
..
etc Merge release branch 4.13 to master 2020-02-29 19:56:07 +01:00
opt/cloud vr: fix python exception when configure VRs (#4489) 2020-11-23 14:09:40 +05:30
root Handle port forward rule check for vpc and non vpc Isolated net… (#3963) 2020-03-13 09:20:42 +01:00
var/www/html CLOUDSTACK-10013: SystemVM codebase refactorings and improvements 2017-12-23 09:22:44 +05:30