Skip to content

t-sdn/tenant-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tenant Manager

Simple tenant manager for smoke testing.

Installation and Usage

# Using pip for global installation.
$ pip install --user -r requirements.txt

# Using virtualenv.
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

# Using virtualenvwrapper.
$ mkvirtualenv tenant-manager -a .
$ pip install -r requirements.txt

# Now, you can run it with uwsgi.
# But before you run, set environment.
$ export INTERFACE=ethX
$ uwsgi uwsgi.ini

And you can open http://localhost:5000/ on your browser.

About

Tenant network manager with simple web UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published