Hongbin Lu 44dc51f8df Support opening container's port
Introduce an option to expose container's port(s). In particular,
it introduces a parameter 'exposed_ports' on creating container.
The value is in the form: ``{"<port>/<protocol>": {}}``. For
example, it can be ``{"80": {}}`` or ``{"80/tcp": {}}``.
The format is designed to align with docker's option 'ExposedPorts'.

If this parameter is provided, Zun will create a security group
for the container. The security group will be populated a set of
rules to open those exposed ports.

This feature is a managed security group feature (Zun manages the
security group of the container). Obviously, it cannot be used
with the 'security_groups' parameter, in which users are responsible
to manage the security group.

Change-Id: Id713ce602dca8e74089d4a5eea8df41ea8784db4
Partial-Implements: blueprint support-port-bindings
2018-08-20 02:05:08 +00:00
2018-07-19 01:35:23 +00:00
2018-03-14 04:36:33 +00:00
2018-08-14 18:16:51 +00:00
2018-03-28 15:29:40 +07:00
2018-08-20 02:05:08 +00:00
2016-11-02 05:15:29 +00:00
2018-03-28 15:29:40 +07:00
2016-09-03 16:03:04 -05:00
2018-03-28 15:29:40 +07:00
2018-06-28 21:46:31 +07:00
2016-05-12 14:59:56 -04:00
2017-04-07 10:50:23 +08:00
2017-07-15 16:10:06 +07:00
2016-05-12 14:59:56 -04:00
2018-02-04 17:56:32 +00:00
2018-08-12 21:34:21 +00:00
2017-06-10 13:40:18 +00:00
2018-08-11 14:44:04 +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
Description
Containers Service for OpenStack
Readme 26 MiB
Languages
Python 99.3%
Shell 0.7%