Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 373 Bytes

File metadata and controls

12 lines (8 loc) · 373 Bytes

OpenStack Go Examples

This project demonstrates basic interactions with the OpenStack Compute API using the gophercloud library.

Features

  • List servers
  • List flavors
  • Create a new server
  • Delete a server using DeleteServer which waits for the deletion to complete

The examples can be found in cmd/main.go.