Merge "[admin-guide] Replace deprecated example in flavor creating"

This commit is contained in:
Jenkins 2016-09-16 09:47:21 +00:00 committed by Gerrit Code Review
commit 3837ebb3ca
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ private flavor to a project, run this command:
.. code-block:: console
$ openstack flavor create --private p1.medium auto 512 40 4
$ openstack flavor create --private p1.medium --id auto --ram 512 --disk 40 --vcpus 4
Extra Specs
~~~~~~~~~~~