Centralized service for multi-region deployments.
216aaf1d4b
tempest-lib has been reintegrated into tempest and this repository already uses tempest instead of tempest-lib. Replace requirements for tempest-lib with requirements for tempest. See also https://specs.openstack.org/openstack/qa-specs/specs/tempest/implemented/reintegrate-tempest-lib.html Change-Id: Ied28cc27d5c3d4d7ef099ab9abd0dde1597be33e |
||
---|---|---|
devstack | ||
doc/source | ||
etc/kingbird | ||
kingbird | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Kingbird
Centralized service for multi-region OpenStack deployments.
Kingbird is an centralized OpenStack service that provides resource operation and management across multiple OpenStack instances in a multi-region OpenStack deployments. This service is part of the OPNFV Multisite project that intends to address the use cases related to distributed cloud environments.
Kingbird provides features like centralized quota management, centralized view for distributed virtual resources, global view for tenant level IP/MAC address space management, synchronisation of ssh keys, images, flavors, security groups, etc. across regions.
Useful Links
- Free software: Apache license
- PyPi - package installation
- Launchpad project - release management
- Blueprints - feature specifications
- Bugs - issue tracking
- Source
- How to Contribute