~fginther/charms/trusty/adt-cloud-worker/remove-uci-nova-copy

« back to all changes in this revision

Viewing changes to hooks/services.py

  • Committer: Francis Ginther
  • Date: 2015-04-27 19:03:16 UTC
  • Revision ID: francis.ginther@canonical.com-20150427190316-vlw147zvfhmpljjt
Remove special handeling of uci-nova.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
                actions.install_python_packages,
21
21
                actions.get_config_file,
22
22
                actions.create_user,
23
 
                actions.install_adt_uci_nova,
24
23
                helpers.render_template(
25
24
                    source='upstart.conf',
26
25
                    target='/etc/init/adt-cloud-worker.conf'),