From e64d4f332b43fd011cefb2bec655c75755801416 Mon Sep 17 00:00:00 2001 From: Hiroaki Kobayashi Date: Tue, 19 Sep 2017 16:36:13 +0900 Subject: [PATCH] Improve README Change-Id: Ia3ff8ca1602785e5f28f030e0ae2193656d8749c Partial-Bug: #1713678 --- README.rst | 59 ++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 44 insertions(+), 15 deletions(-) diff --git a/README.rst b/README.rst index 7b893b0f..64d15c32 100644 --- a/README.rst +++ b/README.rst @@ -1,21 +1,50 @@ +Team and repository tags +======================== + +.. image:: https://governance.openstack.org/tc/badges/blazar.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html + +.. Change things from this point on + Blazar -======= +====== -Overview --------- -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: -Prerequisites -------------- -* Keystone v3 API endpoint -* Service account +* Compute host: reserve and lease with a unit of a whole host -Configuration -------------- +* Instance: reserve and lease with a unit of a flavor -Create identityv3 endpoint -^^^^^^^^^^^^^^^^^^^^^^^^^^ -For adding new endpoint for Keystone V3, use the following instructions: -1) keystone service-create --name keystonev3 --type identytiv3 --description "Keystone Identity Service v3" -2) keystone endpoint-create --region --service keystonev3 --publicurl "://:5000/v3" --adminurl "://:35357/v3" --internalurl "://:5000/v3" +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: + + * `Blazar `__ + * `Nova scheduler filter `__ + * `Client tools `__ + * `Dashboard (Horizon plugin) `__ + +* Blueprints/Bugs: https://launchpad.net/blazar +* Documentation: https://blazar.readthedocs.io/en/latest/