forked from Mirantis/openstack-lbaas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
19 lines (13 loc) · 815 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This is the OpenStack Skeleton project. It serves two main purposes:
* As a template for new projects wanting to join the OpenStack project
* As a proving ground for determining best practices and common code
for all OpenStack projects
The skeleton project is designed to show a recommended set of modules
for creating a simple WSGI server, with a versioned API, clean separation
of modules, a standard way of structuring both unit and functional tests,
configuration files, and documentation.
1. How to run unittest:
a) execute ./run-test.sh First time it will initialize venv folder (download some pkgs)
2. How to start balancer service
a) check config file - ./etc/balancer-api-paste.ini
b) in top level directory execute ./bin/balancer-api --config-file ./etc/balancer-api-paste.ini