Reservation Service for OpenStack
091fed5b58
Current logic misjudges that a ComputeHost object does not have an attribute which is specified in a query if the value of the attribute is 0 or False. This patch fixes the logic. Change-Id: I9143f11dd022fe3f683c0f3a2a87c3f5562461d8 |
||
---|---|---|
blazar | ||
contrib/tempest | ||
devstack | ||
doc/source | ||
etc | ||
releasenotes | ||
tools | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
Blazar
Blazar is a resource reservation service for OpenStack. Blazar enables users to reserve a specific type/amount of resources for a specific time period and it leases these resources to users based on their reservations.
The following two resource types are currently supported:
- Compute host: reserve and lease with a unit of a whole host
- Instance: reserve and lease with a unit of a flavor
Please see the following resources to learn more.
API
See Blazar API reference.
Operators
To learn how to deploy and configure Blazar, see the installation guide.
Developers
To learn how to contribute to Blazar, see the contribution guide.
Other Resources
- Source code:
- Blueprints/Bugs: https://launchpad.net/blazar
- Documentation: https://blazar.readthedocs.io/en/latest/