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: Ib147253ffe59fe909e16809c732affa47d2e7d7a
This commit is contained in:
David Ames 2018-06-11 13:34:53 -07:00
parent 5a7018bf69
commit 4501da1cc0
4 changed files with 5 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
repo: https://github.com/juju/charm-helpers
repo: https://github.com/juju/charm-helpers@stable/18.05
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/18.05
destination: tests/charmhelpers
include:
- contrib.amulet

View File

@ -50,7 +50,7 @@ except pcmk.PropertyNotFound:
class HAClusterBasicDeployment(OpenStackAmuletDeployment):
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(HAClusterBasicDeployment, self).__init__(series, openstack,
source, stable)