Comment 7 for bug 1332099

Revision history for this message
Anastasia Palkina (apalkina) wrote :

Reproduced this bug for 6.0 on ISO #549

"build_id": "2014-10-08_01-28-09",
"ostf_sha": "45fe4038ba861673f3a6877d64582c2f66607d30",
"build_number": "549",
"auth_required": true,
"api": "1.0",
"nailgun_sha": "c5670fdf86e1cf257e1feef8458772a4979914a8",
"production": "docker",
"fuelmain_sha": "3bd44098b6772d57ca495f52401377fea419b34c",
"astute_sha": "65a5a0781d314bdcc090a61a599a8abf95989fc1",
"feature_groups": ["mirantis"], "release": "6.0", "release_versions": {"2014.2-6.0": {"VERSION": {"build_id": "2014-10-08_01-28-09", "ostf_sha": "45fe4038ba861673f3a6877d64582c2f66607d30", "build_number": "549", "api": "1.0", "nailgun_sha": "c5670fdf86e1cf257e1feef8458772a4979914a8", "production": "docker", "fuelmain_sha": "3bd44098b6772d57ca495f52401377fea419b34c", "astute_sha": "65a5a0781d314bdcc090a61a599a8abf95989fc1", "feature_groups": ["mirantis"], "release": "6.0", "fuellib_sha": "4d428945abc0d65fa9c4237274627fc3924c6fdf"}}},
"fuellib_sha": "4d428945abc0d65fa9c4237274627fc3924c6fdf"

1. Create new environment (Ubuntu, simple mode)
2. Choose GRE segmentation
3. Choose Ceilometer
4. Add 1 controller+mongo, 1 compute, 1 cinder+mongo
5. Start deployment. It was successful
6. There is error on controller (node-6) in /var/log/ceilometer/ceilometer-agent-notification.log

2014-10-08 14:05:06.561 29828 ERROR stevedore.extension [-] error calling 'router': 'id'
2014-10-08 14:05:06.562 29828 ERROR stevedore.extension [-] 'id'
2014-10-08 14:05:06.562 29828 TRACE stevedore.extension Traceback (most recent call last):
2014-10-08 14:05:06.562 29828 TRACE stevedore.extension File "/usr/lib/python2.7/dist-packages/stevedore/extension.py", line 247, in _invoke_one_plugin
2014-10-08 14:05:06.562 29828 TRACE stevedore.extension response_callback(func(e, *args, **kwds))
2014-10-08 14:05:06.562 29828 TRACE stevedore.extension File "/usr/lib/python2.7/dist-packages/ceilometer/notification.py", line 164, in _process_notification_for_ext
2014-10-08 14:05:06.562 29828 TRACE stevedore.extension p(list(ext.obj.to_samples(notification)))
2014-10-08 14:05:06.562 29828 TRACE stevedore.extension File "/usr/lib/python2.7/dist-packages/ceilometer/network/notifications.py", line 96, in process_notification
2014-10-08 14:05:06.562 29828 TRACE stevedore.extension resource_id=message['payload']['id'],
2014-10-08 14:05:06.562 29828 TRACE stevedore.extension KeyError: 'id'
2014-10-08 14:05:06.562 29828 TRACE stevedore.extension