Merge "Follow-up to I8ed99c68f8012cd0bf9244f749138ccbd9a3420b" into mcp/antelope
diff --git a/telemetry_tempest_plugin/scenario/telemetry_integration_gabbits/create_stack.json b/telemetry_tempest_plugin/scenario/telemetry_integration_gabbits/create_stack.json
index a36b616..a411a61 100644
--- a/telemetry_tempest_plugin/scenario/telemetry_integration_gabbits/create_stack.json
+++ b/telemetry_tempest_plugin/scenario/telemetry_integration_gabbits/create_stack.json
@@ -12,6 +12,7 @@
                     "resource": {
                         "type": "OS::Nova::Server",
                         "properties": {
+                            "config_drive": true,
                             "networks": [{ "allocate_network": "none" }],
                             "flavor": "$ENVIRON['NOVA_FLAVOR_REF']",
                             "image": "$ENVIRON['GLANCE_IMAGE_NAME']",