Hi Liu, If you created a new neutron database and used you're existing nova database you would definitely lose the network interfaces on the nova-compute side if you rebooted your instances. You should use the original database and perform a db migration to upgrade to havana: see: https://github.com/openstack/neutron/tree/master/neutron/db/migration
A possible other work around would be to use nova's interface-attach to add interfaces to your existing vms that you've already spinned up. Aaron On Sat, Nov 9, 2013 at 7:56 AM, Liu Wenmao <marvel...@gmail.com> wrote: > > hi all: > > I recently upgrade openstack grizzly to havana, I have a lot of trouble > when upgrading quantum to neutron. So I create a blank neutron database and > use the original nova database. > > But when I login the website, I find that every VM has no ip or network > interface(only loopback interface), so I create a port for a VM, but after > I reboot the VM( or even reboot physical node ), the VM vid does not appear. > > So how can I add the original interface to the existing VM, please? It is > really a big problem for me, some data is still in those VMs. > > Thansk in advanced. > > Liu Wenmao > > > _______________________________________________ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack@lists.openstack.org > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack