~louis/+junk/nova-compute

« back to all changes in this revision

Viewing changes to hooks/nova_compute_relations.py

Finish up: new templates, ssh key creation, Makefile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
def ceph_joined():
144
144
    if not os.path.isdir('/etc/ceph'):
145
145
        os.mkdir('/etc/ceph')
146
 
    apt_install(filter_installed_packages('ceph-common'))
 
146
    apt_install(filter_installed_packages(['ceph-common']))
147
147
 
148
148
 
149
149
@hooks.hook('ceph-relation-changed')