Merge "Add enable_cpu_pinning to compute_node for etcd"

This commit is contained in:
Zuul 2019-01-05 04:24:49 +00:00 committed by Gerrit Code Review
commit fde50a6901
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ class ComputeNode(Base):
self.disk_used = 0
self.disk_total = 0
self.disk_quota_supported = False
self.enable_cpu_pinning = False
self.update(compute_node_data)
@classmethod