Fix Typo mistake in documentation of "host aggregates in nova"

Change-Id: I74e169705e3c5dff03b0a478b1e8ce4d7504dca2
Closes-Bug: 1855314
This commit is contained in:
xiaojueguan 2019-12-07 10:24:33 +08:00
parent 8a61c7eea0
commit 9a13b02d9e
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: