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.