Adjust default nova_force_config_drive to be False

The default for nova_force_config_drive upstream is "false" there is a
TODO to adjust this in Liberty.

This patch completes that TODO and sets the var (removing the TODO
comment).

Change-Id: I2159464c852b72685ee1a81d169ab64b6a1cc4b9
Closes-Bug: #1520628
This commit is contained in:
Andy McCrae 2015-11-27 15:40:51 +00:00
parent 505d457833
commit a68b84b451

View File

@ -130,8 +130,7 @@ nova_cert_program_name: nova-cert
## Nova compute
nova_enable_instance_password: True
nova_compute_program_name: nova-compute
# TODO: This defaults to 'False' upstream, we should set this to 'False' in Liberty
nova_force_config_drive: True
nova_force_config_drive: False
## Nova libvirt
nova_libvirt_inject_key: False