)]}'
{"doc/image-guide/source/create-images-automatically.rst":[{"author":{"_account_id":6547,"name":"Andreas Jaeger","email":"jaegerandi@gmail.com","username":"jaegerandi"},"change_message_id":"1eccb3c3b50384fd0e6dc45acd29be64399e0ecf","unresolved":true,"context_lines":[{"line_number":252,"context_line":"is an automated tool to create Windows images for OpenStack."},{"line_number":253,"context_line":""},{"line_number":254,"context_line":"It is a PowerShell module that automates the Windows image creation for"},{"line_number":255,"context_line":"OpenStack and supports creating qcow2, raw, vhdx Windows images and many more."},{"line_number":256,"context_line":""},{"line_number":257,"context_line":"The tool is published as a PowerShellGallery module too, for easier"},{"line_number":258,"context_line":"installation `WindowsImageBuilder"}],"source_content_type":"text/x-rst","patch_set":2,"id":"a94546a2_1f36376d","line":255,"range":{"start_line":255,"start_character":32,"end_line":255,"end_character":48},"updated":"2020-12-22 10:35:41.000000000","message":"those are capitalized differently in the rest of the guide, please check how we do it elsewhere.","commit_id":"e38f9e052dc19ebaeacb509d5adf0f9e6915865b"},{"author":{"_account_id":6547,"name":"Andreas Jaeger","email":"jaegerandi@gmail.com","username":"jaegerandi"},"change_message_id":"1eccb3c3b50384fd0e6dc45acd29be64399e0ecf","unresolved":true,"context_lines":[{"line_number":254,"context_line":"It is a PowerShell module that automates the Windows image creation for"},{"line_number":255,"context_line":"OpenStack and supports creating qcow2, raw, vhdx Windows images and many more."},{"line_number":256,"context_line":""},{"line_number":257,"context_line":"The tool is published as a PowerShellGallery module too, for easier"},{"line_number":258,"context_line":"installation `WindowsImageBuilder"},{"line_number":259,"context_line":"\u003chttps://www.powershellgallery.com/packages/WindowsImageBuilder\u003e`_."},{"line_number":260,"context_line":""},{"line_number":261,"context_line":".. code-block:: console"},{"line_number":262,"context_line":""}],"source_content_type":"text/x-rst","patch_set":2,"id":"a4ce3503_1fba8599","line":259,"range":{"start_line":257,"start_character":51,"end_line":259,"end_character":53},"updated":"2020-12-22 10:35:41.000000000","message":"module for easier installation `...`, too.","commit_id":"e38f9e052dc19ebaeacb509d5adf0f9e6915865b"},{"author":{"_account_id":6547,"name":"Andreas Jaeger","email":"jaegerandi@gmail.com","username":"jaegerandi"},"change_message_id":"1eccb3c3b50384fd0e6dc45acd29be64399e0ecf","unresolved":true,"context_lines":[{"line_number":273,"context_line":""},{"line_number":274,"context_line":"Requirements:"},{"line_number":275,"context_line":""},{"line_number":276,"context_line":"  * a Windows host, with Hyper-V virtualization enabled, PowerShell \u003e\u003dv4"},{"line_number":277,"context_line":"    support and Windows Assessment and Deployment Kit (ADK)"},{"line_number":278,"context_line":"  * a Windows installation ISO or DVD"},{"line_number":279,"context_line":"  * Windows compatible drivers, if required by the target environment"},{"line_number":280,"context_line":"  * Git environment"},{"line_number":281,"context_line":""}],"source_content_type":"text/x-rst","patch_set":2,"id":"a9c987f6_ec0acc7b","line":280,"range":{"start_line":276,"start_character":1,"end_line":280,"end_character":19},"updated":"2020-12-22 10:35:41.000000000","message":"no whitespace in front of *","commit_id":"e38f9e052dc19ebaeacb509d5adf0f9e6915865b"},{"author":{"_account_id":6547,"name":"Andreas Jaeger","email":"jaegerandi@gmail.com","username":"jaegerandi"},"change_message_id":"28027931082a95a021fe7ad64d0d8ef61c797c7f","unresolved":true,"context_lines":[{"line_number":256,"context_line":"For easier installation, the tool is published as a PowerShellGallery module:"},{"line_number":257,"context_line":"`WindowsImageBuilder"},{"line_number":258,"context_line":"\u003chttps://www.powershellgallery.com/packages/WindowsImageBuilder\u003e`_."},{"line_number":259,"context_line":""},{"line_number":260,"context_line":".. code-block:: console"},{"line_number":261,"context_line":""},{"line_number":262,"context_line":"Install-Module WindowsImageBuilder"}],"source_content_type":"text/x-rst","patch_set":6,"id":"f2a03f18_d0c3374f","line":259,"updated":"2020-12-22 12:06:26.000000000","message":"Add an introduction on the code-block that explains what it does.","commit_id":"46082e403cfca356e7f9db89a0393ce0cfd3d911"},{"author":{"_account_id":6547,"name":"Andreas Jaeger","email":"jaegerandi@gmail.com","username":"jaegerandi"},"change_message_id":"28027931082a95a021fe7ad64d0d8ef61c797c7f","unresolved":true,"context_lines":[{"line_number":259,"context_line":""},{"line_number":260,"context_line":".. code-block:: console"},{"line_number":261,"context_line":""},{"line_number":262,"context_line":"Install-Module WindowsImageBuilder"},{"line_number":263,"context_line":"Import-Module WindowsImageBuilder"},{"line_number":264,"context_line":""},{"line_number":265,"context_line":"New-WindowsImageConfig -ConfigFilePath \".\\windows-image-config.ini\""},{"line_number":266,"context_line":"# Update the configuration file to fit your specific use case"},{"line_number":267,"context_line":"# Extensive information for all the configuration can be found here:"},{"line_number":268,"context_line":"# https://github.com/cloudbase/windows-openstack-imaging-tools/blob/master/Config.psm1#L21"},{"line_number":269,"context_line":""},{"line_number":270,"context_line":"# Generate the Windows image"},{"line_number":271,"context_line":"New-WindowsOnlineImage -ConfigFilePath \".\\windows-image-config.ini\""},{"line_number":272,"context_line":""},{"line_number":273,"context_line":"Requirements:"},{"line_number":274,"context_line":""}],"source_content_type":"text/x-rst","patch_set":6,"id":"ebc42bfe_4d843129","line":271,"range":{"start_line":262,"start_character":1,"end_line":271,"end_character":67},"updated":"2020-12-22 12:06:26.000000000","message":"this needs spaces in front of line for proper indent so that it gets displayed as code-block","commit_id":"46082e403cfca356e7f9db89a0393ce0cfd3d911"},{"author":{"_account_id":6547,"name":"Andreas Jaeger","email":"jaegerandi@gmail.com","username":"jaegerandi"},"change_message_id":"943bcd1c353c4a1643cd49f21a6d8775a34dc903","unresolved":true,"context_lines":[{"line_number":274,"context_line":"Requirements:"},{"line_number":275,"context_line":""},{"line_number":276,"context_line":"* A Windows host, with Hyper-V virtualization enabled, PowerShell \u003e\u003dv4"},{"line_number":277,"context_line":"  support and Windows Assessment and Deployment Kit (ADK)."},{"line_number":278,"context_line":"* A Windows installation ISO or DVD"},{"line_number":279,"context_line":"* Windows compatible drivers, if required by the target environment."},{"line_number":280,"context_line":"  For example, `VirtIO"}],"source_content_type":"text/x-rst","patch_set":7,"id":"efa08a97_14281510","line":277,"range":{"start_line":277,"start_character":57,"end_line":277,"end_character":58},"updated":"2020-12-23 10:02:11.000000000","message":"add \".\" everywhere on the items - or nowhere.","commit_id":"94bd9eb34aaca095aec661b1892a83fbadb65e09"},{"author":{"_account_id":6547,"name":"Andreas Jaeger","email":"jaegerandi@gmail.com","username":"jaegerandi"},"change_message_id":"943bcd1c353c4a1643cd49f21a6d8775a34dc903","unresolved":true,"context_lines":[{"line_number":279,"context_line":"* Windows compatible drivers, if required by the target environment."},{"line_number":280,"context_line":"  For example, `VirtIO"},{"line_number":281,"context_line":"  \u003chttps://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/\u003e`_,"},{"line_number":282,"context_line":"  network card or storage adapter drivers."},{"line_number":283,"context_line":"* Git environment"}],"source_content_type":"text/x-rst","patch_set":7,"id":"45262435_f915009c","line":282,"updated":"2020-12-23 10:02:11.000000000","message":"comma before \"or\" (we use Oxford comma)","commit_id":"94bd9eb34aaca095aec661b1892a83fbadb65e09"}]}
