~corey.bryant/charms/trusty/neutron-gateway/fix-global-reqs

« back to all changes in this revision

Viewing changes to templates/git/upstart/neutron-agent.upstart

  • Committer: james.page at ubuntu
  • Date: 2015-06-10 14:09:04 UTC
  • mfrom: (103.2.34 neutron-gateway)
  • Revision ID: james.page@ubuntu.com-20150610140904-ys7u0pyicqb70n7c
Update for deploy from source:

Use python venv for install
Clone git repos with depth=1 for speed

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  fi
19
19
end script
20
20
 
21
 
exec start-stop-daemon --start --chuid neutron --exec /usr/local/bin/{{ process_name }} -- \
 
21
exec start-stop-daemon --start --chuid neutron --exec {{ executable_name }} -- \
22
22
     {% for config_file in config_files -%}
23
23
     --config-file={{ config_file }} \
24
24
     {% endfor -%}