summaryrefslogtreecommitdiff
path: root/api-guide/source/extra_specs_and_properties.rst
diff options
context:
space:
mode:
authorHe Jie Xu <hejie.xu@intel.com>2015-12-04 22:05:41 +0800
committerHe Jie Xu <hejie.xu@intel.com>2015-12-09 13:59:03 +0800
commitfaac6a59d244ed3498000c5895772265536da963 (patch)
tree30388dad57831c031b9c28a1b619f3462d8ac8c5 /api-guide/source/extra_specs_and_properties.rst
parentca40e314903af0233e56b8dcdfdc1843b1633247 (diff)
downloadnova-faac6a59d244ed3498000c5895772265536da963.tar.gz
Add separated section for extra specs and image properties
We should describe extra specs and image properties in concept doc This patch add separated section for it. blueprint complete-todo-in-api-concept-doc Change-Id: I092c15c82666eeb113485aee3ea878888d6eaf2d
Diffstat (limited to 'api-guide/source/extra_specs_and_properties.rst')
-rw-r--r--api-guide/source/extra_specs_and_properties.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/api-guide/source/extra_specs_and_properties.rst b/api-guide/source/extra_specs_and_properties.rst
new file mode 100644
index 0000000000..29a9ffe942
--- /dev/null
+++ b/api-guide/source/extra_specs_and_properties.rst
@@ -0,0 +1,17 @@
+=======================================
+Flavor Extra Specs and Image Properties
+=======================================
+
+TODO: Generic description about Flavor Extra Specs and Image Properties.
+
+Flavor Extra Specs
+==================
+
+TODO: List the extra specs which we supported at here. The best is the extra
+specs can auto-gen from the nova code.
+
+Image Properties
+================
+
+TODO: List the properties which affect the server creation. The best is the
+properties can auto-gen from the image properties object.