Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 606 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 606 Bytes

Extensions for Gophercloud: an OpenStack SDK for Go

gophercloud_extensions extends Gophercloud by API requests to:

  • blockstorage service list
  • compute service list
  • network agent list
  • orchestration service list

The current main purpose is to use this data for monitoring. When this turns out to be useful, we might bring it back to Gophercloud. The directory structure is borrowed from Gophercloud.

Testing

You need to Gophercloud to installed. Since this is a meant to be a library, we do not vendor it.

You might want to use make test