14de75e5807cfd055bb2cd8ff09b283cf502d11d

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
Team and repository tags
Python bindings to the OpenStack Container API
This is a client library for Zun built on the Zun API. It provides a Python API (the zunclient module) and a command-line tool (zun).
- License: Apache License, Version 2.0
- PyPi - package installation
- Online Documentation
- Launchpad project - release management
- Blueprints - feature specifications
- Bugs - issue tracking
- Source
- How to Contribute
Description
Languages
Python
99.1%
Shell
0.9%