Public bug reported:

Steps to produce this bug:
1. configure ml2_conf.ini,and then dispatch the configuration, restart 
neutron-server service 
[ml2_type_vlan]
network_vlan_ranges = physnet1:100:120,中文:121:125

expected result: configuration data correctly saves into postgresql
real result: pass

2. reconfigure ml2_conf.ini,and then dispatch the configuration, restart 
neutron-server service
[ml2_type_vlan]
network_vlan_ranges = physnet1:100:120,中文:121:124

expected result: configuration data correctly saves into postgresql
real result: fail 

neutron-server error:UnicodeDecodeError: 'ascii' codec can't decode byte
0xe4 in position 143: ordinal not in range(128)

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1686877

Title:
  ml2 physical network using Chinese characters fails to save to
  postgresql

Status in neutron:
  New

Bug description:
  Steps to produce this bug:
  1. configure ml2_conf.ini,and then dispatch the configuration, restart 
neutron-server service 
  [ml2_type_vlan]
  network_vlan_ranges = physnet1:100:120,中文:121:125

  expected result: configuration data correctly saves into postgresql
  real result: pass

  2. reconfigure ml2_conf.ini,and then dispatch the configuration, restart 
neutron-server service
  [ml2_type_vlan]
  network_vlan_ranges = physnet1:100:120,中文:121:124

  expected result: configuration data correctly saves into postgresql
  real result: fail 

  neutron-server error:UnicodeDecodeError: 'ascii' codec can't decode
  byte 0xe4 in position 143: ordinal not in range(128)

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1686877/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to