Merge "Sync `services` SQLA model with what's in the DB"

This commit is contained in:
Jenkins
2017-01-21 17:47:20 +00:00
committed by Gerrit Code Review

View File

@@ -90,7 +90,7 @@ class Service(BASE, CinderBase):
# replication_status can be: enabled, disabled, not-capable, error,
# failed-over or not-configured
replication_status = Column(String(255), default="not-capable")
replication_status = Column(String(36), default="not-capable")
active_backend_id = Column(String(255))
frozen = Column(Boolean, nullable=False, default=False)