Add Ubuntu 16.04 defaults for ironic role
Currently, the ironic role does not have a defaults file for Ubuntu 16.04. This means that it falls back to the Debian defaults and uses upstart which is not the default on 16.04 This patch updates the default to use the same one as 15.04 Change-Id: Iea26467ccbc9256340c871726a0e67b65bd926cd
This commit is contained in:
parent
e44016b7ae
commit
3308b31aac
@ -0,0 +1,4 @@
|
||||
---
|
||||
init_template: systemd_template.j2
|
||||
init_dest_dir: /lib/systemd/system/
|
||||
init_ext: .service
|
Loading…
Reference in New Issue
Block a user