Initial release-notes. 11/56711/1
authorspisarski <s.pisarski@cablelabs.com>
Thu, 12 Apr 2018 19:20:52 +0000 (13:20 -0600)
committerSteven Pisarski <s.pisarski@cablelabs.com>
Thu, 26 Apr 2018 21:09:25 +0000 (21:09 +0000)
JIRA: SNAPS-288

Change-Id: I61e96eeb2128fc4e4abc88595504cad5f70f4378
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
(cherry picked from commit bf07de830d7517f7173a3e8a68e1fa6dac2539da)

docs/release/release-notes.rst [new file with mode: 0644]

diff --git a/docs/release/release-notes.rst b/docs/release/release-notes.rst
new file mode 100644 (file)
index 0000000..d682dd9
--- /dev/null
@@ -0,0 +1,25 @@
+=================
+SNAPS-OO in OPNFV
+=================
+
+Introduction
+============
+
+SNAPS-OO is a object-oriented library designed for managing objects deployed
+on OpenStack. In addition to its ability to deploy and manage objects, this
+project also contains many API and integration tests that can be used to
+validate your OpenStack cloud. Also included is a lightweight orchestrator that
+can be used for rapid prototyping virtual environments.
+
+Installation
+============
+
+To use SNAPS-OO, it must first be installed into your Python 2.7-3.5 runtime.
+To install:
+
+pip install -e <SNAPS-OO directory>
+
+Using SNAPS-OO
+==============
+
+Please refer to the RST documents in ../how-to-use
\ No newline at end of file