Skip to content

Commit

Permalink
Move vault unseal before ./configure
Browse files Browse the repository at this point in the history
The tutorial doc, which prints a message after
generate-bundle.sh is run, has ./configure as the
first step. But if you do that there is a complaint
that ./tools/vault-unseal-and-authorise.sh has not
been run yet. A similar message is printed if you
source novarc.

Move it to before ./configure since it must be
run first.
  • Loading branch information
brianphaley committed Dec 14, 2024
1 parent 014389f commit 519d86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/openstack/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ Deploy of bundle completed.
Post-Deployment Info/Actions:
[common]
- run ./tools/vault-unseal-and-authorise.sh
- run ./configure to initialise your deployment
- source novarc
- add rules to default security group: ./tools/sec_groups.sh
- run ./tools/vault-unseal-and-authorise.sh
```

We'll come back to the post deploy steps, but for now,
Expand Down

0 comments on commit 519d86b

Please sign in to comment.