flip amulet to next

This commit is contained in:
Ryan Beisner 2015-07-29 17:23:10 +00:00
parent 0dfedadcc9
commit 3982b918ed

View File

@ -25,7 +25,7 @@ class NeutronGatewayBasicDeployment(OpenStackAmuletDeployment):
"""Amulet tests on a basic neutron-gateway deployment.""" """Amulet tests on a basic neutron-gateway deployment."""
def __init__(self, series, openstack=None, source=None, git=False, def __init__(self, series, openstack=None, source=None, git=False,
stable=True): stable=False):
"""Deploy the entire test environment.""" """Deploy the entire test environment."""
super(NeutronGatewayBasicDeployment, self).__init__(series, openstack, super(NeutronGatewayBasicDeployment, self).__init__(series, openstack,
source, stable) source, stable)