172d1b22df
When the configdrive input is JSON (meta_data, etc), delay the rendering until the ISO image is actually used. It has two benefits: 1) Avoid storing a large ISO image in instance_info, 2) Allow deploy steps to access the original user's input. Fix configdrive masking to correctly mask dicts. Story: #2008875 Task: #42419 Change-Id: I86d30bbb505b8c794bfa6412606f4516f8885aa9
7 lines
234 B
YAML
7 lines
234 B
YAML
---
|
|
other:
|
|
- |
|
|
Configuration drives are now stored in their JSON representation and only
|
|
rendered when needed. This allows deploy steps to access the original
|
|
JSON representation rather than only the rendered ISO image.
|