doc: Fix openstack CLI command

Replace 'openstack placement aggregate set' with
'openstack resource provider aggregate set'.

Change-Id: If085efd0cfb417764e24e9c7eeb23a4d34bf250f
Closes-Bug: #1821916
(cherry picked from commit b71a5bae88)
This commit is contained in:
Takashi NATSUME 2019-03-28 09:44:18 +09:00
parent e4857b9857
commit 7ccea385b1
1 changed files with 1 additions and 1 deletions

View File

@ -1198,7 +1198,7 @@ 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:`openstack hypervisor list` and add it to an
aggregate in placement using :command:`openstack placement aggregate
aggregate in placement using :command:`openstack resource provider aggregate
set`.
.. code-block:: console