Remove uneeded file

Remove lxd.template. This used long long time ago.

Change-Id: I15f3380a70ccfb5bd8cabcb4f84e440d6eb64d11
Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2016-07-12 13:47:51 -04:00
parent 5981930653
commit 132c9f96a5
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
# Distribution configuration
lxc.include = {{lxd_common_config}}
lxc.include = {{lxd_userns_config}}
lxc.arch = x86_64
# Container specific configuration
lxc.id_map = u 0 {{lxd_user}} {{lxd_uoffset}}
lxc.id_map = g 0 {{lxd_group}} {{lxd_goffset}}
lxc.rootfs = {{lxd_rootfs}}
lxc.utsname = {{lxd_name}}
lxc.logfile = {{lxd_logfile}}
lxc.console.logfile = {{lxd_console_file}}
# Container network
lxc.network.type = veth
lxc.network.hwaddr = {{lxd_mac_addr}}
lxc.network.link = {{lxd_network_link}}