From cb6aa9eec7780ffe35b827ec83d1acd87c709876 Mon Sep 17 00:00:00 2001 From: Nachi Ueno Date: Tue, 13 May 2014 07:48:23 -0700 Subject: [PATCH] Adding csv-table example for template csv-table is a easiler way to write a table, so we are adding it in the template example. Change-Id: I3667be59393dc092f36a5ffb03a30bc8d04f2fd8 --- specs/template.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/specs/template.rst b/specs/template.rst index eaa821170..9d4b06646 100644 --- a/specs/template.rst +++ b/specs/template.rst @@ -181,6 +181,17 @@ be used: +----------+-------+---------+---------+------------+--------------+ +Here is the other example of the table using csv-table + + +.. csv-table:: CSVTable + :header: Attribute Name,Type,Access,Default Value,Validation Conversion,Description + + id,string (UUID),"RO, all",generated,N/A,identity + name,string,"RW, all","''",string,human-readable name + color,string,"RW, admin",red,"'red', 'yellow' or 'green'",color indicating state + + Each API method which is either added or changed that does not use Neutron's attribute map facility should have the following: