Merge lp:~fginther/charms/trusty/adt-cloud-worker/remove-uci-nova-copy into lp:~canonical-ci-engineering/charms/trusty/adt-cloud-worker/trunk

Proposed by Francis Ginther
Status: Merged
Approved by: Celso Providelo
Approved revision: 18
Merged at revision: 18
Proposed branch: lp:~fginther/charms/trusty/adt-cloud-worker/remove-uci-nova-copy
Merge into: lp:~canonical-ci-engineering/charms/trusty/adt-cloud-worker/trunk
Diff against target: 29 lines (+0/-8)
2 files modified
hooks/actions.py (+0/-7)
hooks/services.py (+0/-1)
To merge this branch: bzr merge lp:~fginther/charms/trusty/adt-cloud-worker/remove-uci-nova-copy
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+257567@code.launchpad.net

Commit message

Remove special handeling of uci-nova.

Description of the change

Remove special handeling of uci-nova.

Requires changes to lp:adt-cloud-worker first.

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'hooks/actions.py'
--- hooks/actions.py 2015-04-22 02:54:30 +0000
+++ hooks/actions.py 2015-04-27 19:09:00 +0000
@@ -57,13 +57,6 @@
57 adduser('acw-worker')57 adduser('acw-worker')
5858
5959
60def install_adt_uci_nova(service_name):
61 hookenv.log('Attempting to install "uci-nova" autopkgtest ssh-setup ...')
62 shutil.copy2(
63 os.path.join(hookenv.charm_dir(), 'files', 'uci-nova'),
64 '/usr/share/autopkgtest/ssh-setup/')
65
66
67def install_python_packages(service_name):60def install_python_packages(service_name):
68 env_dir = os.path.join(_service_dir(), 've')61 env_dir = os.path.join(_service_dir(), 've')
69 if os.path.exists(env_dir):62 if os.path.exists(env_dir):
7063
=== modified file 'hooks/services.py'
--- hooks/services.py 2015-03-17 03:17:48 +0000
+++ hooks/services.py 2015-04-27 19:09:00 +0000
@@ -20,7 +20,6 @@
20 actions.install_python_packages,20 actions.install_python_packages,
21 actions.get_config_file,21 actions.get_config_file,
22 actions.create_user,22 actions.create_user,
23 actions.install_adt_uci_nova,
24 helpers.render_template(23 helpers.render_template(
25 source='upstart.conf',24 source='upstart.conf',
26 target='/etc/init/adt-cloud-worker.conf'),25 target='/etc/init/adt-cloud-worker.conf'),

Subscribers

People subscribed via source and target branches