zun/.gitignore
Eli Qiao b58a8b87a1 Devstack: Add devstack plugin for higgins
The goal is to enable higgins-api and higgins-conductor service

Currently swift service in devstack repo using "-s" to test swift
service is enable or not, "higgins-*" will be known as swift service,
devstack will then install swift too, swift team is woking on fix that
in devstack.

BTW, higgins-api port chosed as '9517'.

Test passed locally.

Change-Id: Ie12cab26a4916c4232b92c04e53098fc450a0a44
2016-05-30 08:53:44 +08:00

62 lines
596 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg*
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
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
.idea
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
*.DS_Store
# Files created by releasenotes build
releasenotes/build
# generated config file
etc/higgins/higgins.conf.sample