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: I8a5a50d659e29f7c77c83fb80e12464a43c03bbd
This commit is contained in:
James Page 2016-04-21 11:32:03 +01:00
parent 6370c98e55
commit bebac0f154
4 changed files with 4 additions and 3 deletions

View File

@ -2,3 +2,4 @@
host=review.openstack.org
port=29418
project=openstack/charm-keystone.git
defaultbranch=stable/16.04

View File

@ -1,4 +1,4 @@
branch: lp:charm-helpers
branch: lp:~openstack-charmers/charm-helpers/stable
destination: charmhelpers
include:
- core

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

@ -28,7 +28,7 @@ class KeystoneBasicDeployment(OpenStackAmuletDeployment):
"""Amulet tests on a basic keystone deployment."""
def __init__(self, series=None, openstack=None,
source=None, git=False, stable=False):
source=None, git=False, stable=True):
"""Deploy the entire test environment."""
super(KeystoneBasicDeployment, self).__init__(series, openstack,
source, stable)