~openstack-charmers/charms/trusty/hacluster/trunk

« back to all changes in this revision

Viewing changes to tests/basic_deployment.py

  • Committer: David Ames
  • Date: 2016-07-28 14:03:39 UTC
  • Revision ID: david.ames@canonical.com-20160728140339-hz65hi1d1ke7d2rh
Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: I8fdf534dc53589cb0e23ef52e649e8a828f094d7

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
class HAClusterBasicDeployment(OpenStackAmuletDeployment):
40
40
 
41
 
    def __init__(self, series=None, openstack=None, source=None, stable=False):
 
41
    def __init__(self, series=None, openstack=None, source=None, stable=True):
42
42
        """Deploy the entire test environment."""
43
43
        super(HAClusterBasicDeployment, self).__init__(series, openstack,
44
44
                                                       source, stable)