[admin-guide] Replace deprecated example in flavor creating

Creating a flavor via command-line had a deprecated command,
which will not work on current release (neither works on
devstack master branch). In this patchset, old command is
replaced with a working one.

Change-Id: Id66c91f9062dfceb47b93017875d23a31ded5535
Closes-Bug: #1623908
This commit is contained in:
Gábor Antal
2016-09-15 15:38:06 +02:00
parent 403b7ef963
commit bd9c910ad7

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
~~~~~~~~~~~