From 47423dfb7fb22924b6b06b99bb571c49bbc54af8 Mon Sep 17 00:00:00 2001 From: jichen Date: Wed, 6 Jun 2018 14:52:36 +0800 Subject: [PATCH] Fix doc nit use openstack hypervisor list instead nova hypervisor-list to sync with sample given Change-Id: Ib2224d317745738dd0bde62ac832d8308b369164 --- doc/source/admin/configuration/schedulers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/configuration/schedulers.rst b/doc/source/admin/configuration/schedulers.rst index 538919d706..2c43aa8a25 100644 --- a/doc/source/admin/configuration/schedulers.rst +++ b/doc/source/admin/configuration/schedulers.rst @@ -1173,7 +1173,7 @@ aggregates in nova. These aggregates are defined (purely) as groupings of related resource providers. Since compute nodes in nova are represented in placement as resource providers, they can be added to a placement aggregate as well. For example, get the uuid of the compute -node using :command:`nova hypervisor-list` and add it to an +node using :command:`openstack hypervisor list` and add it to an aggregate in placement using :command:`openstack placement aggregate set`.