From 09b3f77953e658e431579402ad68e0b4ec6c80d2 Mon Sep 17 00:00:00 2001 From: Boden R Date: Wed, 24 Jul 2019 14:43:48 -0600 Subject: [PATCH] fix gitreview file The current .gitreview file incorrectly points to the openstack namespace for neutron-classifier, but it should be in the 'x' namespace. This patch fixes the issue and also it updates the host for opendev. Change-Id: I8bcb94e232c3bb721be9e8d8a8aeb0ef26fca5cf --- .gitreview | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitreview b/.gitreview index ae0c760..dac68ac 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 -project=openstack/neutron-classifier.git +project=x/neutron-classifier.git