Remove files added accidentally to the repo

This patch removes directory .tobiko-evn which was added
by accident to the git repo in the past.
It also updates .gitignore file to ignore this location
in the future.

Change-Id: Iae07065cbc763d8babd5163ff5ff75d442726d0a
This commit is contained in:
Slawek Kaplonski 2019-10-03 11:29:37 +02:00 committed by Federico Ressi
parent 16032b26f7
commit c7577d579a
5 changed files with 1 additions and 19 deletions

1
.gitignore vendored
View File

@ -11,6 +11,7 @@
.stestr
.test
.testrepository
.tobiko-env
.tox
.vagrant
.venv

View File

@ -1,4 +0,0 @@
{
"context_is_admin": "role:dummy",
"context_is_advsvc": "role:dummy"
}

View File

@ -1,8 +0,0 @@
[DEFAULT]
# Show debugging output in logs (sets DEBUG log level output)
debug = False
lock_path = $state_path/lock
[database]
connection = 'sqlite://'

View File

@ -1,5 +0,0 @@
{
"context_is_admin": "role:admin",
"context_is_advsvc": "role:advsvc",
"default": "rule:admin_or_owner"
}