blazar
client for OpenStack Reservation Service
Install
- All systems
-
curl cmd.cat/blazar.sh
- Debian
-
apt-get install python3-blazarclient - Ubuntu
-
apt-get install python3-blazarclient - Kali Linux
-
apt-get install python3-blazarclient - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python3-blazarclient
python3-blazarclient
client for OpenStack Reservation Service
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 This package contains the client Python module and cli tool.