summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-09-05 10:27:56 +0000
committerGerrit Code Review <review@openstack.org>2017-09-05 10:27:56 +0000
commit5b666312fbd1e9441d68c786a2ebbe9a4ad789e1 (patch)
tree268bbc22899af8a57afa698917a205bd2d6f5c9a
parent8df30928d31cad549c2a8276f2b3ed9ba10a89bd (diff)
parentecaa1a39a8eb542e782ed243c99f070f8e1aaf34 (diff)
downloadoslo-db-5b666312fbd1e9441d68c786a2ebbe9a4ad789e1.tar.gz
Merge "Remove method provisioned_engine in class Backend"
-rw-r--r--oslo_db/sqlalchemy/provision.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/oslo_db/sqlalchemy/provision.py b/oslo_db/sqlalchemy/provision.py
index faa0e6b..7aa1fd3 100644
--- a/oslo_db/sqlalchemy/provision.py
+++ b/oslo_db/sqlalchemy/provision.py
@@ -340,17 +340,6 @@ class Backend(object):
"""
return self.impl.provisioned_database_url(self.url, ident)
- @debtcollector.removals.remove()
- def provisioned_engine(self, ident):
- """Given the URL of a particular database backend and the string
-
- name of a particular 'database' within that backend, return
- an Engine instance whose connections will refer directly to the
- named database.
-
- """
- return self.impl.provisioned_engine(self.url, ident)
-
@classmethod
def _setup(cls):
"""Initial startup feature will scan the environment for configured