a98be6a666
create_image tries to do data type conversion for you so that what you mean is correct 90% of the time. However, inferring intent is hard on people who do know what they want. New parameter 'meta' is a vehicle for non-converted key/value pairs. Change-Id: I99c1a104f6eb8fe72dd4ebab5b3aac8231068eb7
8 lines
266 B
YAML
8 lines
266 B
YAML
---
|
|
features:
|
|
- Added a parameter to create_image 'meta' which allows
|
|
for providing parameters to the API that will not have
|
|
any type conversions performed. For the simple case,
|
|
the existing kwargs approach to image metadata is still
|
|
the best bet.
|