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: I0e0cb56056ab12cde8f65cf5253630d20294b399
This commit is contained in:
David Ames 2017-02-23 15:46:02 -05:00
parent 912d1f75b2
commit 92f3f36109
4 changed files with 4 additions and 3 deletions

View File

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

View File

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

View File

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

View File

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