8994ffcab1
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
17 lines
217 B
Plaintext
17 lines
217 B
Plaintext
# Packages needed for dev testing
|
|
# For translations processing
|
|
Babel
|
|
|
|
# Needed for testing
|
|
unittest2
|
|
mock==0.8.0
|
|
nose
|
|
nose-exclude
|
|
nosexcover
|
|
#openstack.nose_plugin
|
|
pep8==1.0.1
|
|
sphinx>=1.1.2
|
|
paramiko
|
|
ipaddr
|
|
pysqlite
|