summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova/nova.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova.conf')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova/nova.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova.conf b/meta-openstack/recipes-devtools/python/python-nova/nova.conf
index 8aaf41a..42dc47a 100644
--- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf
+++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf
@@ -24,7 +24,7 @@ state_path=/var/run/nova/
24libvirt_images_type = %LIBVIRT_IMAGES_TYPE% 24libvirt_images_type = %LIBVIRT_IMAGES_TYPE%
25 25
26#VNC 26#VNC
27vnc_enabled = true 27vnc_enabled = false
28vncserver_listen = %COMPUTE_IP% 28vncserver_listen = %COMPUTE_IP%
29novncproxy_base_url=http://%CONTROLLER_IP%:6080/vnc_auto.html 29novncproxy_base_url=http://%CONTROLLER_IP%:6080/vnc_auto.html
30vncserver_proxyclient_address=%COMPUTE_IP% 30vncserver_proxyclient_address=%COMPUTE_IP%
@@ -68,3 +68,11 @@ libvirt_images_rbd_pool=cinder-volumes
68libvirt_images_rbd_ceph_conf=/etc/ceph/ceph.conf 68libvirt_images_rbd_ceph_conf=/etc/ceph/ceph.conf
69rbd_user=cinder-volume 69rbd_user=cinder-volume
70#rbd_secret_uuid= 70#rbd_secret_uuid=
71
72[spice]
73agent_enabled=True
74enabled=True
75html5proxy_base_url=http://%CONTROLLER_IP%:6082/spice_auto.html
76keymap=en-us
77server_listen=%COMPUTE_IP%
78server_proxyclient_address=%COMPUTE_IP%