Skip to content

Commit

Permalink
OSP-241: fix entry point extension name
Browse files Browse the repository at this point in the history
 - this caused an error when running neutron CLI commands
 - doesn't break functionality, but causes confusion
 - it also disables our plugin specific CLI commands
 - this patch fixes entry point and another import error for
   translating text
  • Loading branch information
wolverineav committed Oct 8, 2018
1 parent 2d29829 commit 8f33f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python_bsn_neutronclient/v2_0/bsn_plugin_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.

from django.utils.translation import ugettext_lazy as _
from neutronclient._i18n import _
from neutronclient.common import extension


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packages =

[entry_points]
neutronclient.extension =
bsn_extensions = python_bsnclient.v2_0.bsn_plugin_client
bsn_extensions = python_bsn_neutronclient.v2_0.bsn_plugin_client

[build_sphinx]
all-files = 1
Expand Down

0 comments on commit 8f33f11

Please sign in to comment.