summaryrefslogtreecommitdiffstats
path: root/docs/release/release-notes.rst
blob: d682dd97e2196678ea7c36e462a7aeec3b0334fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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