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: I5fa931537f42a6a055a2f83854fe1aece135b77b
This commit is contained in:
David Ames 2017-02-23 15:42:00 -05:00
parent 9078f8eb5f
commit ac3eff828b
4 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,6 @@
[gerrit]
host=review.openstack.org
port=29418
project=openstack/charm-ceph-mon.git
project=openstack/charm-ceph-mon.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:
- contrib.amulet

View File

@ -34,7 +34,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)