lib/fog/openstack/models/orchestration/resource_schemas.rb in fog-1.32.0 vs lib/fog/openstack/models/orchestration/resource_schemas.rb in fog-1.33.0
- old
+ new
@@ -1,10 +1,10 @@
-require 'fog/core/collection'
+require 'fog/openstack/models/collection'
module Fog
module Orchestration
class OpenStack
- class ResourceSchemas < Fog::Collection
+ class ResourceSchemas < Fog::OpenStack::Collection
def get(resource_type)
service.show_resource_schema(resource_type).body
rescue Fog::Compute::OpenStack::NotFound
nil