Name: OpenstackService
Description: A parent class for all the openstack service classes, with functions
which are generic across all services.
Author: Sam ‘Tehsmash’ Betts
Date: 01/15/2013
# File lib/ropenstack/openstackservice.rb, line 12 def initialize(location, token) @location = location @token = token end