Merge "Update wrong comment"

This commit is contained in:
Jenkins 2016-02-25 21:18:08 +00:00 committed by Gerrit Code Review
commit bc1da0d229
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ def upgrade(migrate_engine):
meta = MetaData()
meta.bind = migrate_engine
# Add a new column metrics to save metrics info for compute nodes
# Add a new column extra_resources to save extra_resources info for
# compute nodes
compute_nodes = Table('compute_nodes', meta, autoload=True)
shadow_compute_nodes = Table('shadow_compute_nodes', meta, autoload=True)