~hopem/charms/trusty/nova-cloud-controller/grizzly

« back to all changes in this revision

Viewing changes to tests/basic_deployment.py

[beisner,r=james-page] Resync helpers, switch to next branches for testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
)
14
14
 
15
15
# Use DEBUG to turn on debug logging
16
 
u = OpenStackAmuletUtils(ERROR)
 
16
u = OpenStackAmuletUtils(DEBUG)
17
17
 
18
18
 
19
19
class NovaCCBasicDeployment(OpenStackAmuletDeployment):
20
20
    """Amulet tests on a basic nova cloud controller deployment."""
21
21
 
22
 
    def __init__(self, series=None, openstack=None, source=None, stable=True):
 
22
    def __init__(self, series=None, openstack=None, source=None, stable=False):
23
23
        """Deploy the entire test environment."""
24
24
        super(NovaCCBasicDeployment, self).__init__(series, openstack, source, stable)
25
25
        self._add_services()