# File lib/fog/planning/openstack/requests/list_plans.rb, line 5
        def list_plans(options = {})
          request(
            :expects => [200, 204],
            :method  => 'GET',
            :path    => 'plans',
            :query   => options
          )
        end