From 3daede741cd2677ab1c31eb8406451be6d3b7287 Mon Sep 17 00:00:00 2001 From: David Shea Date: Fri, 7 Dec 2018 10:49:33 -0500 Subject: [PATCH] Add openstack to the image type list in the docs (cherry picked from commit d619430d6da4d588fe91ffd98f523393f1f105da) --- docs/composer-cli.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/composer-cli.rst b/docs/composer-cli.rst index 22eee53a..8106fa5f 100644 --- a/docs/composer-cli.rst +++ b/docs/composer-cli.rst @@ -41,8 +41,8 @@ keep track of the build. You can also cancel the build if needed. <<<<<<< HEAD The available types of images is displayed by ``composer-cli compose types``. -Currently this consists of: ami, ext4-filesystem, live-iso, partitioned-disk, -qcow2, tar, vhd, vmdk +Currently this consists of: ami, ext4-filesystem, live-iso, openstack, +partitioned-disk, qcow2, tar, vhd, vmdk Monitor the build status ------------------------