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: I7dbd1b35ad5ae14b4046f1d82dd43c87c959bfd7
This commit is contained in:
David Ames 2018-11-19 14:20:02 -08:00
parent bb95b67df6
commit f21160cc0c
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -43,7 +43,7 @@ class LXDBasicDeployment(OpenStackAmuletDeployment):
"""Amulet tests on a basic nova compute deployment."""
def __init__(self, series=None, openstack=None, source=None,
stable=False):
stable=True):
"""Deploy the test environment."""
super(LXDBasicDeployment, self).__init__(series, openstack,
source, stable)