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: I71ba7d1b20b38445ae59909f348b5b543492abc1
This commit is contained in:
David Ames 2017-02-23 15:47:47 -05:00
parent 35be5a7b00
commit 049614f289
2 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,4 @@
host=review.openstack.org
port=29418
project=openstack/charm-neutron-api-odl.git
defaultbranch=stable/17.02

View File

@ -45,7 +45,7 @@ class NeutronAPIODLBasicDeployment(OpenStackAmuletDeployment):
"""Amulet tests on a basic neutron-openvswtich 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(NeutronAPIODLBasicDeployment, self).__init__(series, openstack,
source, stable)