Updates for stable branch 18.02 creation
Set default branch for git review/gerrit. Switch amulet tests to stable. Switch to using stable charm-helpers branch. Change-Id: I9090dedc002df2f20ba221ebec8e7e748e43c8b5
This commit is contained in:
@@ -2,3 +2,5 @@
|
||||
host=review.openstack.org
|
||||
port=29418
|
||||
project=openstack/charm-swift-proxy.git
|
||||
|
||||
defaultbranch=stable/18.02
|
||||
|
@@ -1,4 +1,4 @@
|
||||
repo: https://github.com/juju/charm-helpers
|
||||
repo: https://github.com/juju/charm-helpers@stable/18.02
|
||||
destination: charmhelpers
|
||||
include:
|
||||
- core
|
||||
|
@@ -1,4 +1,4 @@
|
||||
repo: https://github.com/juju/charm-helpers
|
||||
repo: https://github.com/juju/charm-helpers@stable/18.02
|
||||
destination: tests/charmhelpers
|
||||
include:
|
||||
- fetch
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user