From 2e47a561433db68860fe71745b06046029116a91 Mon Sep 17 00:00:00 2001 From: Kevin_Zheng Date: Thu, 10 Nov 2016 11:49:20 +0800 Subject: [PATCH] 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 (cherry picked from commit da1148a7a759a6e54be1688b7a2d73e19498099d) --- api-ref/source/os-flavor-extra-specs.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api-ref/source/os-flavor-extra-specs.inc b/api-ref/source/os-flavor-extra-specs.inc index b478fea3c6c8..4ea220a9f642 100644 --- a/api-ref/source/os-flavor-extra-specs.inc +++ b/api-ref/source/os-flavor-extra-specs.inc @@ -48,6 +48,11 @@ Create Extra Specs For A Flavor Creates extra specs for a flavor, by ID. +.. note:: Please reference: + `Compute Flavors + `__ + for available built-in extra specs under ``Extra Specs`` section. + Normal response codes: 200 Error response codes: unauthorized(401), forbidden(403), itemNotFound(404),