Containers Service for OpenStack
Go to file
Hongbin Lu 56b0b08a5b Change the format of memory field
In before, the container's memory field is displayed as '512M'.
The original intent is to support other memory unit, such as 'K',
'G', etc. However, this will make the code more complicated since
it needs to handle many possible inputs. Let's use 'M' as the only
memory unit, then remove the tailing 'M' since the information
is redundant.

Depends-On: Ief00d4899a9628967aa6ea875aa4195cc4f2bfc4
Closes-Bug: #1764923
Change-Id: I5f586ccc73f53a5f6e6e4d341251a5288a8687f2
2018-04-20 02:39:04 +00:00
api-ref/source Update the API reference for the update container 2018-04-10 10:42:42 +05:30
contrib Update DEFAULT_DOCKER_API_VERSION to 1.21 2018-03-12 05:55:38 +00:00
devstack Update auth_uri option to www_authenticate_uri 2018-04-14 02:43:35 +00:00
doc/source Fix verify document service list output error 2018-04-19 10:40:37 +08:00
etc Introduce rootwrap and filter 2018-03-14 04:36:33 +00:00
playbooks Set capability_scope to global in devstack 2017-12-05 04:29:40 +00:00
releasenotes Update reno for stable/queens 2018-02-05 22:44:39 +00:00
specs fix typo mistake 2018-02-07 14:09:37 +08:00
template/capsule Make capsule support availability zone 2018-03-31 20:44:01 +00:00
tools Migrate to stestr 2018-03-28 15:29:40 +07:00
zun Change the format of memory field 2018-04-20 02:39:04 +00:00
.coveragerc Add coverage configuration 2016-11-02 05:15:29 +00:00
.gitignore Migrate to stestr 2018-03-28 15:29:40 +07:00
.gitreview Update after project rename 2016-09-03 16:03:04 -05:00
.stestr.conf Migrate to stestr 2018-03-28 15:29:40 +07:00
.zuul.yaml add lower-constraints job 2018-03-22 19:18:01 -04:00
babel.cfg Initial commit 2016-05-12 14:59:56 -04:00
CONTRIBUTING.rst Optimize the link address 2017-04-07 10:50:23 +08: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
lower-constraints.txt uncap eventlet 2018-04-15 22:20:56 +00:00
README.rst Update our project definition 2018-02-04 17:56:32 +00:00
requirements.txt uncap eventlet 2018-04-15 22:20:56 +00:00
setup.cfg Introduce rootwrap and filter 2018-03-14 04:36:33 +00:00
setup.py Updated from global requirements 2017-06-10 13:40:18 +00:00
test-requirements.txt Migrate to stestr 2018-03-28 15:29:40 +07:00
tox.ini Migrate to stestr 2018-03-28 15:29:40 +07:00

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