Skip to content

Commit

Permalink
Fix Typo mistake in documentation of "host aggregates in nova"
Browse files Browse the repository at this point in the history
Change-Id: I74e169705e3c5dff03b0a478b1e8ce4d7504dca2
Closes-Bug: 1855314
  • Loading branch information
xiaojueguan committed Dec 7, 2019
1 parent 8a61c7e commit 9a13b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/admin/aggregates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion doc/source/admin/availability-zones.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9a13b02

Please sign in to comment.