doc: Fix openstack CLI command

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

Change-Id: If085efd0cfb417764e24e9c7eeb23a4d34bf250f
Closes-Bug: #1821916
This commit is contained in:
Takashi NATSUME 2019-03-28 09:44:18 +09:00
parent 38ce9d8a11
commit b71a5bae88
1 changed files with 1 additions and 1 deletions

View File

@ -1210,7 +1210,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