Documentation fix

Change-Id: Ib997e216eb120e742155abe30dc4a2177adebe5b
This commit is contained in:
Ales Komarek 2016-11-29 18:37:49 +01:00
parent 96a8ed3c84
commit d1d4b2d156
1 changed files with 2 additions and 0 deletions

View File

@ -16,9 +16,11 @@ doc:
vncproxy_url:
name: "VNC proxy URL"
value: {{ compute.vncproxy_url }}
{%- if compute.reserved_host_memory_mb is defined %}
reserved_host_memory_mb:
name: "Reserved Host Memmory"
value: {{ compute.reserved_host_memory_mb }}
{%- endif %}
database_host:
name: "Database"
value: {{ compute.database.user }}@{{ compute.database.host }}:{{ compute.database.port }}/{{ compute.database.name }}