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