diff options
| author | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-09-09 02:23:31 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-09-09 02:23:31 -0700 |
| commit | 010a1d2b49f50d7cd763b3789bfd2d6789e2279b (patch) | |
| tree | f8642023af42962cfc982a78c8f7ccc2e3e904dd | |
| parent | 0054b12397a3962ef019a33264a8fb136f183abb (diff) | |
missing deleted ref
| -rw-r--r-- | nova/db/sqlalchemy/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/db/sqlalchemy/models.py b/nova/db/sqlalchemy/models.py index 58f6d4f61..d460fbb4b 100644 --- a/nova/db/sqlalchemy/models.py +++ b/nova/db/sqlalchemy/models.py @@ -168,7 +168,7 @@ class Service(BASE, NovaBase): report_count = Column(Integer, nullable=False, default=0) @classmethod - def find_by_args(cls, host, binary, session=None): + def find_by_args(cls, host, binary, session=None, deleted=False): if not session: session = get_session() try: |
