From 66cd85828e9e56925f95fb35266e17c089cc99f7 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 31 Jan 2018 12:48:40 -0800 Subject: [PATCH] rename dest_image_list_description to image_description --- builder/oracle/classic/config.go | 2 +- website/source/docs/builders/oracle-classic.html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/oracle/classic/config.go b/builder/oracle/classic/config.go index c04235da9..4cd7c42a7 100644 --- a/builder/oracle/classic/config.go +++ b/builder/oracle/classic/config.go @@ -29,7 +29,7 @@ type Config struct { DestImageList string `mapstructure:"dest_image_list"` // Optional; if you don't enter anything, the image list description // will read "Packer-built image list" - DestImageListDescription string `mapstructure:"dest_image_list_description"` + DestImageListDescription string `mapstructure:"image_description"` // Optional. Describes what computers are allowed to reach your instance // via SSH. This whitelist must contain the computer you're running Packer // from. It defaults to public-internet, meaning that you can SSH into your diff --git a/website/source/docs/builders/oracle-classic.html.md b/website/source/docs/builders/oracle-classic.html.md index ac539b255..e71cc9cc3 100644 --- a/website/source/docs/builders/oracle-classic.html.md +++ b/website/source/docs/builders/oracle-classic.html.md @@ -63,7 +63,7 @@ This builder currently only works with the SSH communicator. ### Optional - - `dest_image_list_description` (string) - a description for your destination + - `image_description` (string) - a description for your destination image list. If you don't provide one, Packer will provide a generic description. - `ssh_username` (string) - The username that Packer will use to SSH into the