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: Ic01496f490b19bfc9c0c23f09d4eda6236583940
This commit is contained in:
@@ -2,3 +2,5 @@
|
|||||||
host=review.opendev.org
|
host=review.opendev.org
|
||||||
port=29418
|
port=29418
|
||||||
project=openstack/charm-neutron-openvswitch.git
|
project=openstack/charm-neutron-openvswitch.git
|
||||||
|
|
||||||
|
defaultbranch=stable/19.10
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
repo: https://github.com/juju/charm-helpers
|
repo: https://github.com/juju/charm-helpers@stable/19.10
|
||||||
destination: hooks/charmhelpers
|
destination: hooks/charmhelpers
|
||||||
include:
|
include:
|
||||||
- core
|
- core
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ class NeutronOVSBasicDeployment(OpenStackAmuletDeployment):
|
|||||||
"""Amulet tests on a basic neutron-openvswitch deployment."""
|
"""Amulet tests on a basic neutron-openvswitch deployment."""
|
||||||
|
|
||||||
def __init__(self, series, openstack=None, source=None,
|
def __init__(self, series, openstack=None, source=None,
|
||||||
stable=False):
|
stable=True):
|
||||||
"""Deploy the entire test environment."""
|
"""Deploy the entire test environment."""
|
||||||
super(NeutronOVSBasicDeployment, self).__init__(series, openstack,
|
super(NeutronOVSBasicDeployment, self).__init__(series, openstack,
|
||||||
source, stable)
|
source, stable)
|
||||||
|
|||||||
Reference in New Issue
Block a user