From c736ccc214d9f48a7f288c4ca3a1b8a808929985 Mon Sep 17 00:00:00 2001 From: David Ames Date: Thu, 24 Oct 2019 12:21:08 -0700 Subject: [PATCH] Updates for stable branch creation Set default branch for git review/gerrit. Switch amulet tests to stable. Switch to using stable charm-helpers branch. Change-Id: I7ca47c8ff68a8a8c8bcbd6c3ad523ddc7d852409 --- .gitreview | 2 ++ src/tests/basic_deployment.py | 2 +- src/wheelhouse.txt | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitreview b/.gitreview index e9687d6..6186e31 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,5 @@ host=review.opendev.org port=29418 project=openstack/charm-barbican.git + +defaultbranch=stable/19.10 diff --git a/src/tests/basic_deployment.py b/src/tests/basic_deployment.py index e78f07c..d95f727 100644 --- a/src/tests/basic_deployment.py +++ b/src/tests/basic_deployment.py @@ -19,7 +19,7 @@ u = OpenStackAmuletUtils(DEBUG) class BarbicanBasicDeployment(OpenStackAmuletDeployment): """Amulet tests on a basic Barbican deployment.""" - def __init__(self, series, openstack=None, source=None, stable=False): + def __init__(self, series, openstack=None, source=None, stable=True): """Deploy the entire test environment. """ super(BarbicanBasicDeployment, self).__init__( diff --git a/src/wheelhouse.txt b/src/wheelhouse.txt index 17c1230..f01d294 100644 --- a/src/wheelhouse.txt +++ b/src/wheelhouse.txt @@ -1,3 +1,5 @@ jinja2 psutil + +git+https://opendev.org/openstack/charms.openstack.git@stable/19.10#egg=charms.openstack