Containers Service for OpenStack
Go to file
maaoyu 52a35609b0 setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: Icf30f766231f4d5c72488a56131b04093c8ff03e
2021-04-27 13:54:43 +08:00
api-ref/source api-ref: fix wrong naming in /execute 2020-08-24 04:44:31 +00:00
contrib Remove six 2020-05-06 23:40:16 +08:00
devstack Use uwsgi binary from path 2020-06-16 14:39:02 +08:00
doc [goal] Deprecate the JSON formatted policy file 2020-12-29 18:54:06 +08:00
etc Add a /healthcheck URL 2020-05-07 03:22:08 +00:00
playbooks Enable CRI runtime in devstack 2020-02-23 19:30:12 +00:00
releasenotes Update master for stable/wallaby 2021-03-22 10:05:59 +00:00
roles Enable CRI runtime in devstack 2020-02-23 19:30:12 +00:00
specs Replace git.openstack.org URLs with opendev.org URLs 2019-04-25 02:55:41 +00:00
template/capsule Add sample template for init containers 2018-09-29 16:31:27 +00:00
tools Several fixes to unblock the gate 2020-09-20 01:12:44 +00:00
zun Remove __unicode__() from ZunException 2021-01-08 10:57:28 +08:00
.coveragerc Add coverage configuration 2016-11-02 05:15:29 +00:00
.gitignore Remove etcd devstack config 2019-04-27 18:01:59 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:44:35 +00:00
.stestr.conf Migrate to stestr 2018-03-28 15:29:40 +07:00
.zuul.yaml Add Python3 xena unit tests 2021-03-22 10:06:22 +00:00
CONTRIBUTING.rst Zun specific contributor and PTL docs 2020-04-12 03:23:00 +00:00
HACKING.rst Fix docs & specs erros. 2017-07-15 16:10:06 +07:00
LICENSE Initial commit 2016-05-12 14:59:56 -04:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-25 02:55:41 +00:00
bindep.txt Support cpuset and scheduler for cpuset 2018-12-11 03:54:46 +00:00
lower-constraints.txt [goal] Deprecate the JSON formatted policy file 2020-12-29 18:54:06 +08:00
requirements.txt [goal] Deprecate the JSON formatted policy file 2020-12-29 18:54:06 +08:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-04-27 13:54:43 +08:00
setup.py Updated from global requirements 2017-06-10 13:40:18 +00:00
test-requirements.txt Fix lower constaint job 2020-12-29 15:31:51 +08:00
tox.ini Use TOX_CONSTRAINTS_FILE 2020-12-24 15:17:40 +08:00

README.rst

Team and repository tags

image

image

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.

Features

  • TODO