Merge "formal datasource interface implementation"

This commit is contained in:
Zuul
2019-05-28 12:15:06 +00:00
committed by Gerrit Code Review
23 changed files with 915 additions and 1253 deletions

View File

@@ -47,7 +47,6 @@ class Instance(compute_resource.ComputeResource):
# 'watcher_exclude' property will be set True.
"watcher_exclude": wfields.BooleanField(default=False),
"state": wfields.StringField(default=InstanceState.ACTIVE.value),
"memory": wfields.NonNegativeIntegerField(),
"disk": wfields.IntegerField(),
"disk_capacity": wfields.NonNegativeIntegerField(),