~james-page/charms/trusty/glance/lp1531102-trunk

« back to all changes in this revision

Viewing changes to tests/basic_deployment.py

[beisner,r=corey.bryant] Point charmhelper sync and amulet tests at stable branches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    delete new image."""
30
30
 
31
31
    def __init__(self, series=None, openstack=None, source=None, git=False,
32
 
                 stable=False):
 
32
                 stable=True):
33
33
        """Deploy the entire test environment."""
34
34
        super(GlanceBasicDeployment, self).__init__(series, openstack,
35
35
                                                    source, stable)