We now support fog-core 2+ meanwhile we need to re-factor in order to properly align with it. All deprecation messages such as: ```ruby [fog][DEPRECATION] The format Fog::Compute::OpenStack is deprecated [fog][DEPRECATION] Unable to require fog/openstack/compute ``` require to change all Namespace from `Fog::<Service Name>::OpenStack` to `Fog::OpenStack::<Service Name>`