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: Ia61564f598dec2f86d585f705d15d2eed1f5bc27
This commit is contained in:
David Ames 2017-09-12 11:30:30 -07:00
parent f6398d7d65
commit faa3ae81ba
3 changed files with 4 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
branch: lp:charm-helpers
branch: lp:~openstack-charmers/charm-helpers/stable
destination: tests/charmhelpers
include:
- contrib.amulet

View File

@ -45,7 +45,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)