Add flavor extra_spec info link to api_ref

In the current api-ref, we have illustrated
about how to add extra specs for flavors,
but it was very simple and we have a large
number of built-in extra specs that can be
used to archive different purpose listed here:
http://docs.openstack.org/admin-guide/compute-flavors.html

The reader will still be confused about how
to correctly use extra specs only read the
api-ref. We could first simply add the above
link to the flavor extra spec section in
api-ref to let readers know where to find
information and come up with better solution
later.

Change-Id: Ie720973783f153d3954be9f4bd97e7f9bf788c6b
Closes-bug: #1640654
This commit is contained in:
Kevin_Zheng 2016-11-10 11:49:20 +08:00 committed by Zhenyu Zheng
parent 72d0c3a484
commit da1148a7a7
1 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,11 @@ Create Extra Specs For A Flavor
Creates extra specs for a flavor, by ID.
.. note:: Please reference:
`Compute Flavors
<http://docs.openstack.org/admin-guide/compute-flavors.html#extra-specs>`__
for available built-in extra specs under ``Extra Specs`` section.
Normal response codes: 200
Error response codes: unauthorized(401), forbidden(403), itemNotFound(404),