00916cfdffe8d10ab6767a2a398743e477b6ea07
Right now, in DB layer, we support to filter containers with certain attributes. In particular, we support filter containers by attributes such as name, image, project_id, status, etc. [1]. It is better to expose this filter via REST API level. For example: GET /v1/containers?project_id=<my_project_id> This should return a list of containers in particular project. [1] https://github.com/openstack/zun/blob/master/zun/db/sqlalchemy/api.py#L132 Change-Id: I599a9f48a966d564da718b97bdad7cfac6ae4dfe Closes-Bug: #1750208
Team and repository tags
Zun
OpenStack Containers service
Zun (ex. Higgins) is the OpenStack Containers service. It aims to provide an API service for running application containers without the need to manage servers or clusters.
- Free software: Apache license
- Get Started: https://docs.openstack.org/zun/latest/contributor/quickstart.html
- Documentation: https://docs.openstack.org/zun/latest/
- Source: https://git.openstack.org/cgit/openstack/zun
- Bugs: https://bugs.launchpad.net/zun
- Blueprints: https://blueprints.launchpad.net/zun
- REST Client: https://git.openstack.org/cgit/openstack/python-zunclient
Features
- TODO
Description
Languages
Python
99.3%
Shell
0.7%
