Comment 1 for bug 1471854

Revision history for this message
Jim Rollenhagen (jim-rollenhagen) wrote :

insert into nova_cell.instance_types select * from nova.instance_types where name='baremetal';
insert into nova_cell.instance_type_extra_specs select * from nova.instance_type_extra_specs where instance_type_id=(select id from nova_cell.instance_types where name='baremetal');