Merge lp:~fginther/charms/trusty/core-image-tester/remove-uci-nova into lp:~canonical-ci-engineering/charms/trusty/core-image-tester/trunk

Proposed by Francis Ginther
Status: Merged
Approved by: Celso Providelo
Approved revision: 6
Merged at revision: 6
Proposed branch: lp:~fginther/charms/trusty/core-image-tester/remove-uci-nova
Merge into: lp:~canonical-ci-engineering/charms/trusty/core-image-tester/trunk
Diff against target: 31 lines (+0/-10)
2 files modified
hooks/actions.py (+0/-9)
hooks/services.py (+0/-1)
To merge this branch: bzr merge lp:~fginther/charms/trusty/core-image-tester/remove-uci-nova
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+257599@code.launchpad.net

Commit message

Remove installation of separate uci-nova ssh setup script.

Description of the change

Remove installation of separate uci-nova ssh setup script.

lp:core-image-tester is already using an inline copy of uci-nova.

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

Yep. On a slightly unrelated note, are we going to remove uci-nova as a separate project to avoid confusion?

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/actions.py'
2--- hooks/actions.py 2015-04-09 18:42:14 +0000
3+++ hooks/actions.py 2015-04-28 02:11:54 +0000
4@@ -47,15 +47,6 @@
5 archive.extract_tarfile(tarball, os.path.dirname(_service_dir()))
6
7
8-def install_adt_uci_nova(service_name):
9- hookenv.log('Attempting to install "uci-nova" autopkgtest ssh-setup ...')
10- uci_nova_path = os.path.join(hookenv.charm_dir(), 'files', 'uci-nova')
11- if not os.path.exists(uci_nova_path):
12- hookenv.log('"uci-nova" not provided, nothing installed!')
13- return
14- shutil.copy2(uci_nova_path, '/usr/share/autopkgtest/ssh-setup/')
15-
16-
17 def update_config_file(service_name):
18 hookenv.log(
19 'Updating service configuration file: %s', SERVICE_CONFIGNAME)
20
21=== modified file 'hooks/services.py'
22--- hooks/services.py 2015-04-01 13:44:08 +0000
23+++ hooks/services.py 2015-04-28 02:11:54 +0000
24@@ -18,7 +18,6 @@
25 actions.install_packages,
26 actions.install_service_tarball,
27 actions.install_python_packages,
28- actions.install_adt_uci_nova,
29 actions.update_config_file,
30 actions.create_user,
31 helpers.render_template(

Subscribers

People subscribed via source and target branches