From f5ad8e206f8d39e76e2bc413eb2fed4f71b88c33 Mon Sep 17 00:00:00 2001 From: Kevin_Zheng Date: Wed, 22 Nov 2017 11:11:40 +0800 Subject: [PATCH] Api-guide: Address TODOs in user_concepts section Address TODOs in user_concepts section Change-Id: Ibb604a0421f13066b88c75295abe91eb4a5a5d2e --- api-guide/source/general_info.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/api-guide/source/general_info.rst b/api-guide/source/general_info.rst index c563af68bd..711f3c6f74 100644 --- a/api-guide/source/general_info.rst +++ b/api-guide/source/general_info.rst @@ -41,8 +41,12 @@ several key concepts: - **Flavor Extra Specs** - TODO: Short description at here. The detail reference to - :doc:`extra_specs_and_properties` + Key and value pairs that can be used to describe the specification of + the server which more than just about CPU, disk and RAM. For example, + it can be used to indicate that the server created by this flavor has + PCI devices, etc. + + For more details, please see: :doc:`extra_specs_and_properties` - **Image** @@ -55,8 +59,10 @@ several key concepts: - **Image Properties** - TODO: Short description at here. The detail reference to - :doc:`extra_specs_and_properties` + Key and value pairs that can help end users to determine the requirements + of the guest os in the image. + + For more details, please see: :doc:`extra_specs_and_properties` - **Key Pair**