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: If6fc8a7a848eec68fbb678b2c9c0080f9bb7b14b
This commit is contained in:
David Ames 2017-11-30 13:13:28 -08:00
parent 7fb6c4e6fe
commit 34bc4af737
3 changed files with 4 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
repo: https://github.com/juju/charm-helpers
repo: https://github.com/juju/charm-helpers@stable/17.11
destination: tests/charmhelpers
include:
- contrib.amulet

View File

@ -67,7 +67,7 @@ class ODLControllerBasicDeployment(OpenStackAmuletDeployment):
"""Amulet tests on a basic OVS ODL deployment."""
def __init__(self, series, openstack=None, source=None, git=False,
stable=False, odl_version='helium'):
stable=True, odl_version='helium'):
"""Deploy the entire test environment."""
super(ODLControllerBasicDeployment, self).__init__(series, openstack,
source, stable)