072e519171
- removed all submodules I will create an openstack repo to hold all modules (including nova) as submodules - moved nova module to top dir
8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
<% novaConfHash.each do |key, value| -%>
|
|
<% if value != "undef" -%>
|
|
--<%= key -%>=<%= value %>
|
|
<% else -%>
|
|
--<%= key %>
|
|
<% end -%>
|
|
<% end -%>
|