commit | d0349c8503733f9decaf8e44443ccd0fc80aabbe | [log] [tgz] |
---|---|---|
author | Pavel Glazov <pglazov@mirantis.com> | Thu Oct 18 14:23:13 2018 +0400 |
committer | Pavel Glazov <pglazov@mirantis.com> | Thu Oct 18 12:44:20 2018 +0000 |
tree | 7dbfdad2e7d4f4d69de8e51d986c5c2f72aecc2b | |
parent | 0fd1f9c71f01802d84eaf02088d198428d5eba23 [diff] [blame] |
[newton] WORKAROUND PROD-23354 - delete when merged https://gerrit.mcp.mirantis.com/#/c/26620/ Change-Id: I15e04a9f0aece07ee0dcc86d2f75d5a459a8d4fa
diff --git a/tcp_tests/templates/cookied-mcp-newton-ovs/openstack.yaml b/tcp_tests/templates/cookied-mcp-newton-ovs/openstack.yaml index ac225a5..52c0fdb 100644 --- a/tcp_tests/templates/cookied-mcp-newton-ovs/openstack.yaml +++ b/tcp_tests/templates/cookied-mcp-newton-ovs/openstack.yaml
@@ -217,3 +217,9 @@ node_name: {{ HOSTNAME_CFG01 }} retry: {count: 1, delay: 30} skip_fail: false + +- description: WORKAROUND PROD-23354 + cmd: sed -n 's/max_microversion = 2.42/max_microversion = 2.38/;w /var/log/lvm_mcp_newton.conf' /var/log/lvm_mcp.conf + node_name: {{ HOSTNAME_GTW01 }} + retry: {count: 1, delay: 30} + skip_fail: false