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: Ie135301985786c6da283816acb69c51a8cdc15d3
This commit is contained in:
David Ames 2019-04-17 14:15:13 -07:00
parent bc1caeef51
commit 0738d8ac26
3 changed files with 4 additions and 2 deletions

View File

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

View File

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

View File

@ -34,7 +34,7 @@ u = OpenStackAmuletUtils(DEBUG)
class SwiftStorageBasicDeployment(OpenStackAmuletDeployment):
"""Amulet tests on a basic swift-storage deployment."""
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(SwiftStorageBasicDeployment, self).__init__(series, openstack,
source, stable)