Merge "Disable file injection by default"
diff --git a/tempest/config.py b/tempest/config.py
index 8ec8b24..228d7e3 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -371,7 +371,7 @@
                 default=True,
                 help='Does the test environment have the nova cert running?'),
     cfg.BoolOpt('personality',
-                default=True,
+                default=False,
                 help='Does the test environment support server personality'),
     cfg.BoolOpt('attach_encrypted_volume',
                 default=True,