Remove unused ManilaNode sqlalchemy model
Never used cinder legacy. It has been removed there as well in https://review.opendev.org/#/c/58736 Change-Id: Id8889c54fcfff5480e7f4654f2aff90aa818a1bb
This commit is contained in:
parent
3b36160199
commit
a386ae304b
@ -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