[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2020-02-18 Thread Corey Bryant
This is fix released via:
https://bugs.launchpad.net/cloud-archive/+bug/1858933
https://bugs.launchpad.net/cloud-archive/+bug/1858934

** Changed in: octavia (Ubuntu Eoan)
   Status: Triaged => Fix Released

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

** Changed in: cloud-archive/stein
   Status: Triaged => 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/1852599

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2020-02-01 Thread Mathew Hodson
** Project changed: charm-octavia => octavia

** Changed in: octavia
   Status: Invalid => 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/1852599

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2020-01-13 Thread Corey Bryant
For Eoan/Train, this fix is included in the 5.0.1 stable point releases
via https://bugs.launchpad.net/cloud-archive/+bug/1858933.

** Changed in: cloud-archive
   Status: Triaged => 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/1852599

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2020-01-13 Thread Corey Bryant
For Stein (Disco is EOL this month), this fix is included in the 4.1.1
stable point release via https://bugs.launchpad.net/cloud-
archive/+bug/1858934.

** Changed in: octavia (Ubuntu Disco)
   Status: Triaged => Won't Fix

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

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2020-01-10 Thread Seyeong Kim
** Description changed:

+ [Impact]
+ octavia lb's listener can't be delete when there is no secret container which 
is already deleted.
+ 
+ 
+ [Test Case]
+ 
+ 1. deploy and setup octavia env
+ 2. run below script
+ - https://pastebin.ubuntu.com/p/xPWKnPqFhw/
+ 3. check if there is listener-1 is there or not ( in this case, there is )
+ 
+ [Regression]
+ 
+ This fix needs restarting octavia services. so downtime will be there
+ shortly.
+ 
+ [Others]
+ 
+ After patching with https://review.opendev.org/#/c/691693/,
+ 
+ I Was able to see the same error , but listener is actually deleted.
+ 
+ 
+ [Original Description]
+ 
  There seems to be a fault condition in amphora builds that can lead to
  not being able to delete a failed loadbalancer/listener.
  
  If the barbican container for a tls terminated endpoint listener is
  deleted before the listener/amphora is deleted, the query to update to
  the listener's tls certificates fails during the delete_pools flow.
  
  It exhibits the following in the client:
  
  DELETE call to None for 
https://octavia.mysite:9876/v2.0/lbaas/listeners/4f46a6a3-a756-41b2-9148-c060bf28e621
 used request id req-8146cc8c-334a-4155-9fa6-489d4cf1ecbf
  Request returned failure status: 500
  Not Found: Not Found. Sorry but your container is in another castle. (HTTP 
500) (Request-ID: req-8146cc8c-334a-4155-9fa6-489d4cf1ecbf)
  Traceback (most recent call last):
-   File "/usr/lib/python3/dist-packages/octaviaclient/api/v2/octavia.py", line 
29, in wrapper
- response = func(*args, **kwargs)
-   File "/usr/lib/python3/dist-packages/octaviaclient/api/v2/octavia.py", line 
204, in listener_delete
- response = self.delete(url)
-   File "/usr/lib/python3/dist-packages/osc_lib/api/api.py", line 185, in 
delete
- return self._request('DELETE', url, **params)
-   File "/usr/lib/python3/dist-packages/osc_lib/api/api.py", line 141, in 
_request
- return session.request(url, method, **kwargs)
-   File "/usr/lib/python3/dist-packages/osc_lib/session.py", line 40, in 
request
- resp = super(TimingSession, self).request(url, method, **kwargs)
-   File "/usr/lib/python3/dist-packages/keystoneauth1/session.py", line 737, 
in request
- raise exceptions.from_response(resp, method, url)
+   File "/usr/lib/python3/dist-packages/octaviaclient/api/v2/octavia.py", line 
29, in wrapper
+ response = func(*args, **kwargs)
+   File "/usr/lib/python3/dist-packages/octaviaclient/api/v2/octavia.py", line 
204, in listener_delete
+ response = self.delete(url)
+   File "/usr/lib/python3/dist-packages/osc_lib/api/api.py", line 185, in 
delete
+ return self._request('DELETE', url, **params)
+   File "/usr/lib/python3/dist-packages/osc_lib/api/api.py", line 141, in 
_request
+ return session.request(url, method, **kwargs)
+   File "/usr/lib/python3/dist-packages/osc_lib/session.py", line 40, in 
request
+ resp = super(TimingSession, self).request(url, method, **kwargs)
+   File "/usr/lib/python3/dist-packages/keystoneauth1/session.py", line 737, 
in request
+ raise exceptions.from_response(resp, method, url)
  keystoneauth1.exceptions.http.InternalServerError: Internal Server Error 
(HTTP 500) (Request-ID: req-8146cc8c-334a-4155-9fa6-489d4cf1ecbf)
  
  During handling of the above exception, another exception occurred:
  
  Traceback (most recent call last):
-   File "/usr/lib/python3/dist-packages/cliff/app.py", line 400, in 
run_subcommand
- result = cmd.run(parsed_args)
-   File "/usr/lib/python3/dist-packages/osc_lib/command/command.py", line 41, 
in run
- return super(Command, self).run(parsed_args)
-   File "/usr/lib/python3/dist-packages/cliff/command.py", line 184, in run
- return_code = self.take_action(parsed_args) or 0
-   File "/usr/lib/python3/dist-packages/octaviaclient/osc/v2/listener.py", 
line 152, in take_action
- listener_id=listener_id)
-   File "/usr/lib/python3/dist-packages/octaviaclient/api/v2/octavia.py", line 
38, in wrapper
- request_id=e.request_id)
+   File "/usr/lib/python3/dist-packages/cliff/app.py", line 400, in 
run_subcommand
+ result = cmd.run(parsed_args)
+   File "/usr/lib/python3/dist-packages/osc_lib/command/command.py", line 41, 
in run
+ return super(Command, self).run(parsed_args)
+   File "/usr/lib/python3/dist-packages/cliff/command.py", line 184, in run
+ return_code = self.take_action(parsed_args) or 0
+   File "/usr/lib/python3/dist-packages/octaviaclient/osc/v2/listener.py", 
line 152, in take_action
+ listener_id=listener_id)
+   File "/usr/lib/python3/dist-packages/octaviaclient/api/v2/octavia.py", line 
38, in wrapper
+ request_id=e.request_id)
  octaviaclient.api.v2.octavia.OctaviaClientException: Not Found: Not Found. 
Sorry but your container is in another castle. (HTTP 500) (Request-ID: 
req-8146cc8c-334a-4155-9fa6-489d4cf1ecbf)
  clean_up DeleteListener: Not Found: Not Found. Sorry but your container is in 
another castle. (HTTP 500) (Request-ID: 

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2020-01-08 Thread Seyeong Kim
** Changed in: cloud-archive/rocky
   Status: Triaged => Fix Released

** Changed in: octavia (Ubuntu Focal)
   Status: Triaged => 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/1852599

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2020-01-07 Thread Ubuntu Foundations Team Bug Bot
The attachment "lp1852599_disco.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/1852599

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2020-01-07 Thread Seyeong Kim
** Patch added: "lp1852599_eoan.debdiff"
   
https://bugs.launchpad.net/charm-octavia/+bug/1852599/+attachment/5318419/+files/lp1852599_eoan.debdiff

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

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2020-01-07 Thread Seyeong Kim
focal has it

** Tags added: sru-needed

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

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2020-01-07 Thread Seyeong Kim
** Patch added: "lp1852599_stein.debdiff"
   
https://bugs.launchpad.net/charm-octavia/+bug/1852599/+attachment/5318413/+files/lp1852599_stein.debdiff

** Patch removed: "lp1852599_train.debdiff"
   
https://bugs.launchpad.net/charm-octavia/+bug/1852599/+attachment/5318375/+files/lp1852599_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/1852599

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2020-01-07 Thread Seyeong Kim
** Patch added: "lp1852599_disco.debdiff"
   
https://bugs.launchpad.net/charm-octavia/+bug/1852599/+attachment/5318411/+files/lp1852599_disco.debdiff

** Patch removed: "lp1852599_stein.debdiff"
   
https://bugs.launchpad.net/charm-octavia/+bug/1852599/+attachment/5318374/+files/lp1852599_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/1852599

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2020-01-07 Thread Seyeong Kim
** Patch added: "lp1852599_train.debdiff"
   
https://bugs.launchpad.net/charm-octavia/+bug/1852599/+attachment/5318417/+files/lp1852599_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/1852599

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2020-01-07 Thread Seyeong Kim
rocky stable point release https://bugs.launchpad.net/cloud-
archive/+bug/1853320

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

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2020-01-07 Thread Seyeong Kim
It seems that rocky already has fix since 1 hour ago.

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

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2020-01-07 Thread Seyeong Kim
** Patch added: "lp1852599_train.debdiff"
   
https://bugs.launchpad.net/charm-octavia/+bug/1852599/+attachment/5318375/+files/lp1852599_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/1852599

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2020-01-07 Thread Seyeong Kim
** Patch removed: "lp1852599_stein.debdiff"
   
https://bugs.launchpad.net/charm-octavia/+bug/1852599/+attachment/5318357/+files/lp1852599_stein.debdiff

** Patch added: "lp1852599_stein.debdiff"
   
https://bugs.launchpad.net/charm-octavia/+bug/1852599/+attachment/5318374/+files/lp1852599_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/1852599

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2020-01-07 Thread Seyeong Kim
** Patch added: "lp1852599_stein.debdiff"
   
https://bugs.launchpad.net/charm-octavia/+bug/1852599/+attachment/5318357/+files/lp1852599_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/1852599

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2020-01-06 Thread Seyeong Kim
@corey

Do we need to backport this or octavia 4.1.1 ( or for the other
releases) will be released soon for UCA ?

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

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2019-12-06 Thread Corey Bryant
Fyi on stable point releases: https://review.opendev.org/#/c/697688/

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

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2019-12-04 Thread Corey Bryant
Drew, this is fixed upstream in all releases supported by the charm
(rocky+) but hasn't been included in any stable point releases yet. We
could cherry-pick it but I'd prefer to pick the fix up in stable point
releases as it simplifies testing efforts. johnsonm in #openstack-lbaas
thinks stable point releases are coming soon. Are you ok with waiting on
the stable point releases?

** Changed in: octavia (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: octavia (Ubuntu)
   Importance: Undecided => High

** Also affects: octavia (Ubuntu Focal)
   Importance: High
   Status: Triaged

** Also affects: octavia (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Also affects: octavia (Ubuntu Disco)
   Importance: Undecided
   Status: New

** Changed in: octavia (Ubuntu Disco)
   Status: New => Triaged

** Changed in: octavia (Ubuntu Eoan)
   Status: New => Triaged

** Changed in: octavia (Ubuntu Eoan)
   Importance: Undecided => High

** Changed in: octavia (Ubuntu Disco)
   Importance: Undecided => High

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

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

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

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

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

** No longer affects: cloud-archive/ussuri

** Changed in: cloud-archive
   Status: New => Triaged

** Changed in: cloud-archive/rocky
   Status: New => Triaged

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

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

** Changed in: cloud-archive
   Importance: Undecided => High

** Changed in: cloud-archive/stein
   Importance: Undecided => High

** Changed in: cloud-archive/rocky
   Importance: Undecided => High

** Changed in: cloud-archive/train
   Importance: Undecided => High

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

** No longer affects: cloud-archive/queens

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

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2019-12-04 Thread Ryan Beisner
The fixes have merged upstream, and we will need to do stable updates in
distro and UCA.

Queens:  https://review.opendev.org/#/c/691757/
Rocky:  https://review.opendev.org/#/c/691748/
Stein:  https://review.opendev.org/#/c/691693/
Train:  https://review.opendev.org/#/c/690984/
Master (Ussuri):  https://review.opendev.org/#/c/688221/

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

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2019-12-04 Thread Ryan Beisner
I've chatted with upstream, was advised that Story 2006901 is actually a
dup of an existing bug/story:

Deleted secrets prevent CUD operations and trigger amphora failover
https://storyboard.openstack.org/#!/story/2006676

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

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2019-12-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: octavia (Ubuntu)
   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/1852599

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2019-12-04 Thread Ryan Beisner
As an upstream Octavia issue, this is not likely to be solved at the
Charm level.

It is raised appropriately in upstream Octavia's Storyboard (bug
tracker):

https://storyboard.openstack.org/#!/story/2006901

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

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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

[Bug 1852599] Re: Cannot delete TLS Terminated listener if container has been deleted in barbican

2019-12-04 Thread Ryan Beisner
** Also affects: octavia (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: charm-octavia
   Status: Incomplete => Invalid

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

Title:
  Cannot delete TLS Terminated listener if container has been deleted in
  barbican

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

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