Jump to: navigation, search

Difference between revisions of "Neutron/MigrationFromNovaNetwork/HowTo"

Line 8: Line 8:
 
== How to test migration process ==
 
== How to test migration process ==
  
Following section is written with the intent for the readers to try the migration process first before moving existing servers (VMs).
+
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 will create VMs using Nova network, and then perform manual 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.
  
 
<br />
 
<br />
*<big> Updating Devstack </big>
+
*<big> Updating Devstack to use Nova Network </big>
 +
 
 +
<pre><nowiki>
 +
Apply the following patch in devstack directory
 +
http://paste.openstack.org/show/84178/
 +
</nowiki></pre>

Revision as of 16:28, 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.


  • Updating Devstack to use Nova Network
Apply the following patch in devstack directory
http://paste.openstack.org/show/84178/