notification_driver configure inconsistent between puppet-glance/cinder and install-guide-rdo

Bug #1595804 reported by ZTE-Zhengwei Su
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
puppet-ceilometer
Fix Released
Undecided
Unassigned
puppet-cinder
Fix Released
Undecided
ZTE-Zhengwei Su
puppet-glance
Fix Released
Undecided
Unassigned

Bug Description

Configure the Image service to use Telemetry
install-guide-rdo:
http://docs.openstack.org/mitaka/install-guide-rdo/ceilometer-glance.html
[oslo_messaging_notifications]
...
driver = messagingv2

puppet-glance
https://review.openstack.org/gitweb?p=openstack/puppet-glance.git;a=blob;f=manifests/notify/rabbitmq.pp;h=8940b62fa586f7e01a163328767c5807e9543cb2;hb=refs/heads/stable/mitaka
 class glance::notify::rabbitmq(
 ...
 $notification_driver = 'messaging',
 ) {
  ...
 glance_api_config {
     'DEFAULT/notification_driver': value => $notification_driver;
      ...
 }

Configure Cinder to use Telemetry
install-guide-rdo:
http://docs.openstack.org/mitaka/install-guide-rdo/ceilometer-cinder.html
[oslo_messaging_notifications]
...
driver = messagingv2

puppet-cinder
https://review.openstack.org/gitweb?p=openstack/puppet-cinder.git;a=blob;f=manifests/ceilometer.pp;h=c13374b3566149982add3cac85f7c5b6ed0b285a;hb=refs/heads/stable/mitaka
class cinder::ceilometer (
   $notification_driver = 'messagingv2',
 ) {

   cinder_config {
    'DEFAULT/notification_driver': value => $notification_driver;
   }

affects: tripleo → puppet-ceilometer
chen li (li-chen)
Changed in puppet-ceilometer:
assignee: nobody → chen li (li-chen)
Changed in puppet-cinder:
assignee: nobody → chen li (li-chen)
Changed in puppet-glance:
assignee: nobody → chen li (li-chen)
Changed in puppet-ceilometer:
assignee: chen li (li-chen) → nobody
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-glance (stable/mitaka)

Fix proposed to branch: stable/mitaka
Review: https://review.openstack.org/334137

chen li (li-chen)
Changed in puppet-glance:
assignee: chen li (li-chen) → nobody
liaonanhai (nanhai-liao)
Changed in puppet-glance:
assignee: nobody → liaonanhai (nanhai-liao)
Changed in puppet-ceilometer:
assignee: nobody → ZTE-Zhengwei Su (su-zhengwei)
Changed in puppet-cinder:
assignee: chen li (li-chen) → ZTE-Zhengwei Su (su-zhengwei)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-cinder (stable/mitaka)

Fix proposed to branch: stable/mitaka
Review: https://review.openstack.org/334845

liaonanhai (nanhai-liao)
Changed in puppet-glance:
assignee: liaonanhai (nanhai-liao) → nobody
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-cinder (stable/mitaka)

Reviewed: https://review.openstack.org/334845
Committed: https://git.openstack.org/cgit/openstack/puppet-cinder/commit/?id=74409e5f5982b17cd614a7432204623bd004ad38
Submitter: Jenkins
Branch: stable/mitaka

commit 74409e5f5982b17cd614a7432204623bd004ad38
Author: ZTE-SuZhengwei <email address hidden>
Date: Tue Jun 28 16:30:41 2016 +0800

    Fix inconsistent between puppet and install guide

    notification_driver configure inconsistent between
    puppet-glance/cinder and install-guide-rdo

    Change-Id: Icdf05cd99caf864431467bafd2572c9f0685b61c
    Closes-bug: #1595804

tags: added: in-stable-mitaka
Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/puppet-cinder 8.2.0

This issue was fixed in the openstack/puppet-cinder 8.2.0 release.

Changed in puppet-cinder:
status: New → Confirmed
Matt Fischer (mfisch)
Changed in puppet-cinder:
status: Confirmed → Fix Released
Changed in puppet-glance:
status: New → Fix Released
Changed in puppet-ceilometer:
status: New → Confirmed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on puppet-glance (stable/mitaka)

Change abandoned by Alex Schultz (<email address hidden>) on branch: stable/mitaka
Review: https://review.openstack.org/334137
Reason: Abandoning per our policy[0]. If you wish to continue this work, please restore this or let us know in #puppet-openstack and we can restore it.

[0] https://docs.openstack.org/developer/puppet-openstack-guide/reviews.html

Revision history for this message
Takashi Kajinami (kajinamit) wrote :

I believe this was already fixed in puppet-ceilometer.

Changed in puppet-ceilometer:
status: Confirmed → Fix Released
assignee: ZTE-Zhengwei Su (su-zhengwei) → nobody
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.