# File lib/fog/planning/openstack/models/plan.rb, line 31 def provider_resource_templates templates.select do |key, _template| ![MASTER_TEMPLATE_NAME, ENVIRONMENT_NAME].include?(key) end end