Merge "Drop remaining logic for websockify < 0.9.0"

This commit is contained in:
Zuul
2024-11-19 17:55:21 +00:00
committed by Gerrit Code Review
+1 -4
View File
@@ -27,8 +27,8 @@ from urllib import parse as urlparse
from oslo_log import log as logging
from oslo_utils import encodeutils
from oslo_utils import importutils
import websockify
from websockify import websockifyserver
from nova.compute import rpcapi as compute_rpcapi
import nova.conf
@@ -40,9 +40,6 @@ from nova import objects
from oslo_utils import timeutils
import threading
# Location of WebSockifyServer class in websockify v0.9.0
websockifyserver = importutils.try_import('websockify.websockifyserver')
LOG = logging.getLogger(__name__)
CONF = nova.conf.CONF