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: I9946b3d45a3b4d83a0abffafa8b7af3943b76962
This commit is contained in:
David Ames
2018-11-19 14:21:08 -08:00
parent c88155d17a
commit 8bbf768553
3 changed files with 4 additions and 2 deletions

View File

@@ -2,3 +2,5 @@
host=review.openstack.org
port=29418
project=openstack/charm-nova-cloud-controller.git
defaultbranch=stable/18.11

View File

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

View File

@@ -56,7 +56,7 @@ class NovaCCBasicDeployment(OpenStackAmuletDeployment):
"""Amulet tests on a basic nova cloud controller deployment."""
def __init__(self, series=None, openstack=None, source=None,
stable=False):
stable=True):
"""Deploy the entire test environment."""
super(NovaCCBasicDeployment, self).__init__(series, openstack,
source, stable)