python-setuptools package is outdated

Bug #1374455 reported by Sergey Kolekonov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mirantis OpenStack
Fix Committed
Medium
Sergey Kolekonov

Bug Description

Fuel 6.0 custom iso (365)
CentOS, simple mode, Neutron+GRE

python-setuptools version 0.6.10 causes neutron client to show the warning before output, which seems to prevent Puppet from correct parsing the main output.

The following errors can be found in logs:

2014-09-26T12:44:28.261628+01:00 debug: Executing '/usr/bin/neutron --os-tenant-name services --os-username neutron --os-password 2PayKhk7 --os-auth-url http://192.168.0.2:35357/v2.0 net-list'
2014-09-26T12:44:30.523242+01:00 err: Could not prefetch neutron_net provider 'neutron': /usr/lib/python2.6/site-packages/stevedore/extension.py:4: UserWarning: Module backports was already imported from /usr/lib64/python2.6/site-packages/backports/__init__.pyc, but /usr/lib/python2.6/site-packages is being added to sys.path
2014-09-26T12:44:30.524562+01:00 err: import pkg_resources
2014-09-26T12:44:30.610600+01:00 err:
2014-09-26T12:44:30.610600+01:00 err:
2014-09-26T12:44:30.610600+01:00 err: /etc/puppet/modules/neutron/lib/puppet/provider/neutron_net/neutron.rb:24:in `instances'
2014-09-26T12:44:30.610600+01:00 err: /etc/puppet/modules/neutron/lib/puppet/provider/neutron.rb:9:in `prefetch'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:277:in `prefetch'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:167:in `prefetch_if_necessary'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:67:in `evaluate'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/graph/relationship_graph.rb:116:in `call'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/graph/relationship_graph.rb:116:in `traverse'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:108:in `evaluate'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/resource/catalog.rb:164:in `apply'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/util/log.rb:149:in `with_destination'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/transaction/report.rb:108:in `as_logging_destination'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/resource/catalog.rb:163:in `apply'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/configurer.rb:125:in `apply_catalog'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:161:in `benchmark'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:160:in `benchmark'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/configurer.rb:124:in `apply_catalog'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/configurer.rb:192:in `run'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/application/apply.rb:268:in `apply_catalog'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/application/apply.rb:218:in `main'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/application/apply.rb:146:in `run_command'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:364:in `run'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:470:in `plugin_hook'
2014-09-26T12:44:30.610600+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:364:in `run'
2014-09-26T12:44:30.610926+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:478:in `exit_on_fail'
2014-09-26T12:44:30.610926+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:364:in `run'
2014-09-26T12:44:30.610926+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb:137:in `run'
2014-09-26T12:44:30.610926+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb:91:in `execute'
2014-09-26T12:44:30.610926+01:00 err: /usr/bin/puppet:4

2014-09-26T12:44:32.534290+01:00 debug: Executing '/usr/bin/neutron --os-tenant-name services --os-username neutron --os-password 2PayKhk7 --os-auth-url http://192.168.0.2:35357/v2.0 subnet-list'
2014-09-26T12:44:33.522870+01:00 err: Could not prefetch neutron_subnet provider 'neutron': undefined method `collect' for nil:NilClass
2014-09-26T12:44:33.524726+01:00 err: /etc/puppet/modules/neutron/lib/puppet/provider/neutron_subnet/neutron.rb:23:in `instances'
2014-09-26T12:44:33.524726+01:00 err: /etc/puppet/modules/neutron/lib/puppet/provider/neutron.rb:9:in `prefetch'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:277:in `prefetch'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:167:in `prefetch_if_necessary'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:67:in `evaluate'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/graph/relationship_graph.rb:116:in `call'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/graph/relationship_graph.rb:116:in `traverse'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:108:in `evaluate'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/resource/catalog.rb:164:in `apply'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/util/log.rb:149:in `with_destination'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/transaction/report.rb:108:in `as_logging_destination'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/resource/catalog.rb:163:in `apply'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/configurer.rb:125:in `apply_catalog'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:161:in `benchmark'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:160:in `benchmark'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/configurer.rb:124:in `apply_catalog'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/configurer.rb:192:in `run'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/application/apply.rb:268:in `apply_catalog'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/application/apply.rb:218:in `main'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/application/apply.rb:146:in `run_command'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:364:in `run'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:470:in `plugin_hook'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:364:in `run'
2014-09-26T12:44:33.524726+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:478:in `exit_on_fail'
2014-09-26T12:44:33.524927+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:364:in `run'
2014-09-26T12:44:33.524927+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb:137:in `run'
2014-09-26T12:44:33.524927+01:00 err: /usr/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb:91:in `execute'
2014-09-26T12:44:33.524927+01:00 err: /usr/bin/puppet:4

description: updated
Changed in mos:
status: New → Confirmed
importance: Undecided → Medium
Changed in mos:
assignee: nobody → Sergey Kolekonov (skolekonov)
Revision history for this message
OSCI Robot (oscirobot) wrote :

Package python-setuptools has been built from changeset: http://gerrit.mirantis.com/29267
RPM Repository URL: http:///osci-obs.vm.mirantis.net:82/centos-fuel-master-29267/centos

Revision history for this message
OSCI Robot (oscirobot) wrote :

Package python-setuptools has been built from changeset: http://gerrit.mirantis.com/29267
RPM Repository URL: http:///osci-obs.vm.mirantis.net:82/centos-fuel-master/centos

Changed in mos:
status: Confirmed → In Progress
Changed in mos:
assignee: Sergey Kolekonov (skolekonov) → Denis Egorenko (degorenko)
assignee: Denis Egorenko (degorenko) → Sergey Kolekonov (skolekonov)
Changed in mos:
status: In Progress → Fix Committed
Roman Rufanov (rrufanov)
tags: added: customer-found support
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.