fog / fog-openstack

Fog for OpenStack Platform
MIT License
69 stars 130 forks source link

Fog-core dependency: less than 2.1.1 along with monkey patch #439

Closed gildub closed 6 years ago

gildub commented 6 years ago

Fog-core 2.1.1 implies a entire namespace change which is available from fog-core 1.0.0.

So we want to make sure that fog-core version dependency is less than 2.1.0 but at same time we backport https://github.com/fog/fog-core/commit/06b7ab4 through a monkey patch to ensure not breaking behaviour if fog-core 2+ but less than 2.1.1 is used.