OpenStack to OpenStack Migration - Network Migration
Posted on
6th Sep 2023
Here lies an unfinished tale of how a grueling OpenStack migration was completed. My personal computer's SSD could not endure the burden and reached its final write cycle before the story could be told. In loving memory of the Hi-Level HLV-SSD30ULT/120G, which punched well above its weight and put u...
OpenStack to OpenStack Migration - Security Migration
Posted on
5th Sep 2023
You need to apply this patch manually for the code shared below to work seamlessly, including versions 1.4.0 and 1.5.0 of openstacksdk.
Lets create our script named "4_security_migration.py," alongside our previous script, we will start by performing the imports in the "cloud_connection.py",...
OpenStack to OpenStack Migration - Flavor Migration
Posted on
4th Sep 2023
You need to apply this patch manually for the code shared below to work seamlessly, including versions 1.4.0 and 1.5.0 of openstacksdk.
Now that our user and project have been created on the newstack, we can proceed to migrate our flavors. When migrating the flavors, we will not only migrate...