Skip to content

Commit

Permalink
Add missing nova-novncproxy to tarballs
Browse files Browse the repository at this point in the history
Fix setup.py to include bin/nova-novncproxy in generated tarballs.
Fixes bug 1018829.

Change-Id: Iad2aa32602224e15bb879f81a13b764fc09d9c67
  • Loading branch information
ttx committed Jun 28, 2012
1 parent 829832b commit d9962a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -88,6 +88,7 @@ def find_data_files(destdir, srcdir):
'bin/nova-instance-usage-audit',
'bin/nova-manage',
'bin/nova-network',
'bin/nova-novncproxy',
'bin/nova-objectstore',
'bin/nova-rootwrap',
'bin/nova-scheduler',
Expand Down

0 comments on commit d9962a8

Please sign in to comment.