Skip to content
Snippets Groups Projects
Commit ef862427 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add nova-spicehtml5proxy console"

parents 7e4f7813 a7d44319
No related branches found
No related tags found
No related merge requests found
{
"command": "/usr/bin/nova-spicehtml5proxy",
"config_files": [
{
"source": "{{ container_config_directory }}/nova.conf",
"dest": "/etc/nova/nova.conf",
"owner": "nova",
"perm": "0600"
}
]
}
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
MAINTAINER Kolla Project (https://launchpad.net/kolla)
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN echo 'ERROR: The specified distro has no Kolla images to build: "{{ base_distro }}"' \
&& /bin/false
{% endif %}
{% elif install_type == 'source' %}
ADD nova-spicehtml5proxy-archive /usr/share/nova-spicehtml5proxy-source
RUN cd /usr/share && ln -s nova-spicehtml5proxy-source/* spice-html5
{% endif %}
{{ include_footer }}
...@@ -123,6 +123,14 @@ location = http://tarballs.openstack.org/neutron/neutron-master.tar.gz ...@@ -123,6 +123,14 @@ location = http://tarballs.openstack.org/neutron/neutron-master.tar.gz
type = url type = url
location = http://tarballs.openstack.org/nova/nova-master.tar.gz location = http://tarballs.openstack.org/nova/nova-master.tar.gz
[nova-spicehtml5proxy]
## freedesktop.org has the latest untagged code and should be prefered for git
# type = git
# location = http://anongit.freedesktop.org/git/spice/spice-html5.git
# reference = master
type = url
location = http://github.com/SPICE/spice-html5/tarball/spice-html5-0.1.6
[nova-novncproxy] [nova-novncproxy]
type = url type = url
location = http://github.com/kanaka/noVNC/tarball/v0.5.1 location = http://github.com/kanaka/noVNC/tarball/v0.5.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment