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: Ie5e48ef63411be9c32273246389fccffc66e1f9f
This commit is contained in:
David Ames 2017-11-30 13:09:10 -08:00
parent 9d095b31d9
commit 12786a6eb8
4 changed files with 5 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
repo: https://github.com/juju/charm-helpers
repo: https://github.com/juju/charm-helpers@stable/17.11
destination: hooks/charmhelpers
include:
- core

View File

@ -1,4 +1,4 @@
repo: https://github.com/juju/charm-helpers
repo: https://github.com/juju/charm-helpers@stable/17.11
destination: tests/charmhelpers
include:
- contrib.amulet

View File

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