1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Add missing require of identitty v3

Otherwise we get exception with missing
Fog::Identity::OpenStack::V3
This commit is contained in:
Ladislav Smola 2015-08-12 13:36:12 +02:00
parent fe043621da
commit 3d87eccf5c

View file

@ -1,5 +1,6 @@
require 'fog/openstack/compute'
require 'fog/openstack/identity_v2'
require 'fog/openstack/identity_v3'
require 'fog/openstack/image'
require 'fog/openstack/metering'
require 'fog/openstack/network'