Updates for stable branch creation

Set defaultbranch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: Ideff9af352263d01f8f8f6fa547fed5c296049c0
This commit is contained in:
James Page 2016-10-13 20:05:06 +01:00
parent 8647170d04
commit adaa8b4c92
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/16.10

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)