From a68b84b451c5bf23b41c715f49c3d17643be7793 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Fri, 27 Nov 2015 15:40:51 +0000 Subject: [PATCH] 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 --- defaults/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 6080122c..adf56eb1 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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