Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/squidboylan/libcloudtest

Simple script to test basic libcloud functionality against an openstack cloud
https://github.com/squidboylan/libcloudtest

Last synced: about 1 month ago
JSON representation

Simple script to test basic libcloud functionality against an openstack cloud

Awesome Lists containing this project

README

        

# LibcloudTest
Simple script that tests the basic libcloud functionality against an openstack
cloud.

Tests
-----
+ List images
+ List flavors
+ List servers
+ List security groups
+ Get image
+ Get flavor
+ Launch instance
+ Create security group
+ Get unused floating ip
+ Attach ip to instance
+ Detach ip from instance
+ Create volume
+ Attach volume to instance (Untested)
+ Detach volume from instance (Untested)
+ Delete volume
+ Delete instance
+ Delete security group