From 9a13b02d9e4a0f94204e0921fc151ee4e8fb679c Mon Sep 17 00:00:00 2001 From: xiaojueguan Date: Sat, 7 Dec 2019 10:24:33 +0800 Subject: [PATCH] Fix Typo mistake in documentation of "host aggregates in nova" Change-Id: I74e169705e3c5dff03b0a478b1e8ce4d7504dca2 Closes-Bug: 1855314 --- doc/source/admin/aggregates.rst | 2 +- doc/source/admin/availability-zones.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/admin/aggregates.rst b/doc/source/admin/aggregates.rst index 07dfd6a6460..5b271a69c64 100644 --- a/doc/source/admin/aggregates.rst +++ b/doc/source/admin/aggregates.rst @@ -295,7 +295,7 @@ To list all aggregates and show information about a specific aggregate, run: .. code-block:: console - $ openstack aggegrate list + $ openstack aggregate list $ openstack aggregate show my-aggregate To set and unset a property on the aggregate, run: diff --git a/doc/source/admin/availability-zones.rst b/doc/source/admin/availability-zones.rst index a3c04644233..5fa0f974d62 100644 --- a/doc/source/admin/availability-zones.rst +++ b/doc/source/admin/availability-zones.rst @@ -269,7 +269,7 @@ order to determine which AZ the host aggregate(s) belong to, run: .. code-block:: console - $ openstack aggegrate list --long + $ openstack aggregate list --long $ openstack aggregate show my-aggregate Finally, to disassociate a host aggregate from an availability zone, run: