Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
noVNC
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
noVNC
Commits
cb3ad1b5
Commit
cb3ad1b5
authored
Jun 08, 2012
by
Joel Martin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #168 from soheilhassasyeganeh/master
Fix nova flag API change
parents
ab44059b
b1d2225e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
nova-novncproxy
utils/nova-novncproxy
+1
-2
No files found.
utils/nova-novncproxy
View file @
cb3ad1b5
...
@@ -132,8 +132,7 @@ if __name__ == '__main__':
...
@@ -132,8 +132,7 @@ if __name__ == '__main__':
parser
.
error
(
"SSL only and
%
s not found"
%
FLAGS
.
cert
)
parser
.
error
(
"SSL only and
%
s not found"
%
FLAGS
.
cert
)
# Setup flags
# Setup flags
utils
.
default_cfgfile
()
flags
.
parse_args
(
sys
.
argv
)
FLAGS
(
sys
.
argv
)
# Create and start the NovaWebSockets proxy
# Create and start the NovaWebSockets proxy
server
=
NovaWebSocketProxy
(
listen_host
=
FLAGS
.
novncproxy_host
,
server
=
NovaWebSocketProxy
(
listen_host
=
FLAGS
.
novncproxy_host
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment