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: Ibc7741e7bcfebf64674cd66d1cf0acaf3b104bdf
This commit is contained in:
David Ames 2018-11-19 14:20:11 -08:00
parent 0ed21fa693
commit 0e70aec793
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.git
defaultbranch=stable/18.11

View File

@ -26,7 +26,7 @@ class ManilaBasicDeployment(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):
"""Deploy the entire test environment.
"""
super(ManilaBasicDeployment, self).__init__(