From 3c1daae75662dcf41bcd1f0def4ffbd9aaaaf53e Mon Sep 17 00:00:00 2001 From: David Ames Date: Thu, 24 Oct 2019 12:28:29 -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: Ibe09c621ebfa74e38e181e9790aa2bea7e8f7b58 --- .gitreview | 2 ++ charm-helpers-hooks.yaml | 2 +- tests/basic_deployment.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitreview b/.gitreview index 91f01782..2e2d99b0 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,5 @@ host=review.opendev.org port=29418 project=openstack/charm-openstack-dashboard.git + +defaultbranch=stable/19.10 diff --git a/charm-helpers-hooks.yaml b/charm-helpers-hooks.yaml index f7973f64..c4419f78 100644 --- a/charm-helpers-hooks.yaml +++ b/charm-helpers-hooks.yaml @@ -1,4 +1,4 @@ -repo: https://github.com/juju/charm-helpers +repo: https://github.com/juju/charm-helpers@stable/19.10 destination: charmhelpers include: - core diff --git a/tests/basic_deployment.py b/tests/basic_deployment.py index b94c5052..12ff832a 100644 --- a/tests/basic_deployment.py +++ b/tests/basic_deployment.py @@ -41,7 +41,7 @@ class OpenstackDashboardBasicDeployment(OpenStackAmuletDeployment): """Amulet tests on a basic openstack-dashboard deployment.""" def __init__(self, series, openstack=None, source=None, - stable=False): + stable=True): """Deploy the entire test environment.""" super(OpenstackDashboardBasicDeployment, self).__init__(series, openstack,