From 3efc78bc4e35b6d5047f815b930afa1bca7b500a Mon Sep 17 00:00:00 2001 From: Bryan Sullivan Date: Mon, 28 Nov 2016 19:45:34 -0800 Subject: Add config drive parameter (verified) to blueprint. JIRA: MODELS-23 Change-Id: Id0f2e47ffd3772d92bddf242175d152d29fa3868 Signed-off-by: Bryan Sullivan --- tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml b/tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml index 8e1a64f..c70fd25 100755 --- a/tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml +++ b/tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml @@ -24,6 +24,7 @@ topology_template: # image: models-xenial-server availability_zone: nova mgmt_driver: noop + config_drive: true user_data_format: RAW user_data: | #!/bin/sh -- cgit 1.2.3-korg