[OpenStack-Infra] Nodepool schema change

James E. Blair corvus at inaugust.com
Thu Apr 28 20:52:57 UTC 2016


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



More information about the OpenStack-Infra mailing list