Add README for stackube.

This PR adds README for stackube project.

Change-Id: I51845a4bbf1fb06f8a577e640366c6e883fff6b0
This commit is contained in:
Pengfei Ni 2017-05-23 15:25:26 +08:00
parent 614454ac2a
commit 9ed25888d7

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# Stackube
Stackube is a Kubernetes-centric OpenStack distro. It uses Kubernetes, instead of Nova, as the compute
fabric controller, to provision containers as the compute instance, along with other OpenStack
services (e.g. Cinder, Neutron). It supports multiple container runtime technologies, e.g. Docker,
Hyper, and offers built-in soft / hard multi-tenancy (depending on the container runtime used).
Stackube uses the Apache v2.0 license. All library dependencies allow for
unrestricted distribution and deployment.
* Source: <https://git.openstack.org/cgit/openstack/stackube>
* Bugs: <https://bugs.launchpad.net/stackube>
* Blueprints: <https://blueprints.launchpad.net/stackube>