diff options
author | 2015-11-10 14:36:26 -0800 | |
---|---|---|
committer | 2015-11-11 09:30:36 -0800 | |
commit | 9186f91fdd23b59404e90988ca9ee2172797e8e2 (patch) | |
tree | 4eb7f87f05a34ddf691ca80103436efd534d98af /design_docs/definitions.rst | |
parent | 9a772dc98c27f74ce64171289fe75ffb18e12213 (diff) |
Move design_docs into docs/design
Change HTML theme for sphinx
Fix makefile reference to old design_docs dir
Change-Id: I848115c5901db8dc33aa4157bdbc8af430695f31
Signed-off-by: blsaws <blsaws@hotmail.com>
Diffstat (limited to 'design_docs/definitions.rst')
-rw-r--r-- | design_docs/definitions.rst | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/design_docs/definitions.rst b/design_docs/definitions.rst deleted file mode 100644 index 4423d45..0000000 --- a/design_docs/definitions.rst +++ /dev/null @@ -1,38 +0,0 @@ -Definitions -=========== -.. list-table:: Definitions - :widths: 15 85 - :header-rows: 1 - - * - Term - - Meaning - - * - State - - Information that can be used to convey or imply the state of something, e.g. an application, resource, entity, etc. This can include data held inside OPNFV components, "events" that have occurred (e.g. "policy violation"), etc. - - * - Event - - An item of significance to the policy engine, for which the engine has become aware through some method of discovery e.g. polling or notification. - -Abbreviations -============= -.. list-table:: Abbreviations - :widths: 15 85 - :header-rows: 1 - - * - Term - - Meaning - - * - CRUD - - Create, Read, Update, Delete (database operation types) - - * - FCAPS - - Fault, Configuration, Accounting, Performance, Security - - * - NF - - Network Function - - * - SFC - - Service Function Chaining - - * - VNF - - Virtual Network Function |