From 9bdc4a69aa763d675f322e3bdf4cabf40dcfcb9b Mon Sep 17 00:00:00 2001 From: Nicolas Bock Date: Fri, 4 Dec 2020 07:15:08 -0700 Subject: [PATCH] Add template for testing review or branch This change adds instructions on how to test a Gerrit change or a particular branch. Change-Id: Iae8e7b3803c6e7d7d6f95a1c7a2b02f79373f06e Signed-off-by: Nicolas Bock --- contrib/vagrant/local.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/contrib/vagrant/local.conf b/contrib/vagrant/local.conf index 338b1aa33..2057e153f 100644 --- a/contrib/vagrant/local.conf +++ b/contrib/vagrant/local.conf @@ -16,6 +16,14 @@ HOST_IP=$SERVICE_HOST VERBOSE=True LOG_COLOR=True +# Test a Gerrit Review +# DESIGNATE_REPO=https://review.opendev.org/openstack/designate +# DESIGNATE_BRANCH=refs/changes/41/765541/1 + +# Test a particular branch +# DESIGNATE_REPO=https://opendev.org/openstack/designate.git +# DESIGNATE_BRANCH=stable/stein + # Disable all services except core ones disable_all_services enable_service rabbit mysql key