summaryrefslogtreecommitdiffstats
path: root/docker/thirdparty-requirements.txt
blob: 84521f233ba39a2326868139e15c6b9212fc74c9 (plain)
1
2
3
4
5
6
7
8
9
baro_tests
sdnvpn
opera
securityscanning
sfc
promise
tosca-parser>=0.7.0 # Apache-2.0
heat-translator>=0.4.0 # Apache-2.0
refstack-client
span> declarative_base from yardstick.common import constants as consts logger = logging.getLogger(__name__) logger.setLevel(logging.DEBUG) engine = create_engine(consts.SQLITE, convert_unicode=True) db_session = scoped_session(sessionmaker(autocommit=False, autoflush=False, bind=engine)) Base = declarative_base() Base.query = db_session.query_property()