aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-06 22:49:51 +0000
committerGerrit Code Review <review@openstack.org>2017-02-06 22:49:51 +0000
commit3c125d3c760690e0f5de25b7d27188514571332f (patch)
tree211f7ec1a8ae01d3a83a29cc1e10948f898512ef /releasenotes
parent22c5d341776c02dfafab1f58f68a852da34f3692 (diff)
parent6556123395c14f21de31e844426e541c141ffaaa (diff)
Merge "nova/libvirt: switch vnc server binding"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/vncserver_listen-4417377cac38464c.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/vncserver_listen-4417377cac38464c.yaml b/releasenotes/notes/vncserver_listen-4417377cac38464c.yaml
new file mode 100644
index 0000000..0c0f8ea
--- /dev/null
+++ b/releasenotes/notes/vncserver_listen-4417377cac38464c.yaml
@@ -0,0 +1,7 @@
+---
+features:
+ - Configure VNC server to be binded on internal network interface on compute nodes.
+ This value comes from tripleo-heat-templates and is configured by default to use
+ an IP address from the internal API network.
+ We use the ServiceNetMap in tripleo-heat-templates to compute the IP address, and we won't
+ configure 0.0.0.0 anymore as it used to open the binding to any network, which is unsecure.