Skip to content

CannedFish/proxy_360_view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple proxy for OpenStack

This is an application of Django.

Setup

  1. Register this application in settings.py;
  2. Correctly make configuration below;
# Switch for this proxy
PROXY_ON = True
# URL for keystone
PROXY_360_AUTH_URL = "http://100.100.100.34"
# URL for this proxy server
PROXY_LOCATION = "localhost:9000"

Test

python manager.py /path/to/proxy_360_view

Then you can check logs with 'DEBUG' level.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages