diff --git a/nova/cmd/novncproxy.py b/nova/cmd/novncproxy.py index c19d24981b36..cb818c387c9f 100644 --- a/nova/cmd/novncproxy.py +++ b/nova/cmd/novncproxy.py @@ -77,6 +77,8 @@ def main(): daemon=CONF.daemon, record=CONF.record, web=CONF.web, + file_only=True, + no_parent=True, target_host='ignore', target_port='ignore', wrap_mode='exit', diff --git a/requirements.txt b/requirements.txt index bb999665ccce..b8e8c443e26c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ python-glanceclient>=0.9.0 python-keystoneclient>=0.2.0 six stevedore>=0.10 -websockify<0.4 +websockify>=0.5.1,<0.6 pyparsing>=1.5.7,<2.0 # order-dependent python-quantumclient req, bug 1191866 -f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3