Files
zun/requirements.txt
Hongbin Lu c5a979864e Implement kuryr integration
After this patch, all containers created by native docker driver
will connect to neutron. Right now, users don't have a choice of
networks the container will be created from (which is a future
work). Instead, Zun will select a neutron network for each
container by looking up all the networks under user's tenant.

This is the first step for enabling Kuryr integration. The following
work needs to be done later:
* Expose network feature via REST API. Allow users to create, inspect,
  delete container network, and connect/disconnect container from/to
  a network.
* Add support for associate/dissociate floating IPs to containers.
* Add support for tuning security groups of the containers.

Implements: blueprint kuryr-integration
Change-Id: I2701eb9a82a74aedf00c1a2af29850d4bd0e8f7a
2017-04-19 22:10:09 +00:00

1.2 KiB