diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-03-24 13:18:45 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-25 09:56:15 -0400 |
| commit | dfc85232382af8fee180a83bd33f9d436557b774 (patch) | |
| tree | b6c2fc333b7ce925cab83111b206009ca0fb5a2d /meta-openstack/recipes-devtools/python/python-nova/nova-consoleproxy | |
| parent | 809be55f0d276c59a8f71bb62f65fcdecede71b0 (diff) | |
| download | meta-cloud-services-dfc85232382af8fee180a83bd33f9d436557b774.tar.gz | |
OpenStack: modify controller to be able to talk to both console
We modify the controller so that both vnc and spice html5 proxies are running.
Since in the current recipe, both controller and compute share the same nova.conf
file, in the compute, both vnc and spice html5 are set to enabled and in this
configuration, vnc is chosen (in source: vnc is chosen because it's better
tested).
To change to spice, only change required is on the compute side.
The controller (since the default console_type is auto) will try to talk
to both and run whichever is available.
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova-consoleproxy')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova/nova-consoleproxy | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova-consoleproxy b/meta-openstack/recipes-devtools/python/python-nova/nova-consoleproxy deleted file mode 100644 index 12aa2b2..0000000 --- a/meta-openstack/recipes-devtools/python/python-nova/nova-consoleproxy +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | # The below switch enables you to select which type of console proxy daemon you | ||
| 2 | # wish to start at boot time. Possible values are: | ||
| 3 | # - spicehtml5 | ||
| 4 | # - xenvnc | ||
| 5 | # - novnc | ||
| 6 | |||
| 7 | NOVA_CONSOLE_PROXY_TYPE=spicehtml5 | ||
