[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-29 Thread Chris MacNaughton
This bug was fixed in the package designate - 1:8.0.1-0ubuntu1~cloud3
---

 designate (1:8.0.1-0ubuntu1~cloud3) bionic-stein; urgency=medium
 .
   [ Nicolas Bock ]
   * d/p/0001-Update-zones-masters-using-pool-target-masters.patch: Update zones
 masters using pool target masters (LP: #1879798).
 .
 designate (1:8.0.1-0ubuntu1~cloud2) bionic-stein; urgency=medium
 .
   * d/p/0001-Update-zones-masters-using-pool-target-masters.patch: Update zones
 masters using pool target masters.


** Changed in: cloud-archive/stein
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-29 Thread Chris MacNaughton
This bug was fixed in the package designate - 1:9.0.2-0ubuntu1~cloud2
---

 designate (1:9.0.2-0ubuntu1~cloud2) bionic-train; urgency=medium
 .
   [ Nicolas Bock ]
   * d/p/0001-Update-zones-masters-using-pool-target-masters.patch: Update zones
 masters using pool target masters (LP: #1879798).
 .
 designate (1:9.0.2-0ubuntu1~cloud1) bionic-train; urgency=medium
 .
   * d/p/0001-Update-zones-masters-using-pool-target-masters.patch: Update zones
 masters using pool target masters.


** Changed in: cloud-archive/train
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-29 Thread Chris MacNaughton
Released in stable point update

** Changed in: cloud-archive/ussuri
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-27 Thread Corey Bryant
Fix released in stable point release

** Changed in: designate (Ubuntu Focal)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-09 Thread Nicolas Bock
Verified Bionic/Train:

Before:

$ juju ssh designate-bind/0 -- sudo rndc showzone example.com.  
   
zone "example.com" { type slave; file 
"slave.example.com.887b48bd-b5ec-4b07-9678-4fc4fe843686"; masters { 10.5.3.211 
port 5354; 10.5.1.86 port 5354; 10.5.3.35 port 5354; }; };

juju add-unit designate # 10.5.2.227

zone is not updated on designate-bind unit to include the new zone
master.

After:

juju remove-unit designate/0 # 10.5.3.35

$ juju ssh designate-bind/0 -- sudo rndc showzone example.com.
zone "example.com" { type slave; file 
"slave.example.com.887b48bd-b5ec-4b07-9678-4fc4fe843686"; masters { 10.5.2.227 
port 5354; 10.5.1.86 port 5354; 10.5.3.211 port 5354; }; };


** Tags removed: verification-train-needed
** Tags added: verification-train-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-09 Thread Nicolas Bock
Verified Bionic/Stein:

Before:

$ juju ssh designate-bind/0 -- sudo rndc showzone example.com.  
   
zone "example.com" { type slave; file 
"slave.example.com.2c99109d-e825-4ebd-9976-5844987bd376"; masters { 10.5.3.106 
port 5354; 10.5.3.29 port 5354; 10.5.1.105 port 5354; }; };

juju add-unit designate  # 10.5.0.89

zone is not updated on designate-bind unit to include the new zone
master.

After:

juju remove-unit designate/0 # 10.5.3.106

$ juju ssh designate-bind/0 -- sudo rndc showzone example.com.
zone "example.com" { type slave; file 
"slave.example.com.2c99109d-e825-4ebd-9976-5844987bd376"; masters { 10.5.1.105 
port 5354; 10.5.0.89 port 5354; 10.5.3.29 port 5354; }; };

** Tags removed: verification-stein-needed
** Tags added: verification-stein-done verification-train-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-09 Thread Corey Bryant
** Changed in: cloud-archive/ussuri
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-09 Thread Corey Bryant
** Changed in: designate (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-09 Thread Corey Bryant
1:10.0.1-0ubuntu1 is currently in focal-proposed which is being tracked
by the bug linked in comment #16 above.

** Changed in: designate (Ubuntu Focal)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-07 Thread Edward Hope-Morley
There are a set of stable release updates pending which will include
this point release - see bug 1941048

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-06 Thread Edward Hope-Morley
@nicolasbock this needs to be SRUd to Focal first before bionic-ussuri

** Changed in: cloud-archive/ussuri
   Status: In Progress => New

** Changed in: cloud-archive/ussuri
 Assignee: Nicolas Bock (nicolasbock) => (unassigned)

** Changed in: cloud-archive/train
   Status: In Progress => New

** Changed in: cloud-archive/train
 Assignee: Nicolas Bock (nicolasbock) => (unassigned)

** Changed in: cloud-archive/stein
   Status: In Progress => New

** Changed in: cloud-archive/stein
 Assignee: Nicolas Bock (nicolasbock) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: designate (Ubuntu Focal)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-01 Thread Nicolas Bock
This patch is included upstream since Victoria.

** Changed in: cloud-archive/victoria
   Status: New => Invalid

** Changed in: cloud-archive/victoria
   Status: Invalid => Fix Released

** Changed in: cloud-archive/stein
   Status: New => In Progress

** Changed in: cloud-archive/stein
 Assignee: (unassigned) => Nicolas Bock (nicolasbock)

** Changed in: cloud-archive/train
   Status: New => In Progress

** Changed in: cloud-archive/train
 Assignee: (unassigned) => Nicolas Bock (nicolasbock)

** Changed in: cloud-archive/ussuri
   Status: New => In Progress

** Changed in: cloud-archive/ussuri
 Assignee: (unassigned) => Nicolas Bock (nicolasbock)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-01 Thread Nicolas Bock
** Patch added: "bionic-ussuri.debdiff"
   
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+attachment/5522377/+files/bionic-ussuri.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-01 Thread Dan Streetman
unsubscribing sts-sponsors, as this appears to be a cloudy bug that i
assume the o7k team will sponsor, please feel free to re-subscribe us if
you would like us to review/sponsor

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-09-01 Thread Mathew Hodson
** Project changed: charm-designate => designate

** Changed in: designate
   Status: Invalid => Fix Released

** Project changed: charm-designate-bind => ubuntu-translations

** No longer affects: ubuntu-translations

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-08-31 Thread Mathew Hodson
** Changed in: designate (Ubuntu)
   Importance: Undecided => Medium

** Changed in: designate (Ubuntu Focal)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-designate/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-08-31 Thread Ubuntu Foundations Team Bug Bot
The attachment "designate-bionic-stein.debdiff" seems to be a debdiff.
The ubuntu-sponsors team has been subscribed to the bug report so that
they can review and hopefully sponsor the debdiff.  If the attachment
isn't a patch, please remove the "patch" flag from the attachment,
remove the "patch" tag, and if you are member of the ~ubuntu-sponsors,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-designate/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-08-31 Thread Nicolas Bock
** Patch added: "bionic-train.debdiff"
   
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+attachment/5521938/+files/bionic-train.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-designate/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-08-31 Thread Nicolas Bock
** Patch added: "designate-bionic-stein.debdiff"
   
https://bugs.launchpad.net/cloud-archive/+bug/1879798/+attachment/5521937/+files/designate-bionic-stein.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-designate/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-08-25 Thread Edward Hope-Morley
@niedbalski to start the backport sru we will need an updated sru
template in the description of this bug

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-designate/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-08-25 Thread Jorge Niedbalski
I see the change in prior releases S/T/U

https://github.com/openstack/designate/commit/b967e9f706373f1aad6db882c2295fbbe1fadfc9
https://github.com/openstack/designate/commit/953492904772933f5f8e265d1ae6cc1e6385fcc6
https://github.com/openstack/designate/commit/0b5634643b4b69cd0a7d5499f258602604741d22

Can this be backported into the cloud-archive releases?

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-designate/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-08-25 Thread Chris MacNaughton
** Also affects: designate (Ubuntu Focal)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-designate/+bug/1879798/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-06-28 Thread Edward Hope-Morley
Not currently available in an upstream point release prior to Victoria:

$ git branch -r --contains b967e9f706373f1aad6db882c2295fbbe1fadfc9
  gerrit/stable/ussuri
$ git tag --contains b967e9f706373f1aad6db882c2295fbbe1fadfc9
$

** Changed in: cloud-archive/victoria
   Status: Fix Committed => New

** Changed in: cloud-archive/ussuri
   Status: Fix Committed => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-designate/+bug/1879798/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2021-06-09 Thread Jorge Niedbalski
Master/Train/Ussuri/Stein fixed upstream
https://review.opendev.org/q/topic:%22bug%252F1879798%22+(status:open%20OR%20status:merged)

Needs backports for UCA

** Also affects: cloud-archive
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/ussuri
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/wallaby
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/victoria
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/xena
   Importance: Undecided
   Status: New

** Changed in: cloud-archive/xena
   Status: New => Fix Released

** Changed in: cloud-archive/wallaby
   Status: New => Fix Released

** Changed in: cloud-archive/victoria
   Status: New => Fix Committed

** Changed in: cloud-archive/ussuri
   Status: New => Fix Committed

** Also affects: cloud-archive/stein
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/train
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-designate/+bug/1879798/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2020-07-28 Thread Jorge Niedbalski
** Proposed change https://review.opendev.org/#/c/731603/ has been
merged already.

** Changed in: designate (Ubuntu)
   Status: In Progress => Fix Committed

** Changed in: charm-designate
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-designate/+bug/1879798/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879798] Re: designate-manage pool update doesn't reflects targets master dns servers into zones.

2020-05-28 Thread Jorge Niedbalski
### Notes 

* Proposed fix https://review.opendev.org/#/c/731603/ 
* Updated bug description


** Changed in: designate (Ubuntu)
   Status: New => In Progress

** Changed in: designate (Ubuntu)
 Assignee: (unassigned) => Jorge Niedbalski (niedbalski)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879798

Title:
  designate-manage pool update doesn't reflects targets master dns
  servers into zones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-designate/+bug/1879798/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs