# File lib/fog/rackspace/compute.rb, line 63 def initialize(options={}) require 'multi_json' @rackspace_username = options[:rackspace_username] end