summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2019-05-06 11:17:56 -0700
committerxudan <xudan16@huawei.com>2019-07-12 02:52:58 -0400
commit7d4456beaf190bbd6bb935325cfe43a1df1c70f2 (patch)
treee80dc20323366a29ff56d0507193e6e85713ecf9 /etc
parent7360cbb9d286d8fac22947ab918a7285fea9d570 (diff)
Update OVP Support Email Address
As the portals have moved from the opnfv.org domain to lfnetworking.org, the support address has changed as well from 'verified' to 'ovp-support'. Change-Id: I341093992e456ac90580b3b96206a402f98bf2d2 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'etc')
-rwxr-xr-xetc/patches/functest/disable-api-validation/apply.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/patches/functest/disable-api-validation/apply.sh b/etc/patches/functest/disable-api-validation/apply.sh
index fefa2555..09ff912e 100755
--- a/etc/patches/functest/disable-api-validation/apply.sh
+++ b/etc/patches/functest/disable-api-validation/apply.sh
@@ -12,7 +12,7 @@ set -e
set -u
# without setting the user, git does not allow to create a commit
-git config --global user.email "verified@opnfv.org"
+git config --global user.email "ovp-support@lfnetworking.org"
git config --global user.name "Dovetail"
cd /src/tempest