
In order to migrate the code base to the "OpenStack way": * Replace ConfigParser by oslo.config * Replace logging by oslo.log * Use testtools as base class for unit tests * Add tox -e genconfig to generate config file * Start to organize the file structure like other projects * Define 2 cli entry points almanach-collector and almanach-api * The docker-compose.yml is now used to run integration-tests * Integration tests will be moved to tempest in the future * Docker configs should be deprecated and moved to Kolla Change-Id: I89a89a92c7bdb3125cc568323db0f9488e1380db
13 lines
301 B
Plaintext
13 lines
301 B
Plaintext
pbr>=1.10.0
|
|
Flask==0.10.1
|
|
PyYAML==3.11
|
|
jsonpickle==0.7.1
|
|
pymongo>=3.0.2,!=3.1 # Apache-2.0
|
|
kombu>=3.0.30
|
|
pytz>=2014.10
|
|
voluptuous==0.8.11
|
|
python-keystoneclient>=1.6.0
|
|
six>=1.9.0 # MIT
|
|
oslo.serialization>=1.10.0 # Apache-2.0
|
|
oslo.config>=3.14.0 # Apache-2.0
|
|
oslo.log>=3.11.0 # Apache-2.0 |