breaks get_file under python3: bytes objects are serialized as integer arrays
Bug #1498037 reported by
Marco M
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Invalid
|
Undecided
|
Unassigned | ||
oslo.serialization |
Incomplete
|
Undecided
|
Unassigned | ||
python-heatclient |
Triaged
|
High
|
Sirushti Murugesan |
Bug Description
Not sure if this should be reported under heatclient or oslo.serialization:
heat_
resources:
xyz:
type: "OS::Heat:
properties:
group: script
config:
The result is
DEBUG (session) REQ: curl -g -i -X POST ...... "files": {"file:
Therefore, an exception is raised
heatclient.
Changed in heat: | |
status: | New → Invalid |
Changed in python-heatclient: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in python-heatclient: | |
assignee: | nobody → Sirushti Murugesan (sirushtim) |
summary: |
- breaks get_file under ptyhon3: bytes objects are serialized as integer + breaks get_file under python3: bytes objects are serialized as integer arrays |
To post a comment you must log in.
What's the code path in oslo.serialization for this heat python client command line? in other words, which oslo.serialization API is causing this issue?