[Bug 1834565] Re: Services not running that should be: cinder-scheduler, neutron-lbaasv2-agent, neutron-dhcp-agent, neutron-metering-agent

2019-11-01 Thread Mathew Hodson
** Tags added: verification-stein-needed

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

Title:
  Services not running that should be: cinder-scheduler, neutron-
  lbaasv2-agent, neutron-dhcp-agent, neutron-metering-agent

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

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

[Bug 1834565] Re: Services not running that should be: cinder-scheduler, neutron-lbaasv2-agent, neutron-dhcp-agent, neutron-metering-agent

2019-07-11 Thread Ɓukasz Zemczak
What kind of verification has been performed and on what package
versions?

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

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

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

Title:
  Services not running that should be: cinder-scheduler, neutron-
  lbaasv2-agent, neutron-dhcp-agent, neutron-metering-agent

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

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

[Bug 1834565] Re: Services not running that should be: cinder-scheduler, neutron-lbaasv2-agent, neutron-dhcp-agent, neutron-metering-agent

2019-07-03 Thread James Page
** Tags removed: verification-needed-disco verification-stein-needed
** Tags added: verification-done-disco

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

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

Title:
  Services not running that should be: cinder-scheduler, neutron-
  lbaasv2-agent, neutron-dhcp-agent, neutron-metering-agent

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

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

[Bug 1834565] Re: Services not running that should be: cinder-scheduler, neutron-lbaasv2-agent, neutron-dhcp-agent, neutron-metering-agent

2019-07-02 Thread Brian Murray
Hello Chris, or anyone else affected,

Accepted python-eventlet into disco-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/python-
eventlet/0.24.1-0ubuntu3.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-disco to verification-done-disco. If it does not fix
the bug for you, please add a comment stating that, and change the tag
to verification-failed-disco. In either case, without details of your
testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: python-eventlet (Ubuntu Disco)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-disco

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

Title:
  Services not running that should be: cinder-scheduler, neutron-
  lbaasv2-agent, neutron-dhcp-agent, neutron-metering-agent

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

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

[Bug 1834565] Re: Services not running that should be: cinder-scheduler, neutron-lbaasv2-agent, neutron-dhcp-agent, neutron-metering-agent

2019-07-01 Thread James Page
Test package with my simple reproducer works OK so will upload to disco
for SRU team review.

** Also affects: python-eventlet (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Also affects: python-eventlet (Ubuntu Disco)
   Importance: Undecided
   Status: New

** Changed in: python-eventlet (Ubuntu Eoan)
   Status: New => Fix Released

** Changed in: python-eventlet (Ubuntu Eoan)
   Importance: Undecided => High

** Changed in: python-eventlet (Ubuntu Disco)
   Status: New => In Progress

** Changed in: python-eventlet (Ubuntu Disco)
   Importance: Undecided => High

** Changed in: python-eventlet (Ubuntu Disco)
 Assignee: (unassigned) => James Page (james-page)

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

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

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

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

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

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

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

** Changed in: charm-cinder
   Status: New => Invalid

** Changed in: charm-neutron-gateway
   Status: New => Invalid

** Description changed:

- In an SSL enabled OpenStack Stein deploy, deployed on Disco, the cinder-
- scheduler service is crashing with the below stacktrace:
+ [Impact]
+ Unable to enable TLS termination of any endpoints for OpenStack with Python 
3.7.
+ 
+ [Test Case]
+ sudo apt install python3-eventlet
+ python3 << EOF
+ import eventlet
+ eventlet.monkey_patch()
+ 
+ import socket
+ import ssl
+ 
+ sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
+ wrappedSocket = ssl.wrap_socket(sock)
+ EOF
+ 
+ Traceback (most recent call last):
+   File "", line 8, in 
+   File "/usr/lib/python3/dist-packages/eventlet/green/ssl.py", line 403, in 
wrap_socket
+ return GreenSSLSocket(sock, *a, **kw)
+   File "/usr/lib/python3/dist-packages/eventlet/green/ssl.py", line 80, in 
__init__
+ *args, **kw
+   File "/usr/lib/python3.7/ssl.py", line 1222, in wrap_socket
+ suppress_ragged_eofs=suppress_ragged_eofs
+   File "/usr/lib/python3/dist-packages/eventlet/green/ssl.py", line 426, in 
wrap_socket
+ return GreenSSLSocket(sock, *a, _context=self, **kw)
+   File "/usr/lib/python3/dist-packages/eventlet/green/ssl.py", line 80, in 
__init__
+ *args, **kw
+ TypeError: wrap_socket() got an unexpected keyword argument '_context'
+ 
+ [Regression Potential]
+ Low; codepaths are all Python 3.7 specific due to internal changes in the SSL 
implementation.
+ 
+ [Original bug report]
+ In an SSL enabled OpenStack Stein deploy, deployed on Disco, the 
cinder-scheduler service is crashing with the below stacktrace:
  
  2019-06-27 18:35:07.593 5427 WARNING cinder.scheduler.host_manager 
[req-9c5d17cd-1414-482a-bfc9-a6bef2369637 - - - - -] volume service is down. 
(host: juju-20eff5-mojo-0-7@LVM)
  2019-06-27 18:35:07.594 5427 WARNING cinder.scheduler.host_manager 
[req-9c5d17cd-1414-482a-bfc9-a6bef2369637 - - - - -] volume service is down. 
(host: cinder@cinder-ceph)
  2019-06-27 18:35:07.610 5427 INFO cinder.rpc 
[req-9c5d17cd-1414-482a-bfc9-a6bef2369637 - - - - -] Automatically selected 
cinder-volume objects version 1.37 as minimum service version.
  2019-06-27 18:35:07.619 5427 INFO cinder.rpc 
[req-9c5d17cd-1414-482a-bfc9-a6bef2369637 - - - - -] Automatically selected 
cinder-volume RPC version 3.16 as minimum service version.
  2019-06-27 18:35:07.638 5427 INFO cinder.rpc 
[req-9c5d17cd-1414-482a-bfc9-a6bef2369637 - - - - -] Automatically selected 
cinder-scheduler objects version 1.37 as minimum service version.
  2019-06-27 18:35:07.647 5427 INFO cinder.rpc 
[req-9c5d17cd-1414-482a-bfc9-a6bef2369637 - - - - -] Automatically selected 
cinder-scheduler RPC version 3.11 as minimum service version.
  2019-06-27 18:35:07.702 5427 WARNING oslo_config.cfg 
[req-9c5d17cd-1414-482a-bfc9-a6bef2369637 - - - - -] Deprecated: Option 
"auth_uri" from group "keystone_authtoken" is deprecated for removal (The 
auth_uri option is deprecated in favor of www_authenticate_uri and will be 
removed in the S  release.).  Its value may be silently ignored in the future.
  2019-06-27 18:35:07.703 5427 WARNING oslo_config.cfg 
[req-9c5d17cd-1414-482a-bfc9-a6bef2369637 - - - - -] Deprecated: Option 
"signing_dir" from group "keystone_authtoken" is deprecated for removal (PKI 
token format is no longer supported.).  Its value may be silently ignored in 
the future.
  2019-06-27 18:35:07.705 5427 WARNING oslo_config.cfg 
[req-9c5d17cd-1414-482a-bfc9-a6bef2369637 - - - - -] Deprecated: Option 
"auth_uri" from group "keystone_authtoken" is deprecated. Use option 
"www_authenticate_uri" from group "keystone_authtoken".
  2019-06-27 18:35:07.726 5427 INFO cinder.service [-] Starting 
cinder-scheduler node 

[Bug 1834565] Re: Services not running that should be: cinder-scheduler, neutron-lbaasv2-agent, neutron-dhcp-agent, neutron-metering-agent

2019-07-01 Thread James Page
Simple reproducer:

import eventlet
eventlet.monkey_patch()

import socket
import ssl

sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
wrappedSocket = ssl.wrap_socket(sock)

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

Title:
  Services not running that should be: cinder-scheduler, neutron-
  lbaasv2-agent, neutron-dhcp-agent, neutron-metering-agent

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

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

[Bug 1834565] Re: Services not running that should be: cinder-scheduler, neutron-lbaasv2-agent, neutron-dhcp-agent, neutron-metering-agent

2019-07-01 Thread James Page
Upstream eventlet bug report:

  https://github.com/eventlet/eventlet/issues/526

A further fix is in 0.25 (eoan development); I've cherry picked it back
to disco/stein in:

  https://launchpad.net/~james-page/+archive/ubuntu/stein/+packages

I was not able to reproduce the stack trace using the minimal test case
in the upstream bug report on eoan, but was able to on disco; testing
packages once they have built.

** Bug watch added: github.com/eventlet/eventlet/issues #526
   https://github.com/eventlet/eventlet/issues/526

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

Title:
  Services not running that should be: cinder-scheduler, neutron-
  lbaasv2-agent, neutron-dhcp-agent, neutron-metering-agent

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

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

[Bug 1834565] Re: Services not running that should be: cinder-scheduler, neutron-lbaasv2-agent, neutron-dhcp-agent, neutron-metering-agent

2019-07-01 Thread James Page
** Also affects: python-eventlet (Ubuntu)
   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/1834565

Title:
  Services not running that should be: cinder-scheduler, neutron-
  lbaasv2-agent, neutron-dhcp-agent, neutron-metering-agent

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

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