Merge "[admin-guide] Legacy to OpenStack command"

This commit is contained in:
Jenkins 2017-02-09 11:46:01 +00:00 committed by Gerrit Code Review
commit 9760ab3a51

View File

@ -122,12 +122,12 @@ settings:
**Specifying trusted flavors**
#. Flavors can be designated as trusted using the
:command:`nova flavor-key set` command. In this example, the ``m1.tiny``
flavor is being set as trusted:
:command:`openstack flavor set` command. In this example, the
``m1.tiny`` flavor is being set as trusted:
.. code-block:: console
$ nova flavor-key m1.tiny set trust:trusted_host=trusted
$ openstack flavor set --property trusted_host=trusted m1.tiny
#. You can request that your instance is run on a trusted host by
specifying a trusted flavor when booting the instance: