Clean up lint, old vcs and project files

Change-Id: I221436be8e82c229ebd48005c50974453db5acc8
This commit is contained in:
Ryan Beisner 2018-06-11 19:39:25 -05:00
parent 82487e8bd3
commit 38feafef62
3 changed files with 1 additions and 23 deletions

View File

@ -1,5 +0,0 @@
bin
.coverage
.venv
.testrepository/
.tox/

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>glance-simplestreams-sync</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>

View File

@ -67,7 +67,7 @@ class GlanceBasicDeployment(OpenStackAmuletDeployment):
# Check for Sync completed
self._auto_wait_for_status(re.compile('Sync completed.*',
re.IGNORECASE),
include_only=exclude_services)
include_only=exclude_services)
self.d.sentry.wait()
self._initialize_tests()