Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squidboylan/fogtest
Basic script for testing fog against an openstack cloud
https://github.com/squidboylan/fogtest
Last synced: 24 days ago
JSON representation
Basic script for testing fog against an openstack cloud
- Host: GitHub
- URL: https://github.com/squidboylan/fogtest
- Owner: squidboylan
- Created: 2015-11-05T23:21:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T17:43:39.000Z (about 9 years ago)
- Last Synced: 2023-02-28T21:52:08.106Z (over 1 year ago)
- Language: Ruby
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FogTest
Simple script that tests the basic fog 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
+ Detach volume from instance
+ Delete volume
+ Delete instance
+ Delete security group