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: I493c9a23fa8f3cfdff259013c1338afeba921d4e
This commit is contained in:
David Ames 2018-06-11 13:35:50 -07:00
parent b1a0489f2e
commit 8cf4770f41
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -27,7 +27,7 @@ class ManilaGenericBasicDeployment(OpenStackAmuletDeployment):
A functional test will be performed by a mojo or tempest test.
"""
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.
"""