Files
python-zunclient/zunclient
Hongbin Lu 14de75e580 Handle different endpoint format
Depending on a specific deployment of Zun, the API endpoint could
be of various formats. For example:

1. the classic (legacy) endpoint:
    http://{host}:{optional_port}/v1/
2. under wsgi:
    http://{host}:{optional_port}/container/v1
3. other:
    https://container.example.com/
    https://example.com/container

We need to parse the url correctly in order to get the correct version
URL which is used to determinate the API version.

Change-Id: Ia69959431e2d751d228f4cfc1db74b774bd9d69e
Closes-Bug: #1799343
2018-10-23 03:35:01 +00:00
..
2018-10-08 04:29:39 +00:00
2018-10-23 03:35:01 +00:00
2018-10-23 03:35:01 +00:00
2018-10-08 04:29:39 +00:00
2018-10-08 04:29:39 +00:00
2017-09-01 11:34:23 +08:00
2018-10-08 04:29:39 +00:00