Skip to content

Commit

Permalink
Merge pull request #494 from brenard/master
Browse files Browse the repository at this point in the history
Add WS_CERT parameter
  • Loading branch information
retspen committed Jan 26, 2015
2 parents 6f133c0 + 65bca5b commit 169e0f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions console/webvirtmgr-console
Expand Up @@ -20,6 +20,10 @@ import django
from webvirtmgr.settings import WS_PORT
from webvirtmgr.settings import WS_HOST

from webvirtmgr.settings import WS_CERT
if WS_CERT:
CERT = WS_CERT

from vrtManager.connection import CONN_SSH, CONN_SOCKET

import re
Expand Down
1 change: 1 addition & 0 deletions webvirtmgr/settings.py
Expand Up @@ -147,6 +147,7 @@
WS_PORT = 6080
WS_HOST = '0.0.0.0'
WS_PUBLIC_HOST = None
WS_CERT = None

# keepalive interval and count for libvirt connections
#
Expand Down

0 comments on commit 169e0f0

Please sign in to comment.