You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
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
openstack server image create <instance_id> --name <snapshot_name>