Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: I1cc8a2abf46af18d44006485ce06df1e277d1fa3
This commit is contained in:
David Ames 2016-07-28 16:00:35 +02:00
parent 6b9d50e2bd
commit acf15495bf
4 changed files with 4 additions and 3 deletions

View File

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

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:
- contrib.amulet

View File

@ -18,7 +18,7 @@ u = OpenStackAmuletUtils(DEBUG)
class CephBasicDeployment(OpenStackAmuletDeployment):
"""Amulet tests on a basic ceph deployment."""
def __init__(self, series=None, openstack=None, source=None, stable=False):
def __init__(self, series=None, openstack=None, source=None, stable=True):
"""Deploy the entire test environment."""
super(CephBasicDeployment, self).__init__(series, openstack, source,
stable)