remove unused nova.conf.erb

This commit is contained in:
Dan Bode
2012-10-09 22:28:23 -07:00
parent 647716ad7a
commit 9bbe976c41

View File

@@ -1,7 +0,0 @@
<% novaConfHash.each do |key, value| -%>
<% if value != "undef" -%>
--<%= key -%>=<%= value %>
<% else -%>
--<%= key %>
<% end -%>
<% end -%>