Add comment for libvirt/vnc network sync

In I08fa1ee947574e6fac24885b17706a22054fcba9 we added sync of
NovaLibvirtNetwork and NovaVncProxyNetwork. This just adds a
comment for this.

Change-Id: If8c74d5c00fb6b31de98917b984a376fc192ff53
changes/26/798826/1
Martin Schuppert 2021-06-30 12:32:32 +02:00
parent 122f4bf4b1
commit ad1ba1bc39
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ resources:
{{network.name_lower}}: {get_param: {{network.name}}NetName}
{%- endfor %}
keys: {get_param: ServiceNetMapDeprecatedMapping}
# (mschuppert) this is to keep NovaVncProxyNetwork and NovaLibvirtNetwork
# in sync to not break VNC console
- NovaVncProxyNetwork: { get_param: [ServiceNetMap, NovaLibvirtNetwork] }
outputs: