Hi ODL Netvirt experts (Flavio, Sam, etc.),
I’m trying to setup OVSDB Netvirt with Openstack stable/kilo 2015.1.1
On Fedora 21 systems – not the vagrant/vm based examples.
The problem appears to be around version requirements for a python pbr package.
Are there any known resolutions or hints for this issue?
I am using the 2015.1.1 tag for most of the openstack packages, or stable/kilo branch for the ones that don’t have that tag.
Using the stable/kilo branch of the networking-odl driver, I get the following error when trying to stack (devstack):
2015-08-05 14:57:45.472 | Installing the Networking-ODL driver for OpenDaylight
2015-08-05 15:02:00.392 | No local packages or download links found for pbr>=1.3
2015-08-05 15:02:00.476 | Traceback (most recent call last):
2015-08-05 15:02:00.477 | File "setup.py", line 29, in <module>
2015-08-05 15:02:00.477 | pbr=True)
2015-08-05 15:02:00.477 | File "/usr/lib64/python2.7/distutils/core.py", line 111, in setup
2015-08-05 15:02:00.477 | _setup_distribution = dist = klass(attrs)
2015-08-05 15:02:00.477 | File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 268, in __init__
2015-08-05 15:02:00.477 | self.fetch_build_eggs(attrs['setup_requires'])
2015-08-05 15:02:00.478 | File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 313, in fetch_build_eggs
2015-08-05 15:02:00.478 | replace_conflicting=True,
2015-08-05 15:02:00.478 | File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 836, in resolve
2015-08-05 15:02:00.478 | dist = best[req.key] = env.best_match(req, ws, installer)
2015-08-05 15:02:00.478 | File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1081, in best_match
2015-08-05 15:02:00.479 | return self.obtain(req, installer)
2015-08-05 15:02:00.479 | File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1093, in obtain
2015-08-05 15:02:00.479 | return installer(requirement)
2015-08-05 15:02:00.479 | File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 380, in fetch_build_egg
2015-08-05 15:02:00.479 | return cmd.easy_install(req)
2015-08-05 15:02:00.479 | File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 623, in easy_install
2015-08-05 15:02:00.480 | raise DistutilsError(msg)
2015-08-05 15:02:00.480 | distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=1.3')
2015-08-05 15:02:00.516 | Error on exit
Thanks,
Eric