Skip to content

A python demo project for novices of OpenStack development

License

Notifications You must be signed in to change notification settings

wynn5a/openstack_beginner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo project for python beginners who interested in OpenStack development

content included

  • WSGI
  • paste deployment
  • setuptools
  • webob
  • routes

How to run

  1. pip install PasteScript WebOb PasteDeploy
  2. clone this project into your workspace
  3. cd ./openstack_beginner
  4. python setup.py develop
  5. paster serve config.ini
  6. open url: http://localhost:8080?username=root&password=123

About

A python demo project for novices of OpenStack development

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages