From 31945d8d1d4410421268330bc41f0a70bbb0e47b Mon Sep 17 00:00:00 2001 From: Kyle Mestery Date: Tue, 23 Sep 2014 20:03:53 +0000 Subject: [PATCH] Setup the neutron-specs repository for Kilo specs. This commit adds the kilo directory for Neutron specs. Change-Id: Ic6bd4eda996bd6b145d1b9cfbee020e0e2a8cec0 --- doc/source/index.rst | 1 + specs/kilo/dummy.rst | 104 +++++++++++++++++++++++++++++++++++++++++ specs/kilo/example.rst | 1 + 3 files changed, 106 insertions(+) create mode 100644 specs/kilo/dummy.rst create mode 120000 specs/kilo/example.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index f71257698..f4e1aef55 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -12,6 +12,7 @@ Juno approved specs: specs/juno/* specs/juno-incubator/* + specs/kilo/* ================== Indices and tables diff --git a/specs/kilo/dummy.rst b/specs/kilo/dummy.rst new file mode 100644 index 000000000..6cc37b617 --- /dev/null +++ b/specs/kilo/dummy.rst @@ -0,0 +1,104 @@ +.. + This work is licensed under a Creative Commons Attribution 3.0 Unported + License. + + http://creativecommons.org/licenses/by/3.0/legalcode + +========================================== +Title of your blueprint +========================================== + + +Problem Description +=================== + + +Proposed Change +=============== + + +Data Model Impact +----------------- + + +REST API Impact +--------------- + + +Security Impact +--------------- + + +Notifications Impact +-------------------- + + +Other End User Impact +--------------------- + + +Performance Impact +------------------ + + +Other Deployer Impact +--------------------- + + +Developer Impact +---------------- + + +Community Impact +---------------- + + +Alternatives +------------ + + +Implementation +============== + +Assignee(s) +----------- + + +Work Items +---------- + + +Dependencies +============ + + +Testing +======= + +Tempest Tests +------------- + + +Functional Tests +---------------- + + +API Tests +--------- + + +Documentation Impact +==================== + +User Documentation +------------------ + + +Developer Documentation +----------------------- + + +References +========== + + diff --git a/specs/kilo/example.rst b/specs/kilo/example.rst new file mode 120000 index 000000000..dc9373e3a --- /dev/null +++ b/specs/kilo/example.rst @@ -0,0 +1 @@ +../template.rst \ No newline at end of file