6ef2b1fffb
create_object currently only accepts data in files. That's not awesome for some usecases, such as creating 0-byte 'directory' nodes. Add a data parameter so that data can be passed in. Change-Id: I35e08d7b1a4fd6ded822edeba9e62a1390a6c4e8
6 lines
168 B
YAML
6 lines
168 B
YAML
---
|
|
features:
|
|
- |
|
|
Add a data parameter to ``openstack.connection.Connection.create_object``
|
|
so that data can be passed in directly instead of through a file.
|