Comment 4 for bug 1241042

Revision history for this message
Roman Podoliaka (rpodolyaka) wrote :

Ooops. I was wrong. Works for me with Ubuntu 13.04 when use_file_injection is set to False.

The tricky thing is that:
      {{#use_file_injection}}use_file_injection={{use_file_injection}}{{/use_file_injection}}
evaluates to nothing in nova config file when use_file_injection is set to False.

At the same time, in Nova use_file_injection defaults to True, and this is not what we need here to make host_routes work.

Should we change the default value in Nova or there is some way to make {{#}} conditionals work with false values?