F5Networks / f5-openstack-heat-plugins

F5 Networks® OpenStack Heat Plugin Library
Apache License 2.0
7 stars 7 forks source link

Stop using _LE, make heat-engine not die in OpenStack Pike and later #167

Open fghaas opened 6 years ago

fghaas commented 6 years ago

from heat.common.i18n import _LE can't work in OpenStack releases later than Ocata. Stop using it, and remove the import.

Fixes #166 for Pike.