~rharding/charms/precise/juju-gui/update-nagios

« back to all changes in this revision

Viewing changes to config/juju-api-improv.conf.template

  • Committer: Rick Harding
  • Date: 2014-01-15 14:50:46 UTC
  • mfrom: (147.1.8 remove-pyjuju)
  • Revision ID: rick.harding@canonical.com-20140115145046-lyh9879k9x8hwb8i
Remove support for PyJuju and rapi from charm.

- Removes the support for running rapi/pyjuju.
- Removes the agent used to communicate with zookeeper.
- Removes anything pertaining to zookeeper.
- Attempts to clean up docs and such to make sense with pure juju-core.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
description "Juju API staging"
2
 
author "Canonical"
3
 
 
4
 
start on runlevel [2345]
5
 
stop on runlevel [!2345]
6
 
 
7
 
setuid ubuntu
8
 
env PYTHONPATH={{juju_dir}}:$PYTHONPATH
9
 
 
10
 
exec /usr/bin/python {{juju_dir}}/improv.py --port {{port}} \
11
 
    -f {{juju_dir}}/{{staging_env}}.json \
12
 
    --secure --keys {{keys}}