devstack-plugin-tobiko/.gitignore
Federico Ressi 2fd41f4c9c [Vagrant] Update Vagranfile and its playbooks
- add multinode support for devstack nodes
- write clouds.yaml and ssh_config file to devstack-tobiko-deploy source dir
- update tobiko.conf file
- create simple functional test cases to test vagrant configuration
- remove local projects synchronization

Change-Id: I9d2517d5fa6c72b98726af8aa3ba9fa8bcf0918f
2022-07-16 07:31:40 +00:00

22 lines
209 B
Plaintext

# Tox files
.tox
# Docs files
/doc/build/
/doc/source/_static/*
# Vagrant files
.vagrant
# Configuration files
clouds.yaml
ssh_config
tobiko.conf
# Cache files
__pycache__
.pytest_cache
# Log files
*.log