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

_______________________________________________
OpenStack-Infra mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

Reply via email to