object_store.create_object failing on log file writing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack SDK |
In Progress
|
Critical
|
Brian Curtin |
Bug Description
create_object is failing on two things:
1. It's not converting container.Container instances into their names during URL creation. This fix is easy, the proxy needs to do the from_id check that we do anywhere else. Other object related calls need this same work.
2. Transport.
Changed in python-openstacksdk: | |
status: | Confirmed → In Progress |
Fix proposed to branch: master /review. openstack. org/213247
Review: https:/