From 3b5f5a6e0b68326dfbd85c5b026505e25aa00ea4 Mon Sep 17 00:00:00 2001 From: Summer Barringer Date: Sun, 26 Jul 2015 20:45:30 -0400 Subject: [PATCH] Documentation reformatting Changed the lines to be no more than 79 characters. Change-Id: Ic98a24981cf09104d7ef77b6c8fb05c34a05f23e --- .../roles/bifrost-create-dib-image/README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/playbooks/roles/bifrost-create-dib-image/README.md b/playbooks/roles/bifrost-create-dib-image/README.md index 9dc81dcec..22c0d92c1 100644 --- a/playbooks/roles/bifrost-create-dib-image/README.md +++ b/playbooks/roles/bifrost-create-dib-image/README.md @@ -13,18 +13,26 @@ This role requires: Role Variables -------------- -The role can use the disk-image-create or ramdisk-image-create scripts. Which script is used is controlled by the build_ramdisk variable. The default is false. +The role can use the disk-image-create or ramdisk-image-create scripts. Which +script is used is controlled by the build_ramdisk variable. The default is +false. build_ramdisk: false -The dib_env_vars are settings for the diskimage-builder environment variables which allow settings to be passed to elements that are being utilized to build a disk image. More information on diskimage-builder can be found at http://git.openstack.org/cgit/openstack/diskimage-builder/. Additionally, an extra_dib_elements setting exists which is a space separated list of elements to incorporate into the image. +The dib_env_vars are settings for the diskimage-builder environment variables +which allow settings to be passed to elements that are being utilized to build +a disk image. More information on diskimage-builder can be found at +http://git.openstack.org/cgit/openstack/diskimage-builder/. Additionally, an +extra_dib_elements setting exists which is a space separated list of elements +to incorporate into the image. dib_env_vars: DIB_CLOUD_INIT_DATASOURCES: "ConfigDrive" ELEMENTS_PATH: "/opt/stack/diskimage-builder/elements" extra_dib_elements: "" -http_boot_folder, deploy_image_filename, and deploy_image all control the final destination of the built image. +http_boot_folder, deploy_image_filename, and deploy_image all control the final +destination of the built image. http_boot_folder: /httpboot deploy_image_filename: "deployment_image.qcow2" @@ -70,4 +78,3 @@ limitations under the License. Author Information ------------------ -