glance-api can't start in non-English env
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
Fix Released
|
Undecided
|
Feilong Wang |
Bug Description
In non-English env, the start of glance-api will fail with below error:
2013-08-30 04:31:40.830 22137 DEBUG glance.store.base [-] [(')十十十十一構ソチ‐ Store sheepdog could not be configured correctly. Reason: [(')>十十一構ソチ‐ Error in store configuration: Unexpected error while running command.
Command: collie
Exit code: 127
Stdout: ''
Stderr: '/bin/sh: collie: \xe3\x82\
2013-08-30 04:31:40.831 22137 CRITICAL glance [-] 'ascii' codec can't decode byte 0xe5 in position 4: ordinal not in range(128)
2013-08-30 04:31:40.831 22137 TRACE glance Traceback (most recent call last):
2013-08-30 04:31:40.831 22137 TRACE glance File "/usr/bin/
2013-08-30 04:31:40.831 22137 TRACE glance sys.exit(main())
2013-08-30 04:31:40.831 22137 TRACE glance File "/usr/lib/
2013-08-30 04:31:40.831 22137 TRACE glance glance.
2013-08-30 04:31:40.831 22137 TRACE glance File "/usr/lib/
2013-08-30 04:31:40.831 22137 TRACE glance store_instance = store_cls()
2013-08-30 04:31:40.831 22137 TRACE glance File "/usr/lib/
2013-08-30 04:31:40.831 22137 TRACE glance "Disabling add method.") % _exception_
2013-08-30 04:31:40.831 22137 TRACE glance UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 4: ordinal not in range(128)
2013-08-30 04:31:40.831 22137 TRACE glance
Seems it's injected by patch https:/
Changed in glance: | |
assignee: | nobody → Fei Long Wang (flwang) |
Changed in glance: | |
milestone: | none → havana-rc1 |
status: | Fix Committed → Fix Released |
Changed in glance: | |
milestone: | havana-rc1 → 2013.2 |
Fix proposed to branch: master/review.openstack.org/44478
Review: https:/