Merge "Remove unused ManilaNode sqlalchemy model"
This commit is contained in:
commit
2f01b8a3cb
@ -81,14 +81,6 @@ class Service(BASE, ManilaBase):
|
||||
)
|
||||
|
||||
|
||||
class ManilaNode(BASE, ManilaBase):
|
||||
"""Represents a running manila service on a host."""
|
||||
|
||||
__tablename__ = 'manila_nodes'
|
||||
id = Column(Integer, primary_key=True)
|
||||
service_id = Column(Integer, ForeignKey('services.id'), nullable=True)
|
||||
|
||||
|
||||
class Quota(BASE, ManilaBase):
|
||||
"""Represents a single quota override for a project.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user