← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1364048] [NEW] Neutron setup script is broken

 

Public bug reported:

Currently Neutron can't be installed from the master branch due to
problem with the setup script (setup.cfg)

git clone https://github.com/openstack/neutron.git
cd neutron && sudo python setup.py install
---------------
error: can't copy 'etc/neutron/plugins/cisco/cisco_cfg_agent.ini': doesn't exist or not a regular file

The problem is that in setup.cfg the following strings can be found:
    etc/neutron/plugins/cisco =                                                 
        etc/neutron/plugins/cisco/cisco_cfg_agent.ini

But there's no such file in the repository.

** Affects: neutron
     Importance: Undecided
         Status: New

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

Title:
  Neutron setup script is broken

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  Currently Neutron can't be installed from the master branch due to
  problem with the setup script (setup.cfg)

  git clone https://github.com/openstack/neutron.git
  cd neutron && sudo python setup.py install
  ---------------
  error: can't copy 'etc/neutron/plugins/cisco/cisco_cfg_agent.ini': doesn't exist or not a regular file

  The problem is that in setup.cfg the following strings can be found:
      etc/neutron/plugins/cisco =                                                 
          etc/neutron/plugins/cisco/cisco_cfg_agent.ini

  But there's no such file in the repository.

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


Follow ups

References