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: I6ded0f44dfd640765b04c953da7c5bf4ed482e5e
This commit is contained in:
David Ames
2017-09-12 11:33:37 -07:00
parent 426f03c576
commit ae03fa1cac
4 changed files with 5 additions and 3 deletions

View File

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

View File

@@ -1,4 +1,4 @@
branch: lp:charm-helpers
branch: lp:~openstack-charmers/charm-helpers/stable
destination: charmhelpers
include:
- core

View File

@@ -1,4 +1,4 @@
branch: lp:charm-helpers
branch: lp:~openstack-charmers/charm-helpers/stable
destination: tests/charmhelpers
include:
- fetch

View File

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