Go to file
Tetsuro Nakamura 7dc9a6a7bf Use hypervisor_hostname for host name
In Nova, "service host" is where nova-compute is running and
"hypervisor_hostname" represent each physical node that the virt
driver reports. They can be different in some of the hypervisor
backends where one nova-compute corresponds to multiple physical
nodes. Blazar holds the values separately as "service_name" and
"hypervisor_hostname".

Since Nova aggreate is associated to nova-compute service, we used
"service_name" with aggregate solution for reservation. However, now
we can use "hypervisor_hostname" with placement api solution for
reservation. This patch switches it.

Change-Id: I0e089c764e81894f065872e7b44a4ea8cfa49bd6
Closes-Bug: #1814594
2019-02-12 10:55:47 +00:00
2019-01-29 09:34:07 +00:00
2015-10-17 21:54:38 +00:00
2018-12-20 20:49:08 +01:00
2017-10-09 07:18:19 +00:00
2014-02-04 23:02:01 +04:00
2014-02-17 15:03:21 +04:00
2018-06-15 11:26:17 +08:00
2017-03-21 06:35:39 -05:00
2018-07-17 09:45:20 +00:00

Team and repository tags

image

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 and the configuration reference.

Developers

To learn how to contribute to Blazar, see the contributor guide.

Other Resources

Description
Reservation Service for OpenStack
Readme 17 MiB
Languages
Python 99.1%
Shell 0.8%