No longer need openstack-common conf that pulls in the above
code.
In addition this this uses the translation imports from Neutron.
Change-Id: I475aa6936f126264d6de3ba9e25838d5dffddf3d
This patch removes usage of incubated libraries from
neutron.openstack.common and starts "copying" such libraries from
the oslo incubator as any other project.
As vmware-nsx currently only uses i18n, and loopingcall, these are
the only modules added to openstack-common.conf
All the imports pointing out to neutron.i18n or
neutron.openstack.common.loopingcall are amended in this patch.
Closes-Bug: #1432783
Change-Id: I6b9d576bad33310598139c7169627c44014301af
Ensure that Neuteron hacking is run when doing pep8
Ensures the following:
1. oslo.whatever => oslo_whatever
2. LOG messages should have cortrect translations
3. using jsonutils instead of json
Change-Id: I85cf69d483fd5d624ed3876ec9bacd83f7b7b70b