# File lib/fog/voxel/requests/compute/voxcloud_create.rb, line 8
        def voxcloud_create(options)
          options[:parser] = Fog::Parsers::Compute::Voxel::VoxcloudCreate.new

          if options.has_key?(:password)
            options[:admin_password] = options[:password]
            options.delete(:password)
          end

          request("voxel.voxcloud.create", options)
        end