~ajkavanagh/openstack-mojo-specs/fix-os-project-id-nova-creds

« back to all changes in this revision

Viewing changes to full_stack/charmhelper_upgrade_ha/juno/manifest

  • Committer: Liam Young
  • Date: 2015-02-08 08:49:02 UTC
  • mto: This revision was merged to the branch mainline in revision 205.
  • Revision ID: liam.young@canonical.com-20150208084902-k69xwramqhi0z125
Fix lint

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
script config=sync_charmhelpers.py
9
9
 
10
10
# Use juju deployer to create the units for the deployment
11
 
deploy config=haphase1.yaml delay=0 target=${MOJO_SERIES}-icehouse
 
11
deploy config=haphase1.yaml delay=0 target=${MOJO_SERIES}-juno
12
12
 
13
13
# Check juju statuses are green and that hooks have finished
14
14
verify config=check_juju.py
17
17
script config=set_vips.py
18
18
 
19
19
# Use juju deployer to add the relations for the deployment
20
 
deploy config=haphase2.yaml delay=0 target=${MOJO_SERIES}-icehouse
 
20
deploy config=haphase2.yaml delay=0 target=${MOJO_SERIES}-juno
21
21
 
22
22
# Check juju statuses are green and that hooks have finished
23
23
verify config=check_juju.py