glanceclient.common.utils.strip_version doesn't handle a service type in the path
Bug #1748009 reported by
Matt Riedemann
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance Client |
In Progress
|
Undecided
|
Cyril Roelandt |
Bug Description
In trying to workaround bug 1707995, where we have a URL like:
We tried using glanceclient.
>>> from glanceclient.common import utils
>>> url = 'http://
>>> utils.strip_
('http://
>>> url = 'http://
>>> url_parts = urlparse.
>>> url_parts
ParseResult(
>>> utils.strip_
('http://
>>>
Changed in python-glanceclient: | |
status: | New → Triaged |
assignee: | nobody → Abhishek Kekane (abhishek-kekane) |
Changed in python-glanceclient: | |
assignee: | Abhishek Kekane (abhishek-kekane) → Cyril Roelandt (cyril-roelandt) |
To post a comment you must log in.
Fix proposed to branch: master /review. opendev. org/c/openstack /python- glanceclient/ +/831612
Review: https:/