Browse code

Change default for FORCE_CONFIG_DRIVE

We really should be using the metadata server more in our normal
testing, this changes the default to use it.

Change-Id: I8ef14e6110da1160163c0106e32032d27226f929

Sean Dague authored on 2016/08/19 05:19:36
Showing 1 changed files
... ...
@@ -83,7 +83,7 @@ METADATA_SERVICE_PORT=${METADATA_SERVICE_PORT:-8775}
83 83
 
84 84
 # Option to enable/disable config drive
85 85
 # NOTE: Set ``FORCE_CONFIG_DRIVE="False"`` to turn OFF config drive
86
-FORCE_CONFIG_DRIVE=${FORCE_CONFIG_DRIVE:-"True"}
86
+FORCE_CONFIG_DRIVE=${FORCE_CONFIG_DRIVE:-"False"}
87 87
 
88 88
 # Nova supports pluggable schedulers.  The default ``FilterScheduler``
89 89
 # should work in most cases.