Merge "nova-spicehtml5proxy dependency package added"

This commit is contained in:
Jenkins 2016-11-06 06:00:44 +00:00 committed by Gerrit Code Review
commit 5fc716a44e
1 changed files with 4 additions and 2 deletions

View File

@ -10,13 +10,15 @@ MAINTAINER {{ maintainer }}
{% set nova_spicehtml5proxy_packages = [
'openstack-nova-spicehtml5proxy',
'spice-html5'
'spice-html5',
'numpy'
] %}
{% elif base_distro in ['ubuntu'] %}
{% set nova_spicehtml5proxy_packages = [
'nova-spiceproxy'
'nova-spiceproxy',
'websockify'
] %}
{% endif %}