Read default_ephemeral_format from nova.conf

Currently the default_ephemeral_format is coming through as
blank as the existing reference has no parent dict, so is not
being retrieved.

Change-Id: I3553ba27a18ec64a710168f0026fb8dd2aaed45f
Closes-Bug: #1301841
This commit is contained in:
Ryan Moore 2014-04-03 10:48:21 +01:00
parent 8dada7907d
commit a151afce9b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ my_ip={{local-ipv4}}
{{/local-ipv4}}
{{#nova.default_ephemeral_format}}
default_ephemeral_format={{default_ephemeral_format}}
default_ephemeral_format={{.}}
{{/nova.default_ephemeral_format}}
state_path=/mnt/state/var/lib/nova