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: I1de8bae1e36edb11fc817d8613c0a237ab5643e3
This commit is contained in:
David Ames 2017-09-12 11:26:20 -07:00
parent d8abff370c
commit d4f1f48761
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-softhsm.git
defaultbranch=stable/17.08

View File

@ -26,7 +26,7 @@ u = OpenStackAmuletUtils(DEBUG)
class SoftHSMBasicDeployment(OpenStackAmuletDeployment):
"""Amulet tests on a basic SoftHSM 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.