From 65ed774364bbfc0f88478ce09a3018fda63f761d Mon Sep 17 00:00:00 2001 From: chengebj5238 Date: Thu, 22 Nov 2018 16:09:27 +0800 Subject: [PATCH] Correct spelling mistakes Change-Id: If5bb795611f5d9e38b48eeca385cf0a6364e537c --- blazar/plugins/instances/instance_plugin.py | 2 +- doc/source/specs/queens/flavors-extra-specs.rst | 2 +- doc/source/specs/rocky/multi-freepools.rst | 2 +- releasenotes/notes/multi-freepools-9d88b1f79c330a3c.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blazar/plugins/instances/instance_plugin.py b/blazar/plugins/instances/instance_plugin.py index 2718eb35..e11b4acd 100644 --- a/blazar/plugins/instances/instance_plugin.py +++ b/blazar/plugins/instances/instance_plugin.py @@ -377,7 +377,7 @@ class VirtualInstancePlugin(base.BasePlugin, nova.NovaClientWrapper): following conditions. - If an instance reservation has not started yet - vcpus, memory_mb disk_gb and amount can be updateable unless - Blazar can accomodate the new request. + Blazar can accommodate the new request. - If an instance reservation has already started - only amount is increasable. """ diff --git a/doc/source/specs/queens/flavors-extra-specs.rst b/doc/source/specs/queens/flavors-extra-specs.rst index 9f758570..e4f102f6 100644 --- a/doc/source/specs/queens/flavors-extra-specs.rst +++ b/doc/source/specs/queens/flavors-extra-specs.rst @@ -50,7 +50,7 @@ specs focuses only on supporting resource_properties matches to ComputeHostExtraCapability. When an user reserves instances with resource_properties, Blazar picks up -hypervisors which can accomodate the requested flavor and the resource_properties. +hypervisors which can accommodate the requested flavor and the resource_properties. When admins update ComputeHostExtraCapability, Blazar re-allocates reservations related to the updated ExtraCapability. The re-allocation strategy is the same diff --git a/doc/source/specs/rocky/multi-freepools.rst b/doc/source/specs/rocky/multi-freepools.rst index cb1c0b73..5c41464d 100644 --- a/doc/source/specs/rocky/multi-freepools.rst +++ b/doc/source/specs/rocky/multi-freepools.rst @@ -61,7 +61,7 @@ before they call the create host API. ComputeExtraCapability approach ``````````````````````````````` -Operators define az infomation as ComputeExtraCapability to enable users can +Operators define az information as ComputeExtraCapability to enable users can specify az when they create a reservation. The good point of this approach is there is no need to change Blazar's APIs diff --git a/releasenotes/notes/multi-freepools-9d88b1f79c330a3c.yaml b/releasenotes/notes/multi-freepools-9d88b1f79c330a3c.yaml index 61dbde40..32359f40 100644 --- a/releasenotes/notes/multi-freepools-9d88b1f79c330a3c.yaml +++ b/releasenotes/notes/multi-freepools-9d88b1f79c330a3c.yaml @@ -9,5 +9,5 @@ features: upgrade: - | The availability zone information is stored only when cloud operators add - a new host to Blazar's freepool. If the operators needs the infomation, + a new host to Blazar's freepool. If the operators needs the information, please re-add hosts already registered in Blazar. \ No newline at end of file