Updates for 18.08 stable branch creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I8a7b9b3af387f50a6cde98387d62e464d10993cc
This commit is contained in:
David Ames 2018-09-05 13:38:04 -07:00
parent 577e0dd782
commit f2ed3c1e84
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.08

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.