[OpenStack-Infra] Nodepool schema change

James E. Blair corvus at inaugust.com
Wed Jun 22 22:11:55 UTC 2016


Hi,

In nodepool master we just merged a change (add "--reason" to 'nodepool
hold' command) which will require a schema change.  To do so, run the
following:

mysql> alter table node add column comment varchar(255) after state_time;

-Jim



More information about the OpenStack-Infra mailing list