Jump to: navigation, search

Difference between revisions of "Neutron/MigrationFromNovaNetwork/HowTo"

Line 11: Line 11:
  
 
In this section, we create VMs using Nova network, and then perform migration steps to move them over to Netutron network. This test process is performed by using devstack.
 
In this section, we create VMs using Nova network, and then perform migration steps to move them over to Netutron network. This test process is performed by using devstack.
 +
 +
Prior to starting the migrating process ensure that following requirements  are met:
 +
 +
*<big> libvirt library should be at version 1.2.5 </big>
 +
 
<br />
 
<br />
 
*<big> Updating Devstack to use Nova Network </big>
 
*<big> Updating Devstack to use Nova Network </big>
 
<br />
 
<br />
 
   Apply [http://paste.openstack.org/show/84178/ devstack patch] in devstack directory
 
   Apply [http://paste.openstack.org/show/84178/ devstack patch] in devstack directory
 
<pre><nowiki>
 
 
</nowiki></pre>
 

Revision as of 16:53, 10 July 2014

Overview

This wiki describes step-by-step procedure for migrating servers from Nova network to Neutron.


How to test migration process

Following section is written with the intent for the readers to try the migration process before actually moving existing servers (VMs).

In this section, we create VMs using Nova network, and then perform migration steps to move them over to Netutron network. This test process is performed by using devstack.

Prior to starting the migrating process ensure that following requirements are met:

  • libvirt library should be at version 1.2.5


  • Updating Devstack to use Nova Network


  Apply devstack patch in devstack directory