module OpenStack
    class Compute
      class Real
        def enable_service(host, binary, optional_params = nil)
          data = {"host" => host, "binary" => binary}