Re: [openstack-dev] [Ceilometer] Nova_tests failing in jenkins

2013-08-13 Thread Julien Danjou
On Mon, Aug 12 2013, Herndon, John Luke (HPCS - Ft. Collins) wrote:

 The nova_tests are failing for a couple of different Ceilometer reviews,
 due to 'module' object has no attribute 'add_driver'.

 This review (https://review.openstack.org/#/c/41316/) had nothing to do
 with the nova_tests, yet they are failing. Any clue what's going on?

 Apologies if there is an obvious answer - I've never encountered this
 before.

FTR, Terri opened a bug about it:
  https://bugs.launchpad.net/ceilometer/+bug/1211532

-- 
Julien Danjou
# Free Software hacker # freelance consultant
# http://julien.danjou.info


signature.asc
Description: PGP signature
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [Ceilometer] Nova_tests failing in jenkins

2013-08-12 Thread Herndon, John Luke (HPCS - Ft. Collins)
Hi - 

The nova_tests are failing for a couple of different Ceilometer reviews,
due to 'module' object has no attribute 'add_driver'.

This review (https://review.openstack.org/#/c/41316/) had nothing to do
with the nova_tests, yet they are failing. Any clue what's going on?

Apologies if there is an obvious answer - I've never encountered this
before.

Thanks,
-john


smime.p7s
Description: S/MIME cryptographic signature
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Ceilometer] Nova_tests failing in jenkins

2013-08-12 Thread Clark Boylan
On Mon, Aug 12, 2013 at 1:54 PM, Herndon, John Luke (HPCS - Ft.
Collins) john.hern...@hp.com wrote:
 Hi -

 The nova_tests are failing for a couple of different Ceilometer reviews,
 due to 'module' object has no attribute 'add_driver'.

 This review (https://review.openstack.org/#/c/41316/) had nothing to do
 with the nova_tests, yet they are failing. Any clue what's going on?

Ceilometer tests depend on nova master. The nova tests then import
nova.openstack.common.notifier.api as notifier_api. This notifier_api
does not have an add_driver method. Looks like add_driver was removed
from nova in change I5ed80458f1073d6e5185e2769eed85a49dec5d10. This
problem arises due to asymmetric testing. The change in review has
nothing to do with nova_tests and these tests are failing because nova
changed not because Ceilometer changed.

Clark

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev