Hi, With the merge of https://review.openstack.org/307388 nodepool requires a schema change. You can accomplish this by stopping nodepoold, then either dropping the 'node' and 'subnode' tables, or issuing the following command alter table node add column manager_name varchar(255) after target_name; And then restart. -Jim