← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1266555] [NEW] pip install fail due to missing nvp.ini file

 

Public bug reported:

etc/neutron/plugins/nicira/nvp.ini is renamed to etc/neutron/plugins/vmware/nsx.ini recently. The symlink has been created in git.
  etc/neutron/plugins/vmware/nsx.ini -> etc/neutron/plugins/nicira/nvp.ini

However, it's not preserved when the package is created aka. sdist.

As a result, the install fail with following error:
error: can't copy 'etc/neutron/plugins/nicira/nvp.ini': doesn't exist or not a regular file

The fix is to update the path in setup.cfg.

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: low-hanging-fruit

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1266555

Title:
  pip install fail due to missing nvp.ini file

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  etc/neutron/plugins/nicira/nvp.ini is renamed to etc/neutron/plugins/vmware/nsx.ini recently. The symlink has been created in git.
    etc/neutron/plugins/vmware/nsx.ini -> etc/neutron/plugins/nicira/nvp.ini

  However, it's not preserved when the package is created aka. sdist.

  As a result, the install fail with following error:
  error: can't copy 'etc/neutron/plugins/nicira/nvp.ini': doesn't exist or not a regular file

  The fix is to update the path in setup.cfg.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1266555/+subscriptions


Follow ups

References