Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/squidboylan/libcloudtest
- Owner: squidboylan
- Created: 2015-09-25T19:32:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T21:09:14.000Z (over 9 years ago)
- Last Synced: 2024-10-16T11:34:59.683Z (3 months ago)
- Language: Python
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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