You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Behavior of _post_file differs when called from cli or ansible: self.cloud.create_object for CLI is openstack.cloud.create_object and openstack.object_store.v1.create_object for ansible.
The first one returns the Response object and the second one ― Resource object.
This leads to obj.set_metadata failing when obj is a Response
The text was updated successfully, but these errors were encountered:
Behavior of
_post_file
differs when called from cli or ansible:self.cloud.create_object
for CLI isopenstack.cloud.create_object
andopenstack.object_store.v1.create_object
for ansible.The first one returns the
Response
object and the second one ―Resource
object.This leads to
obj.set_metadata
failing whenobj
is aResponse
The text was updated successfully, but these errors were encountered: