fuel-ccp-cinder/.gitignore
Proskurin Kirill 088c2658e5 Add Cinder service
Ceph only.

Example conf:

configs:
  ceph:
    fsid: "afca8524-2c47-4b81-a0b7-2300e62212f9"
    mon_host: "IP OF CEPH MON NODE"
  cinder:
    enable: true
    key: "AQCeQ+5XUCgdDBAARRl6lx8Lze9wwf2IzCgBnA=="
    rbd_secret_uuid: "b416770d-f3d4-4ac9-b6db-b6a7ac1c61c0"

Change-Id: I31fde6e2beaf6303fef7188eb2c859beb90567ab
2016-10-20 10:26:34 +00:00

69 lines
620 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
.eggs
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
cover
.tox
nosetests.xml
.testrepository
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# oslo-config-generator
etc/*.sample
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
# Vagrant
.vagrant
vagrant/Vagrantfile.custom
vagrant/vagrantkey*
# generated openrc
openrc
tests/.cache*