
2. Added router to Route /datacenters/ and /services/ URLs 3. Added stubs for windc/core/api. 4. Fixed start-up process for service ------------------------------------------------- Now it is working service which will reply for curl http://localhost:8181/tenant_id/datacenters/ curl http://localhost:8181/tenant_id/datacenters/dc_id/services curl http://localhost:8181/tenant_id/datacenters/dc_id/services/service_id
23 lines
396 B
Plaintext
23 lines
396 B
Plaintext
# The greenlet package must be compiled with gcc and needs
|
|
# the Python.h headers. Make sure you install the python-dev
|
|
# package to get the right headers...
|
|
greenlet>=0.3.1
|
|
|
|
SQLAlchemy>=0.7
|
|
anyjson
|
|
eventlet>=0.9.12
|
|
PasteDeploy
|
|
Routes
|
|
webob==1.0.8
|
|
wsgiref
|
|
argparse
|
|
sqlalchemy-migrate>=0.7.2
|
|
httplib2
|
|
kombu
|
|
iso8601>=0.1.4
|
|
|
|
# For paste.util.template used in keystone.common.template
|
|
Paste
|
|
|
|
passlib
|