diff options
author | Alessandro Pilotti <ap@pilotti.it> | 2012-11-09 20:03:01 +0200 |
---|---|---|
committer | Alessandro Pilotti <ap@pilotti.it> | 2012-11-09 21:16:05 +0200 |
commit | 3757ba9ccf0915d1854c97f625effd0edbedfa12 (patch) | |
tree | 551360b6b39dc44ead8af636db3425f750881bfc /nova/context.py | |
parent | c6dd816cb6f09cb0148730875f02018b4949e9b6 (diff) | |
download | nova-3757ba9ccf0915d1854c97f625effd0edbedfa12.tar.gz nova-3757ba9ccf0915d1854c97f625effd0edbedfa12.tar.xz nova-3757ba9ccf0915d1854c97f625effd0edbedfa12.zip |
Fixes a bug in api.metadata.base.lookup() on Windows
Fixes Bug #1077125
api.metadata.base.lookup() uses os.path.normpath() to normalize urls.
This doesn't work on Windows as it transforms "/" in "\".
The fix solves the issue, but os.path.normpath() should never be used
to normalize urls.
Change-Id: I83d0795d5875acac5fe9bd543f9ca9b4a3e2c8d5
Diffstat (limited to 'nova/context.py')
0 files changed, 0 insertions, 0 deletions