From 30a4998a810fb4d2be485dde0b782e2e2129c2a6 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Thu, 1 Feb 2018 16:35:10 -0800 Subject: [PATCH] branding --- website/source/docs/builders/oracle-classic.html.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/builders/oracle-classic.html.md b/website/source/docs/builders/oracle-classic.html.md index e71cc9cc3..0d9dc05b7 100644 --- a/website/source/docs/builders/oracle-classic.html.md +++ b/website/source/docs/builders/oracle-classic.html.md @@ -3,16 +3,16 @@ description: The oracle-classic builder is able to create new custom images for use with Oracle Compute Cloud. layout: docs -page_title: 'Oracle Classic - Builders' +page_title: 'Oracle Cloud Infrastructure Classic - Builders' sidebar_current: 'docs-builders-oracle-classic' --- -# Oracle Compute Cloud (Classic) Builder +# Oracle Cloud Infrastructure Classic Compute Builder Type: `oracle-classic` The `oracle-classic` Packer builder is able to create custom images for use -with [Oracle Compute Cloud](https://cloud.oracle.com/compute-classic). The builder +with [Oracle Cloud Infrastructure Classic Compute](https://cloud.oracle.com/compute-classic). The builder takes a base image, runs any provisioning necessary on the base image after launching it, and finally snapshots it creating a reusable custom image. @@ -25,7 +25,7 @@ to use it or delete it. ## Authorization -This builder authenticates API calls to Compute Classic using basic +This builder authenticates API calls to Oracle Cloud Infrastructure Classic Compute using basic authentication (user name and password). To read more, see the [authentication documentation](https://docs.oracle.com/en/cloud/iaas/compute-iaas-cloud/stcsa/Authentication.html)