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: Ia80c1e591bbd2c36d7cab1b4143e80bfb08fd9a1
This commit is contained in:
David Ames 2018-06-11 13:32:10 -07:00
parent f723c19442
commit 9005e54fbb
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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,
keystone_version='2'):
"""Deploy the entire test environment.