Handle nova image preallocation mode

Image preallocation allows storage to be fully allocated at instance
start. This should significantly improve performance on writes to new
blocks and may even improve I/O performance to prewritten blocks due
to reduced fragmentation.

Change-Id: Ic285d6bc07dcee65db2dffca9d2730705761121c
diff --git a/README.rst b/README.rst
index 6d9c848..38b1b7b 100644
--- a/README.rst
+++ b/README.rst
@@ -265,6 +265,7 @@
         - hosts_with_ssd
         security_group: true
         resume_guests_state_on_host_boot: False
+        preallocate_images: space  # Default is 'none'
         my_ip: 10.1.0.16
         bind:
           vnc_address: 172.20.0.100