diff options
Diffstat (limited to 'docs/release')
-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 |