~adam-stokes/+junk/contrail-deployer

« back to all changes in this revision

Viewing changes to cloud-sh-contrail/deploy-precise.sh

  • Committer: Robert Ayres
  • Date: 2014-10-16 11:09:23 UTC
  • Revision ID: robert.ayres@canonical.com-20141016110923-of4gzjj41hfzacvl
Add support for deploying under trusty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh -e
2
 
exec ./openstack.sh ./config.sh 2>&1 | tee out.log
 
2
exec ./openstack.sh ./config-precise.sh 2>&1 | tee out.log