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: I9eca3be8c55dc8fd9eb92a4bdec65ecd73306a56
This commit is contained in:
David Ames 2018-06-11 13:36:00 -07:00
parent ba5defdcf1
commit 86f151a81f
4 changed files with 5 additions and 3 deletions

View File

@ -2,3 +2,5 @@
host=review.openstack.org
port=29418
project=openstack/charm-neutron-api.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

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