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: I19413e6b34481ff346f9b27c4567e87c488dbec4
This commit is contained in:
David Ames
2019-10-24 12:23:48 -07:00
parent c0a11631c5
commit 3bd05751c5
3 changed files with 5 additions and 1 deletions

View File

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

View File

@@ -36,7 +36,7 @@ class DesignateBindDeployment(amulet_deployment.OpenStackAmuletDeployment):
TEST_WWW_RECORD = "www.{}".format(TEST_DOMAIN)
TEST_RECORD = {TEST_WWW_RECORD: '10.0.0.23'}
def __init__(self, series, openstack=None, source=None, stable=False):
def __init__(self, series, openstack=None, source=None, stable=True):
"""Deploy the entire test environment."""
super(DesignateBindDeployment, self).__init__(series, openstack,
source, stable)

View File

@@ -1,3 +1,5 @@
jinja2
psutil
git+https://opendev.org/openstack/charms.openstack.git@stable/19.10#egg=charms.openstack