deb487d8c0
1) Create separate config use the separate config.py to use: tox -egencfconfig 2) Create separate db for murano service broker to use: tox -e venv murano-cfapi-db-manage \ --config-file etc/murano/murano-cfapi.conf upgrade Change-Id: Ifd3551ace000e496d99725f46dbead62f7ef64b0 partial-implement: bp separate-service-broker-from-murano
55 lines
734 B
Plaintext
55 lines
734 B
Plaintext
#swap file
|
|
*.swp
|
|
|
|
#IntelJ Idea
|
|
.idea/
|
|
|
|
#virtualenv
|
|
.venv/
|
|
|
|
#Build results
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
*.egg
|
|
eggs/
|
|
.eggs/
|
|
develop-eggs/
|
|
.tox
|
|
AUTHORS
|
|
ChangeLog
|
|
.testrepository
|
|
.coverage
|
|
cover
|
|
|
|
#Python
|
|
*.pyc
|
|
|
|
#Translation build
|
|
*.mo
|
|
|
|
#SQLite Database files
|
|
*.sqlite
|
|
|
|
#Autogenerated Documentation
|
|
doc/source/api
|
|
|
|
#Config file for functional tests
|
|
murano/tests/functional/engine/config.conf
|
|
|
|
#Autogenerated sample config file
|
|
etc/murano/murano.conf.sample
|
|
etc/murano/murano-cfapi.conf.sample
|
|
|
|
#User Config file for Murano
|
|
etc/murano/murano.conf
|
|
etc/murano/murano-cfapi.conf
|
|
etc/murano/logging.conf
|
|
|
|
# pylint autogenerated support files
|
|
tools/lintstack.head.py
|
|
tools/pylint_exceptions
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|