Skip to content

Commit

Permalink
Update .gitreview for stable/zed
Browse files Browse the repository at this point in the history
Change-Id: Iee3c332437de989b67f7476fa09e727472ef641a
  • Loading branch information
openstackadmin authored and eyalb1 committed Sep 20, 2022
1 parent 9a97105 commit 432aec7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitreview
Expand Up @@ -2,3 +2,4 @@
host=review.opendev.org
port=29418
project=openstack/vitrage.git
defaultbranch=stable/zed
1 change: 1 addition & 0 deletions test-requirements.txt
Expand Up @@ -12,3 +12,4 @@ testtools>=2.3.0 # MIT
stestr>=2.0.0 # Apache-2.0
reno>=3.1.0 # Apache-2.0
zake>=0.1.6 # Apache-2.0
WebTest>=3.0.0 # MIT
1 change: 1 addition & 0 deletions vitrage/storage/impl_sqlalchemy.py
Expand Up @@ -42,6 +42,7 @@ def __init__(self, url):
for opt in storage.OPTS:
options.pop(opt.name, None)
self._engine_facade = db_session.EngineFacade(self._dress_url(url),
autocommit=True,
**options)
self._active_actions = ActiveActionsConnection(self._engine_facade)
self._events = EventsConnection(self._engine_facade)
Expand Down

0 comments on commit 432aec7

Please sign in to comment.