Recent Posts

OpenStack to OpenStack Migration - Security Migration

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 th...

OpenStack to OpenStack Migration - Flavor Migration

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,...

OpenStack to OpenStack Migration - Project Migration

OpenStack to OpenStack Migration - Project Migration

Posted on 1st 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 has been created on the newstack, we can proceed to migrate our project. During this process, we will not only mig...