Containers Service for OpenStack
Go to file
Hongbin Lu db0cea7121 Reuse the RPC transport to create RPC client
In before, we created a PRC transport per RPC call. This causes
too many RPC connections as reported by the bug. This patch fixes
it by initialize the RPC transport at startup and reuse the RPC
transport for each API call.

Change-Id: I55e409e0b70024673bd25ab460c2a5bfecc717a5
Closes-Bug: #1785371
(cherry picked from commit de82a5dc81)
2018-08-07 03:37:16 +00:00
api-ref/source Merge "Correct the response code of attach" into stable/queens 2018-03-20 21:40:44 +00:00
contrib Make 'utils.monkey_patch' py3 compatible 2017-10-10 16:57:03 +08:00
devstack Clone Zun repository by TARGET_BRANCH 2018-07-19 12:52:54 +00:00
doc/source Merge "Update install doc for ubuntu" into stable/queens 2018-05-17 14:23:05 +00:00
etc Introduce rootwrap and filter 2018-03-20 13:58:01 +00:00
playbooks Allow branch to be override externally 2018-07-04 02:45:57 +00:00
releasenotes Remove setting of version/release from releasenotes 2017-11-17 09:15:36 +05:30
specs Replace curly quotes with straight quotes 2018-01-24 11:00:55 +08:00
template/capsule Add detailed parameters for Capsule create 2018-01-12 10:10:36 +08:00
tools Prepare for using standard python tests 2017-03-15 10:20:39 +05:30
zun Reuse the RPC transport to create RPC client 2018-08-07 03:37:16 +00:00
.coveragerc Add coverage configuration 2016-11-02 05:15:29 +00:00
.gitignore Implement basic policy module in code 2017-10-03 13:58:25 +00:00
.gitreview Update .gitreview for stable/queens 2018-02-05 22:44:34 +00:00
.testr.conf update higgins with zun 2016-06-08 22:21:34 -05:00
.zuul.yaml Zuul: Remove project name 2018-01-27 17:17:54 -08: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
README.rst Update our project definition 2018-02-04 17:56:32 +00:00
babel.cfg Initial commit 2016-05-12 14:59:56 -04:00
requirements.txt Updated from global requirements 2018-02-01 07:36:51 +00:00
setup.cfg Remove the unreal config file from setup.cfg 2018-05-16 05:06:06 +00:00
setup.py Updated from global requirements 2017-06-10 13:40:18 +00:00
test-requirements.txt Updated from global requirements 2018-01-24 01:43:10 +00:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/queens 2018-02-05 22:44:36 +00: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