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: Ia1ab35e80d4f2b18c7da98e56821ea6c34b11757
This commit is contained in:
David Ames 2019-04-17 14:13:14 -07:00
parent c491835877
commit 7412017c27
3 changed files with 4 additions and 2 deletions

View File

@ -2,3 +2,5 @@
host=review.openstack.org
port=29418
project=openstack/charm-neutron-gateway.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: hooks/charmhelpers
include:
- core

View File

@ -26,7 +26,7 @@ class NeutronGatewayBasicDeployment(OpenStackAmuletDeployment):
"""Amulet tests on a basic neutron-gateway deployment."""
def __init__(self, series, openstack=None, source=None,
stable=False):
stable=True):
"""Deploy the entire test environment."""
super(NeutronGatewayBasicDeployment, self).__init__(series, openstack,
source, stable)