Point charmhelper sync and amulet tests at stable branches
This commit is contained in:
parent
e00dbd2ad4
commit
e47c5746b8
@ -1,4 +1,4 @@
|
||||
branch: lp:charm-helpers
|
||||
branch: lp:~openstack-charmers/charm-helpers/stable
|
||||
destination: hooks/charmhelpers
|
||||
include:
|
||||
- core
|
||||
|
@ -1,4 +1,4 @@
|
||||
branch: lp:charm-helpers
|
||||
branch: lp:~openstack-charmers/charm-helpers/stable
|
||||
destination: tests/charmhelpers
|
||||
include:
|
||||
- contrib.amulet
|
||||
|
@ -27,7 +27,7 @@ class QuantumGatewayBasicDeployment(OpenStackAmuletDeployment):
|
||||
"""Amulet tests on a basic quantum-gateway deployment."""
|
||||
|
||||
def __init__(self, series, openstack=None, source=None, git=False,
|
||||
stable=False):
|
||||
stable=True):
|
||||
"""Deploy the entire test environment."""
|
||||
super(QuantumGatewayBasicDeployment, self).__init__(series, openstack,
|
||||
source, stable)
|
||||
|
Loading…
x
Reference in New Issue
Block a user