cinder/cinder/tests/unit/api/views
zhurong 175aaa879d Fix version return incorrect when endpoint url end without /
when request to cinder endpoint url end without /
$ curl http://127.0.0.1/volume
the version herf return incorrect, like below:
"href": "http://127.0.0.1/v2/"
"href": "http://127.0.0.1/v3/"
This patch will always add a '/' to the endpoint url end.

Closes-bug: #1816793
Change-Id: I6b0f47fc5b11c44a767e0ebfe2929e560c5f5432
2019-02-20 20:30:14 +00:00
..
__init__.py Enable api.view.test_versions unit tests 2016-03-11 05:55:02 -05:00
test_versions.py Fix version return incorrect when endpoint url end without / 2019-02-20 20:30:14 +00:00