Comment 2 for bug 1469621

Revision history for this message
James Page (james-page) wrote :

I see the issue:

    # set CONFIGS to load templates from new release
    configs.set_release(openstack_release=new_os_rel)
    # Before kilo it's nova-cloud-controllers job
    if new_os_rel >= 'kilo':
        stamp_neutron_database(cur_os_rel)
        migrate_neutron_database()

the neutron-api charm is making no effort to only sync from the leader.