Updates for stable branch creation

Set defaultbranch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: Ie88ef6de302601145582bcbf19c4eed52a638884
This commit is contained in:
James Page 2016-10-13 19:58:41 +01:00
parent 5dc3cab5ac
commit 2561a2d076
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -26,7 +26,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.