Fixed wrong import of Inspection in ostack_validator.celery
This commit is contained in:
parent
b9c2424399
commit
52398fe9cc
@ -5,9 +5,8 @@ import logging
|
||||
|
||||
from celery import Celery
|
||||
|
||||
from ostack_validator.common import Issue, MarkedIssue
|
||||
from ostack_validator.common import Issue, MarkedIssue, Inspection
|
||||
from ostack_validator.discovery import OpenstackDiscovery, OpenstackComponent
|
||||
from ostack_validator.inspection import Inspection
|
||||
from ostack_validator.inspections import KeystoneAuthtokenSettingsInspection
|
||||
|
||||
broker_url = os.getenv('CELERY_BROKER_URL', 'redis://localhost:6379/0')
|
||||
|
Loading…
x
Reference in New Issue
Block a user