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: I99cd836f26f7b5acb4c4d4752d6ad891e78081eb
This commit is contained in:
@@ -2,3 +2,5 @@
|
|||||||
host=review.openstack.org
|
host=review.openstack.org
|
||||||
port=29418
|
port=29418
|
||||||
project=openstack/charm-rabbitmq-server.git
|
project=openstack/charm-rabbitmq-server.git
|
||||||
|
|
||||||
|
defaultbranch=stable/18.11
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
destination: charmhelpers
|
destination: charmhelpers
|
||||||
repo: https://github.com/juju/charm-helpers
|
repo: https://github.com/juju/charm-helpers@stable/18.11
|
||||||
include:
|
include:
|
||||||
- fetch
|
- fetch
|
||||||
- core
|
- core
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ class RmqBasicDeployment(OpenStackAmuletDeployment):
|
|||||||
"""Amulet tests on a basic rabbitmq cluster deployment. Verify
|
"""Amulet tests on a basic rabbitmq cluster deployment. Verify
|
||||||
relations, service status, users and endpoint service catalog."""
|
relations, service status, users and endpoint service catalog."""
|
||||||
|
|
||||||
def __init__(self, series=None, openstack=None, source=None, stable=False):
|
def __init__(self, series=None, openstack=None, source=None, stable=True):
|
||||||
"""Deploy the entire test environment."""
|
"""Deploy the entire test environment."""
|
||||||
super(RmqBasicDeployment, self).__init__(series, openstack, source,
|
super(RmqBasicDeployment, self).__init__(series, openstack, source,
|
||||||
stable)
|
stable)
|
||||||
|
|||||||
Reference in New Issue
Block a user