From fb4ee4a09d5b82e7b42786bed0b3f59795ff905d Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Tue, 10 Jan 2017 07:42:12 -0500 Subject: [PATCH] Update dev docs to include 'vhdx' disk format Support for the 'vhdx' disk format was added by Change-Id: I4e172c78d7afeb8be5a0123238efe3d8e4b044c9 but this value is not listed in configuring.rst. This patch updates that document. Change-Id: Ic009e5e9f0f58396e784bea412290c390e62b55c Closes-bug: #1655326 --- doc/source/configuring.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/configuring.rst b/doc/source/configuring.rst index 9765ade876..023ccb88d9 100644 --- a/doc/source/configuring.rst +++ b/doc/source/configuring.rst @@ -1699,4 +1699,4 @@ done by setting the ``disk_formats`` parameter which is found in the * ``disk_formats=`` -Optional. Default: ``ami,ari,aki,vhd,vmdk,raw,qcow2,vdi,iso,ploop`` +Optional. Default: ``ami,ari,aki,vhd,vhdx,vmdk,raw,qcow2,vdi,iso,ploop``