Create Glance Snapshot
Via Horizon Dashboard
- Navigate to Project → Compute → Instances.
- Locate the instance you want to snapshot.
- In the Actions column, click the dropdown menu next to the instance and select Create Snapshot.
- Enter a Snapshot Name and click Create Snapshot.
- The snapshot will appear under Project → Compute → Images.
Via CLI
Code Block |
---|
openstack server image create <instance_id> --name <snapshot_name> |
Info |
---|
|