Comment 8 for bug 1673613

Revision history for this message
Matt Riedemann (mriedem) wrote :

Ah I see, the ? in the password is throwing off urlparse so you get something like this:

scheme: mysql+pymysql netloc: nova:abcd0123 path: query: AB@controller/nova fragment: root: ext:

And the netloc is wrong, and the rest of the password is in the query.