cloudstack/systemvm/debian/opt/cloud
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
..
bin vr: fix python exception when configure VRs (#4489) 2020-11-23 14:09:40 +05:30
templates CLOUDSTACK-9114: Reduce VR downtime during network restart (#2508) 2018-05-11 12:48:07 +05:30
testdata CLOUDSTACK-10013: SystemVM codebase refactorings and improvements 2017-12-23 09:22:44 +05:30