Ironic with nova-cells doesn't work out of the box in devstack

Bug #1471854 reported by Jim Rollenhagen
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ironic
Won't Fix
Low
Unassigned

Bug Description

When we add our flavor, it only exists in the API cell DB; we also need it to exist in the child cell DB.

http://paste.openstack.org/show/348770/

Once the instance_types table is synced to the child, all is well.

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');

Changed in ironic:
importance: Undecided → Low
Changed in ironic:
assignee: nobody → Serge Kovaleff (serge-kovaleff)
Revision history for this message
Dmitry Tantsur (divius) wrote :

Hi! This bug was assigned for a long time without any visible activity, so I'm unassigning it.

Changed in ironic:
status: New → Triaged
assignee: Serge Kovaleff (serge-kovaleff) → nobody
Revision history for this message
Vladyslav Drok (vdrok) wrote :

cells v1 is deprecated, i think there should be nothing to fix anymore

Changed in ironic:
status: Triaged → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.