a10networks / a10-neutron-lbaas

A10 Networks, Openstack Neutron LBaaS Driver
Apache License 2.0
9 stars 19 forks source link

sample config does not load in centos, due to file format error #86

Closed dougwig closed 9 years ago

dougwig commented 9 years ago

"I needed to add # coding: utf-8 to the top of the config file otherwise neutron blows up with an encoding error - using the sample config from the readme"

2015-09-03 10:39:40.564 6939 TRACE neutron File "/usr/lib/python2.7/site-packages/a10_neutron_lbaas/a10_config.py", line 45, in init 2015-09-03 10:39:40.564 6939 TRACE neutron import config 2015-09-03 10:39:40.564 6939 TRACE neutron File "/etc/neutron/services/loadbalancer/a10networks/config.py", line 2 2015-09-03 10:39:40.564 6939 TRACE neutron SyntaxError: Non-ASCII character '\xe2' in file /etc/neutron/services/loadbalancer/a10networks/config.py on line 2, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details Do

dougwig commented 9 years ago

not an issue