diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-28 05:57:52 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-28 05:57:53 +0000 |
commit | 1561302e3102d54cf040ae15c5c77471dfa59a59 (patch) | |
tree | c9868c1dedf51d298b868aa01c9b8e1a350bf371 /extraconfig/tasks | |
parent | deb15192411331b52648af315f08813a94e2ed58 (diff) | |
parent | 5cd57aa2d342ca6851f25c65227183a54f16e008 (diff) |
Merge "Don't try to run os-net-config from yum_update.sh" into stable/ocata
Diffstat (limited to 'extraconfig/tasks')
-rwxr-xr-x | extraconfig/tasks/yum_update.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extraconfig/tasks/yum_update.sh b/extraconfig/tasks/yum_update.sh index 4c87373e..3bf72f14 100755 --- a/extraconfig/tasks/yum_update.sh +++ b/extraconfig/tasks/yum_update.sh @@ -97,17 +97,6 @@ return_code=$? echo "$result" echo "yum return code: $return_code" -# Writes any changes caused by alterations to os-net-config and bounces the -# interfaces *before* restarting the cluster. -os-net-config -c /etc/os-net-config/config.json -v --detailed-exit-codes -RETVAL=$? -if [[ $RETVAL == 2 ]]; then - echo "os-net-config: interface configuration files updated successfully" -elif [[ $RETVAL != 0 ]]; then - echo "ERROR: os-net-config configuration failed" - exit $RETVAL -fi - if [[ "$pacemaker_status" == "active" ]] ; then echo "Starting cluster node" pcs cluster start |