vr: fix python exception when configure VRs#4489
Conversation
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# ```
|
LGTM |
DaanHoogland
left a comment
There was a problem hiding this comment.
change makes sense, but not tested.
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✖centos8 ✔debian. JID-2418 |
|
@blueorangutan test |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-3228)
|
Description
This PR fixes #4474
before
with this change
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?