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: I5b767d0ed4f9686262003eb1e1ca5201bfe86baa
This commit is contained in:
David Ames 2019-10-24 12:21:57 -07:00
parent ec4bdb67d5
commit dfe6ab8568
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -31,7 +31,7 @@ u = OpenStackAmuletUtils(DEBUG)
class CephFsBasicDeployment(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(CephFsBasicDeployment, self).__init__(series,
openstack,