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
This commit is contained in:
David Ames 2019-10-24 12:28:29 -07:00
parent dda4bddce2
commit 3c1daae756
3 changed files with 4 additions and 2 deletions

View File

@ -2,3 +2,5 @@
host=review.opendev.org
port=29418
project=openstack/charm-openstack-dashboard.git
defaultbranch=stable/19.10

View File

@ -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

View File

@ -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,