Documentation fix
Change-Id: Ib997e216eb120e742155abe30dc4a2177adebe5b
diff --git a/nova/meta/sphinx.yml b/nova/meta/sphinx.yml
index c4f67ed..9ccaa84 100644
--- a/nova/meta/sphinx.yml
+++ b/nova/meta/sphinx.yml
@@ -16,9 +16,11 @@
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 }}