Update documents

This patch replaces 'climate' with 'blazar' in documents. It also adds a
note about the status of the instance reservation feature.

Change-Id: I81b881152d61812a18c9ce14b41000b465a820b1
Partial-Bug: #1663460
This commit is contained in:
Hiroaki Kobayashi 2017-02-22 06:55:29 +09:00 committed by Pierre Riteau
parent 5b808ecb58
commit 5879c5443f
2 changed files with 10 additions and 6 deletions

View File

@ -1,11 +1,11 @@
Climate Style Commandments
Blazar Style Commandments
==========================
- Step 1: Read the OpenStack Style Commandments
http://docs.openstack.org/developer/hacking/
- Step 2: Read on
Climate Specific Commandments
Blazar Specific Commandments
-----------------------------
None so far

View File

@ -1,7 +1,11 @@
============
climate-nova
blazar-nova
============
Climate Nova related changes. Includes filters for Host
Reservation and Nova API extensions for the VM reservation
feature.
Blazar Nova related changes. Includes filters for Host reservation and Nova API
extensions for the instance reservation feature.
NOTE: The instance reservation feature does not work currently because it
depends on Nova API extensions. Support for these extensions was completely
removed from Nova in Newton. Expect the instance reservation feature to be
implemented differently in a future release.