diff options
author | Christian Berendt <berendt@b1-systems.de> | 2012-02-26 02:39:08 +0100 |
---|---|---|
committer | Christian Berendt <berendt@b1-systems.de> | 2012-02-27 22:06:47 +0100 |
commit | 81a1b0a15ad5b0a656bd56d9f87715a8707f986e (patch) | |
tree | b98420e4d5d4821517506c24aa7e07254cb55ad9 /nova/utils.py | |
parent | b88cd9439c2d655b4dcf5e6cb214a1e4aeffa9b7 (diff) | |
download | nova-81a1b0a15ad5b0a656bd56d9f87715a8707f986e.tar.gz nova-81a1b0a15ad5b0a656bd56d9f87715a8707f986e.tar.xz nova-81a1b0a15ad5b0a656bd56d9f87715a8707f986e.zip |
make nova-network usable with Python < 2.6.5
there is in issue in Python < 2.6.5 with using unicode strings as
keyword arguemnts. see http://bugs.python.org/issue4978 for details.
because several not-yet-outdated enterprise distributions are using
Python < 2.6.5 the unicode strings in the keys of the dictionaries in
used as keyword arguments nova/network/model.py should be converted.
fixes bug 940941
Change-Id: Ib1d9955677e228fce6cc8e17fddc780d1a839d84
Diffstat (limited to 'nova/utils.py')
0 files changed, 0 insertions, 0 deletions