4f6130e81c
Added new api module for communication with openstack-management service. Structure of this module is similar to other existing api modules (IOW plain list of api methods). True is this plain structure of api methods is not optimal because there is ATM not good place to put business logic, but this is horizon wide issue and will be targeted in a separate patch. Because there is not real management service yet, these api methods use classic Django models for storing dummy data. You have to run "python manage.py syncdb" to init/update db. Change-Id: I4e56be6824061f55021819ff66faa1cfd7f135d2
29 lines
412 B
Plaintext
29 lines
412 B
Plaintext
*.pyc
|
|
*.swp
|
|
*.sqlite3
|
|
.environment_version
|
|
.selenium_log
|
|
.coverage*
|
|
.noseids
|
|
.DS_STORE
|
|
coverage.xml
|
|
nosetests.xml
|
|
pep8.txt
|
|
pylint.txt
|
|
reports
|
|
horizon.egg-info
|
|
openstack_dashboard/local/local_settings.py
|
|
openstack_dashboard/local/.secret_key_store
|
|
openstack_dashboard/test/.secret_key_store
|
|
doc/build/
|
|
doc/source/sourcecode
|
|
/static/
|
|
.venv
|
|
.tox
|
|
build
|
|
dist
|
|
AUTHORS
|
|
ChangeLog
|
|
tags
|
|
openstack_dashboard/dummydb.sqlite
|