Bug #914907: register_models in db/sqlalchemy/models.py references non-existent ExportDevice
Remove ExportDevice from register_models as this no longer exists. Change-Id: I68555eb33e035fa3669e4ac4b77cb2c0598cf52c
This commit is contained in:
@@ -934,7 +934,7 @@ def register_models():
|
||||
"""
|
||||
from sqlalchemy import create_engine
|
||||
models = (Service, Instance, InstanceActions, InstanceTypes,
|
||||
Volume, ExportDevice, IscsiTarget, FixedIp, FloatingIp,
|
||||
Volume, IscsiTarget, FixedIp, FloatingIp,
|
||||
Network, SecurityGroup, SecurityGroupIngressRule,
|
||||
SecurityGroupInstanceAssociation, AuthToken, User,
|
||||
Project, Certificate, ConsolePool, Console, Zone,
|
||||
|
||||
Reference in New Issue
Block a user