diff options
author | Kevin_Zheng <zhengzhenyu@huawei.com> | 2017-11-22 11:11:40 +0800 |
---|---|---|
committer | Kevin_Zheng <zhengzhenyu@huawei.com> | 2017-11-23 14:33:18 +0800 |
commit | f5ad8e206f8d39e76e2bc413eb2fed4f71b88c33 (patch) | |
tree | f3cd4ab1d9a4a93e79b502c92b9225a992259b77 /api-guide/source | |
parent | 8628c75738d6ad343d66247ca9e7fe4e0304cefb (diff) | |
download | nova-f5ad8e206f8d39e76e2bc413eb2fed4f71b88c33.tar.gz |
Api-guide: Address TODOs in user_concepts section
Address TODOs in user_concepts section
Change-Id: Ibb604a0421f13066b88c75295abe91eb4a5a5d2e
Diffstat (limited to 'api-guide/source')
-rw-r--r-- | api-guide/source/general_info.rst | 14 |
1 files 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** |