edit contents of cookbook_file nova-compute.conf to be more explanatory

as to why it's there

Fixes: bug #1268974

This edits the cookbook_file so that it's more obvious why it's being
dropped in there

Change-Id: Ic34151878ceedc1bc25337a9faa4350df0bd3823
This commit is contained in:
Darren Birkett 2014-01-14 13:55:39 +00:00
parent 4d0ebb8a44
commit af2c7621ea
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# This file autogenerated by Chef
# Do not edit, changes will be overwritten
#
# P.S. Ubuntu YOUR DOING IT WRONG!!
# On ubuntu systems, this file is populated (by the nova-compute package) with:
#
# libvirt_type=kvm
# compute_driver=libvirt.LibvirtDriver
#
# In order to properly manage these options in the main nova.conf, we need to
# replace that file with this empty one.