Incoming version parameter led to appear in the url '/ v2.0 / v2.0'

Bug #1737124 reported by yuqian
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-neutronclient
New
Undecided
Unassigned

Bug Description

When I transfer neutronclient like this:

self.neutron_client = neutron_client.Client(
    version='2',
    session=self.session,
    auth_url=self.auth.auth_url)

Then I get the url :"http://10.0.0.11:9696/v2.0/v2.0/networks/3427804b-70d9-4a99-9bac-39b6fbab0184", there are double '/v2.0' in the request url.
And it return 404 error.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.