This project demonstrates basic interactions with the OpenStack Compute API using the gophercloud library.
- List servers
- List flavors
- Create a new server
- Delete a server using
DeleteServerwhich waits for the deletion to complete
The examples can be found in cmd/main.go.