Updates for stable branch 18.02 creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: Ibf4c4fd66bb5b5340af0a4959f86524229199d4e
This commit is contained in:
David Ames 2018-03-08 18:07:44 +01:00
parent bf84218e31
commit 84dd9cde8d
4 changed files with 5 additions and 3 deletions

View File

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

View File

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

View File

@ -21,7 +21,7 @@ class BasicDeployment(OpenStackAmuletDeployment):
utils = AmuletUtils()
def __init__(self, vip=None, units=1, series="trusty", openstack=None,
source=None, stable=False):
source=None, stable=True):
super(BasicDeployment, self).__init__(series, openstack, source,
stable)
self.units = units