fpb doesn't support Unicode in metadata.yaml
Bug #1475234 reported by
Bartłomiej Piotrowski
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel Plugins |
Fix Committed
|
Undecided
|
Fuel Python (Deprecated) | ||
Fuel for OpenStack |
Fix Released
|
Medium
|
Artem Roma |
Bug Description
Following line in metadata.yaml:
authors: ['Bartłomiej Piotrowski', 'Mirantis']
causes fuel-plugin-builder to fail with this error:
Unexpected error
'ascii' codec can't encode character u'\u0142' in position 12: ordinal not in range(128)
Notice the "ł" in my name – its UTF-8 value is 0142.
Changed in fuel-plugins: | |
assignee: | nobody → Fuel Python Team (fuel-python) |
Changed in fuel: | |
assignee: | nobody → Fuel Python Team (fuel-python) |
tags: | added: feature-plugins |
Changed in fuel: | |
milestone: | none → 7.0 |
importance: | Undecided → Medium |
status: | New → Confirmed |
tags: | added: non-release |
Changed in fuel: | |
milestone: | 7.0 → 8.0 |
Changed in fuel: | |
assignee: | Fuel Python Team (fuel-python) → Artem Roma (aroma-x) |
Changed in fuel-plugins: | |
status: | New → Fix Committed |
tags: | added: area-python |
To post a comment you must log in.
Some metadata fields were used for creating Release file for plugin repos. I'm not sure Release file (and apt_preferences too) support non-ascii characters. For instance, authors were transformed into "Origin" field. We have a plan to remove "Origin" field from Release file. So make sure that the bug will be fixed when it's done.