Skip to content
Snippets Groups Projects
Commit 17309417 authored by Ryan Randles Jones's avatar Ryan Randles Jones
Browse files

Merge branch 'master' into 'master'

readme-update

See merge request !12
parents aa7de08b b0482721
No related branches found
No related tags found
1 merge request!12readme-update
...@@ -33,13 +33,11 @@ will connect instance to ood through ohpc and download software ...@@ -33,13 +33,11 @@ will connect instance to ood through ohpc and download software
- Click "**Create Application Credential**" - Click "**Create Application Credential**"
- Name the credential and add a description (Leave the rest blank. It is important not to add an expiration date.) - Name the credential, add a description, and check the box making it unrestricted (Leave the rest blank. It is important not to add an expiration date.)
- Open the credential rc file you have created, and change all OS_ to TF_. This will allow terraform to read and use these values. - Download the credentials as an RC file.
- Save the credential in your terraform-first-instance directory. - Source the RC file to allow terraform to be an openstack provider.
- Download RC File from Openstack(V3) and save it in your terraform-first-instance directory.
### Clone this repo into your terraform-first-instance directory using: ### Clone this repo into your terraform-first-instance directory using:
......
...@@ -9,4 +9,3 @@ variable "flavor" { ...@@ -9,4 +9,3 @@ variable "flavor" {
variable "public-network-name" { variable "public-network-name" {
default = "bright-external-flat-externalnet" default = "bright-external-flat-externalnet"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment