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: Icab9b3ca35ae04bcfa184ae4bc67a41cdef702fd
This commit is contained in:
David Ames 2017-11-30 13:13:19 -08:00
parent 94dc446c59
commit 908880cf4d
4 changed files with 5 additions and 3 deletions

View File

@ -2,3 +2,5 @@
host=review.openstack.org
port=29418
project=openstack/charm-nova-compute-proxy.git
defaultbranch=stable/17.11

View File

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

View File

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

View File

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