From 5879c5443f9524faf75fb804d3839467b18202d3 Mon Sep 17 00:00:00 2001 From: Hiroaki Kobayashi Date: Wed, 22 Feb 2017 06:55:29 +0900 Subject: [PATCH] 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 --- HACKING.rst | 4 ++-- README.rst | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index f61b497..808957e 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -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 diff --git a/README.rst b/README.rst index 93d7f02..0ac4ae8 100644 --- a/README.rst +++ b/README.rst @@ -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.