Zone Manager only emits v1 namespaced events

Bug #1544911 reported by Graham Hayes
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Designate
Fix Released
Critical
Kiall Mac Innes

Bug Description

  self.notifier.info(ctxt, 'dns.domain.exists', zone_data)

should be

   self.notifier.info(ctxt, 'dns.domain.exists', zone_data)
   self.notifier.info(ctxt, 'dns.zone.exists', zone_data)

in https://github.com/openstack/designate/blob/master/designate/zone_manager/tasks.py

sonu (sonu-bhumca11)
Changed in designate:
assignee: nobody → sonu (sonu-bhumca11)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to designate (master)

Fix proposed to branch: master
Review: https://review.openstack.org/280160

Changed in designate:
status: Triaged → In Progress
Changed in designate:
assignee: sonu (sonu-bhumca11) → Kiall Mac Innes (kiall)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to designate (stable/mitaka)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to designate (master)

Reviewed: https://review.openstack.org/280160
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=ab8208d13f70f7c9df609146c5789eeab88b30ff
Submitter: Jenkins
Branch: master

commit ab8208d13f70f7c9df609146c5789eeab88b30ff
Author: sonu.kumar <email address hidden>
Date: Mon Feb 15 16:41:37 2016 +0530

    Adding v2 namespaced event to zone manager

    Change-Id: Ic5cedb3bd72b95a14665d1a0d14b9b902b92fa61
    Closes-bug: #1544911

Changed in designate:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to designate (stable/mitaka)

Reviewed: https://review.openstack.org/300048
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=c7b70754053ea482b302a78eb241b15985419dad
Submitter: Jenkins
Branch: stable/mitaka

commit c7b70754053ea482b302a78eb241b15985419dad
Author: sonu.kumar <email address hidden>
Date: Mon Feb 15 16:41:37 2016 +0530

    Adding v2 namespaced event to zone manager

    Change-Id: Ic5cedb3bd72b95a14665d1a0d14b9b902b92fa61
    Closes-bug: #1544911

tags: added: in-stable-mitaka
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to designate (master)

Fix proposed to branch: master
Review: https://review.openstack.org/302559

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to designate (master)

Reviewed: https://review.openstack.org/302559
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=c4c8b35bbfc9da600727939cfbe86585ea6595ec
Submitter: Jenkins
Branch: master

commit c7b70754053ea482b302a78eb241b15985419dad
Author: sonu.kumar <email address hidden>
Date: Mon Feb 15 16:41:37 2016 +0530

    Adding v2 namespaced event to zone manager

    Change-Id: Ic5cedb3bd72b95a14665d1a0d14b9b902b92fa61
    Closes-bug: #1544911

commit ed29445fe58fc1634a4728304440d990595a51cc
Author: Graham Hayes <email address hidden>
Date: Mon Mar 21 14:30:00 2016 +0000

    Do not log pool-manager-caches SQL transactions

    Change-Id: I14a376d8e8b65fe96ed55b768a0a115d02463ef0

commit 7b5e1fd3213e5a9964824d9edda66a80cefb15f2
Author: Tom Walsh <email address hidden>
Date: Tue Mar 22 10:56:13 2016 -0500

    Added "view" option to bind9 rndc options

    Change-Id: I53fb454e785bf45be2860d32416e99efe6ca3b3f

commit 979b67dbf9a452ddce8ba8ddc7f823ee6858d98a
Author: Kiall Mac Innes <email address hidden>
Date: Wed Mar 23 12:14:53 2016 +0000

    Partitoner references invalid exception class

    The partitioner references an non-existent exception. Additionally,
    the exception it intended to catch was *extremely* generic, and it's
    attempted recovery was flawed. It should be save to fix that all up
    in this review, as this code has never actually be executed.

    Change-Id: Ib3e885baa03ea7de0a23f8b4aaed5feb2ea4e234
    Closes-Bug: 1560950

commit a54dade941751ed2d2067af29d6997f0d50a2370
Author: Akihiro Motoki <email address hidden>
Date: Thu Mar 24 05:48:32 2016 +0900

    devstack: compile message catalogs during stack.sh

    It is required to compile i18n message catalogs during stack.sh
    to display translated messages appropriately.

    Change-Id: Ic44d8d5b12be1a9128c871f223c9d8712b3205e1

commit f591b43bd92a0ecf3b34eab16708594c405dc335
Author: Doug Hellmann <email address hidden>
Date: Fri Mar 18 14:07:08 2016 -0400

    Update .gitreview for stable/mitaka

    Change-Id: Ib9ab419177da4ffed704095da40c0735d3c83ac1

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/designate 3.0.0.0b1

This issue was fixed in the openstack/designate 3.0.0.0b1 development milestone.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/designate 2.0.0

This issue was fixed in the openstack/designate 2.0.0 release.

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.