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:
parent
fe043621da
commit
3d87eccf5c
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue