diff options
author | 2016-11-28 19:45:34 -0800 | |
---|---|---|
committer | 2016-11-28 19:45:34 -0800 | |
commit | 3efc78bc4e35b6d5047f815b930afa1bca7b500a (patch) | |
tree | 0e6b9c13bc7ae2d463efaecb104e593f0cc05ce2 /tests | |
parent | 18192fce33eef216427965ab09d4bf30a2f70353 (diff) |
Add config drive parameter (verified) to blueprint.
JIRA: MODELS-23
Change-Id: Id0f2e47ffd3772d92bddf242175d152d29fa3868
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |