Export Image
You can export an image on both Windows OS and Linux OS by following the steps below.
Prerequisite
If you want to export using Windows OS, follow these steps:
C:\Users\OhmzPC>python --version
Python 3.13.3C:\Users\OhmzPC>cd Documents
C:\Users\OhmzPC\Documents>mkdir Export_Image
C:\Users\OhmzPC\Documents>cd Export_Image
C:\Users\OhmzPC\Documents\Export_Image>python -m venv osclient
C:\Users\OhmzPC\Documents\Export_Image>osclient\Scripts\activate
(osclient) C:\Users\OhmzPC\Documents\Export_Image>pip install --upgrade pip
Requirement already satisfied: pip in c:\users\ohmzpc\documents\export_image\osclient\lib\site-packages (25.0.1)
(osclient) C:\Users\OhmzPC\Documents\Export_Image>pip install python-openstackclient
(osclient) C:\Users\OhmzPC\Documents\Export_Image>openstack --version
openstack 8.0.0
If you want to export using Linux, follow these steps:
For macOS:
For Ubuntu/Debian:
For Rocky/AlmaLinux:
After preparing the environment for your OS, follow these steps:

Last updated
