~ubuntu-branches/ubuntu/trusty/juju/trusty

« back to all changes in this revision

Viewing changes to juju/providers/common/tests/data/cloud_init_branch

  • Committer: Clint Byrum
  • Date: 2012-01-23 18:16:35 UTC
  • mfrom: (1.1.4)
  • Revision ID: clint@ubuntu.com-20120123181635-epogr1dvjmk53l0h
* New upstream snapshot.
  - Fixed regression with twisted 11.1 (LP: #917954)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
machine-data: {juju-provider-type: dummy, juju-zookeeper-hosts: 'cotswold:2181,longleat:2181',
7
7
  machine-id: passport}
8
8
output: {all: '| tee -a /var/log/cloud-init-output.log'}
9
 
packages: [bzr, byobu, tmux, python-setuptools, python-twisted, python-argparse, python-txaws,
 
9
packages: [bzr, byobu, tmux, python-setuptools, python-twisted, python-txaws,
10
10
  python-zookeeper]
11
11
runcmd: [sudo apt-get install -y python-txzookeeper, sudo mkdir -p /usr/lib/juju,
12
12
  'cd /usr/lib/juju && sudo /usr/bin/bzr co lp:blah/juju/blah-blah juju',