summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-nova-novncproxy.service
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-03-10 16:08:03 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-08 18:29:25 +0100
commit98c6e76f61715adffecfe079df9137747193416e (patch)
treea750e11640249ccf109ae342c3ff1b5f6491060c /openstack/etc/systemd/system/openstack-nova-novncproxy.service
parent503d57b18b5ef21e7baea46ad63c8cb4960f8095 (diff)
downloaddefinitions-98c6e76f61715adffecfe079df9137747193416e.tar.gz
Set novncproxy server ip in nova.conf
The ip of the compute node is gotten from the bridge device and this value is set in the novncproxy configuration in nova.conf. This is required for horizon to access to the compute node so have access to the VMs created on it. Also: - remove /usr/share/vnc which is now created in the vnc chunk. - add explicity where to find novnc client to nova-novncproxy systemd unit.
Diffstat (limited to 'openstack/etc/systemd/system/openstack-nova-novncproxy.service')
-rw-r--r--openstack/etc/systemd/system/openstack-nova-novncproxy.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/etc/systemd/system/openstack-nova-novncproxy.service b/openstack/etc/systemd/system/openstack-nova-novncproxy.service
index 21013244..069e0751 100644
--- a/openstack/etc/systemd/system/openstack-nova-novncproxy.service
+++ b/openstack/etc/systemd/system/openstack-nova-novncproxy.service
@@ -5,7 +5,7 @@ After=syslog.target network.target
[Service]
Type=simple
User=nova
-ExecStart=/usr/bin/nova-novncproxy --config-file /etc/nova/nova.conf
+ExecStart=/usr/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web /usr/share/novnc
[Install]
WantedBy=multi-user.target