# File lib/right_slicehost.rb, line 106
    def initialize(slicehost_password=nil, params={})
      slicehost_password ||= ENV['SLICEHOST_PASSWORD']
      init slicehost_password, params
    end