diff options
author | spisarski <s.pisarski@cablelabs.com> | 2018-04-12 13:20:52 -0600 |
---|---|---|
committer | Steven Pisarski <s.pisarski@cablelabs.com> | 2018-04-26 21:09:25 +0000 |
commit | a5880f7bf9d177510c5781b5ce600ea8c565ad43 (patch) | |
tree | 596cd78655b45fd9a2be0d4021443bb108652487 /docs/release/release-notes.rst | |
parent | 1c749e4c6c21bea0c6bb6f177f4c3116d581dcc1 (diff) |
Initial release-notes.
JIRA: SNAPS-288
Change-Id: I61e96eeb2128fc4e4abc88595504cad5f70f4378
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
(cherry picked from commit bf07de830d7517f7173a3e8a68e1fa6dac2539da)
Diffstat (limited to 'docs/release/release-notes.rst')
-rw-r--r-- | docs/release/release-notes.rst | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/release/release-notes.rst b/docs/release/release-notes.rst new file mode 100644 index 0000000..d682dd9 --- /dev/null +++ b/docs/release/release-notes.rst @@ -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 |