4ef9ba94c0
Configurations of the integration tests are maintained both in horizon.conf and in-code configuration. It is redundant. Configurations of the integration tests are defined by oslo.config. We can use default values from them and generate a sample config file using oslo-config-generator. This commit drops horizon.conf and generates the sample config. We no longer have horizon.conf, so the logic to load the config files is updated accordingly. Also makes the usage of single and double quotes in config.py consistent. Change-Id: Id16c9fd4114316ade63c74097e486623d0c5be9f
47 lines
973 B
Plaintext
47 lines
973 B
Plaintext
*.egg*
|
|
*.mo
|
|
*.pot
|
|
*.pyc
|
|
*.sw?
|
|
*.sqlite3
|
|
*.lock
|
|
.environment_version
|
|
.selenium_log
|
|
.coverage*
|
|
.DS_STORE
|
|
.DS_Store
|
|
/cover
|
|
coverage.xml
|
|
coverage-karma
|
|
pep8.txt
|
|
pylint.txt
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
reports
|
|
openstack_dashboard/local/*
|
|
!openstack_dashboard/local/local_settings.py.example
|
|
!openstack_dashboard/local/enabled/_50__settings.py.example
|
|
!openstack_dashboard/local/local_settings.d
|
|
openstack_dashboard/local/local_settings.d/*
|
|
!openstack_dashboard/local/local_settings.d/*.example
|
|
openstack_dashboard/test/.secret_key_store
|
|
openstack_dashboard/test/integration_tests/horizon.conf.sample
|
|
openstack_dashboard/test/integration_tests/local-horizon.conf
|
|
openstack_dashboard/test/integration_tests/test_reports/
|
|
openstack_dashboard/wsgi/horizon.wsgi
|
|
openstack_dashboard/horizon_wsgi.py
|
|
doc/build/
|
|
/static/
|
|
integration_tests_screenshots/
|
|
.tox
|
|
node_modules
|
|
npm-debug.log
|
|
build
|
|
dist
|
|
AUTHORS
|
|
ChangeLog
|
|
tags
|
|
ghostdriver.log
|
|
.idea
|
|
package-lock.json
|